1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>CameraSelDlg</class> 4 <widget class="QDialog" name="CameraSelDlg"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>287</width> 10 <height>339</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="QPushButton" name="pushButtonEnter"> 22 <property name="geometry"> 23 <rect> 24 <x>100</x> 25 <y>270</y> 26 <width>80</width> 27 <height>40</height> 28 </rect> 29 </property> 30 <property name="minimumSize"> 31 <size> 32 <width>80</width> 33 <height>40</height> 34 </size> 35 </property> 36 <property name="maximumSize"> 37 <size> 38 <width>80</width> 39 <height>40</height> 40 </size> 41 </property> 42 <property name="font"> 43 <font> 44 <weight>50</weight> 45 <bold>false</bold> 46 </font> 47 </property> 48 <property name="focusPolicy"> 49 <enum>Qt::WheelFocus</enum> 50 </property> 51 <property name="text"> 52 <string>确定</string> 53 </property> 54 </widget> 55 <widget class="QWidget" name="gridLayoutWidget_2"> 56 <property name="geometry"> 57 <rect> 58 <x>60</x> 59 <y>30</y> 60 <width>160</width> 61 <height>218</height> 62 </rect> 63 </property> 64 <layout class="QGridLayout" name="gridLayoutVideo"> 65 <item row="5" column="0"> 66 <widget class="QCheckBox" name="checkBoxVideo2"> 67 <property name="text"> 68 <string>Video2</string> 69 </property> 70 <attribute name="buttonGroup"> 71 <string notr="true">buttonGroup</string> 72 </attribute> 73 </widget> 74 </item> 75 <item row="1" column="0"> 76 <widget class="QCheckBox" name="checkBoxVideo6"> 77 <property name="text"> 78 <string>Video6</string> 79 </property> 80 <attribute name="buttonGroup"> 81 <string notr="true">buttonGroup</string> 82 </attribute> 83 </widget> 84 </item> 85 <item row="7" column="0"> 86 <widget class="QCheckBox" name="checkBoxVideo0"> 87 <property name="text"> 88 <string>Video0</string> 89 </property> 90 <attribute name="buttonGroup"> 91 <string notr="true">buttonGroup</string> 92 </attribute> 93 </widget> 94 </item> 95 <item row="6" column="0"> 96 <widget class="QCheckBox" name="checkBoxVideo1"> 97 <property name="text"> 98 <string>Video1</string> 99 </property> 100 <attribute name="buttonGroup"> 101 <string notr="true">buttonGroup</string> 102 </attribute> 103 </widget> 104 </item> 105 <item row="0" column="0"> 106 <widget class="QCheckBox" name="checkBoxVideo7"> 107 <property name="text"> 108 <string>Video7</string> 109 </property> 110 <attribute name="buttonGroup"> 111 <string notr="true">buttonGroup</string> 112 </attribute> 113 </widget> 114 </item> 115 <item row="3" column="0"> 116 <widget class="QCheckBox" name="checkBoxVideo4"> 117 <property name="text"> 118 <string>Video4</string> 119 </property> 120 <attribute name="buttonGroup"> 121 <string notr="true">buttonGroup</string> 122 </attribute> 123 </widget> 124 </item> 125 <item row="2" column="0"> 126 <widget class="QCheckBox" name="checkBoxVideo5"> 127 <property name="text"> 128 <string>Video5</string> 129 </property> 130 <attribute name="buttonGroup"> 131 <string notr="true">buttonGroup</string> 132 </attribute> 133 </widget> 134 </item> 135 <item row="4" column="0"> 136 <widget class="QCheckBox" name="checkBoxVideo3"> 137 <property name="text"> 138 <string>Video3</string> 139 </property> 140 <attribute name="buttonGroup"> 141 <string notr="true">buttonGroup</string> 142 </attribute> 143 </widget> 144 </item> 145 </layout> 146 </widget> 147 </widget> 148 <resources/> 149 <connections/> 150 <buttongroups> 151 <buttongroup name="buttonGroup"/> 152 </buttongroups> 153</ui> 154