1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>RecordSelDlg</class> 4 <widget class="QDialog" name="RecordSelDlg"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>297</width> 10 <height>358</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <property name="styleSheet"> 17 <string notr="true">background-color:rgb(104, 98, 98,90); 18border-radius:15px; 19</string> 20 </property> 21 <widget class="QWidget" name="gridLayoutWidget_2"> 22 <property name="geometry"> 23 <rect> 24 <x>60</x> 25 <y>60</y> 26 <width>160</width> 27 <height>218</height> 28 </rect> 29 </property> 30 <layout class="QGridLayout" name="gridLayoutVideo"> 31 <item row="2" column="0"> 32 <widget class="QCheckBox" name="checkBoxVideo5"> 33 <property name="text"> 34 <string>RedVideo5</string> 35 </property> 36 <attribute name="buttonGroup"> 37 <string notr="true">buttonGroup</string> 38 </attribute> 39 </widget> 40 </item> 41 <item row="0" column="0"> 42 <widget class="QCheckBox" name="checkBoxVideo7"> 43 <property name="text"> 44 <string>RedVideo7</string> 45 </property> 46 <attribute name="buttonGroup"> 47 <string notr="true">buttonGroup</string> 48 </attribute> 49 </widget> 50 </item> 51 <item row="5" column="0"> 52 <widget class="QCheckBox" name="checkBoxVideo2"> 53 <property name="text"> 54 <string>RedVideo2</string> 55 </property> 56 <attribute name="buttonGroup"> 57 <string notr="true">buttonGroup</string> 58 </attribute> 59 </widget> 60 </item> 61 <item row="6" column="0"> 62 <widget class="QCheckBox" name="checkBoxVideo1"> 63 <property name="text"> 64 <string>RedVideo1</string> 65 </property> 66 <attribute name="buttonGroup"> 67 <string notr="true">buttonGroup</string> 68 </attribute> 69 </widget> 70 </item> 71 <item row="3" column="0"> 72 <widget class="QCheckBox" name="checkBoxVideo4"> 73 <property name="text"> 74 <string>RedVideo4</string> 75 </property> 76 <attribute name="buttonGroup"> 77 <string notr="true">buttonGroup</string> 78 </attribute> 79 </widget> 80 </item> 81 <item row="4" column="0"> 82 <widget class="QCheckBox" name="checkBoxVideo3"> 83 <property name="text"> 84 <string>RedVideo3</string> 85 </property> 86 <attribute name="buttonGroup"> 87 <string notr="true">buttonGroup</string> 88 </attribute> 89 </widget> 90 </item> 91 <item row="7" column="0"> 92 <widget class="QCheckBox" name="checkBoxVideo0"> 93 <property name="text"> 94 <string>RedVideo0</string> 95 </property> 96 <attribute name="buttonGroup"> 97 <string notr="true">buttonGroup</string> 98 </attribute> 99 </widget> 100 </item> 101 <item row="1" column="0"> 102 <widget class="QCheckBox" name="checkBoxVideo6"> 103 <property name="text"> 104 <string>RedVideo6</string> 105 </property> 106 <attribute name="buttonGroup"> 107 <string notr="true">buttonGroup</string> 108 </attribute> 109 </widget> 110 </item> 111 </layout> 112 </widget> 113 <widget class="QPushButton" name="pushButtonEnter"> 114 <property name="geometry"> 115 <rect> 116 <x>100</x> 117 <y>290</y> 118 <width>80</width> 119 <height>40</height> 120 </rect> 121 </property> 122 <property name="minimumSize"> 123 <size> 124 <width>80</width> 125 <height>40</height> 126 </size> 127 </property> 128 <property name="maximumSize"> 129 <size> 130 <width>80</width> 131 <height>40</height> 132 </size> 133 </property> 134 <property name="focusPolicy"> 135 <enum>Qt::WheelFocus</enum> 136 </property> 137 <property name="text"> 138 <string>确定</string> 139 </property> 140 </widget> 141 <widget class="QLabel" name="VideoLabel"> 142 <property name="geometry"> 143 <rect> 144 <x>40</x> 145 <y>20</y> 146 <width>200</width> 147 <height>21</height> 148 </rect> 149 </property> 150 <property name="maximumSize"> 151 <size> 152 <width>601</width> 153 <height>31</height> 154 </size> 155 </property> 156 <property name="text"> 157 <string>current preview:video0</string> 158 </property> 159 <property name="alignment"> 160 <set>Qt::AlignCenter</set> 161 </property> 162 </widget> 163 </widget> 164 <resources/> 165 <connections/> 166 <buttongroups> 167 <buttongroup name="buttonGroup"/> 168 </buttongroups> 169</ui> 170