1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>camera</class> 4 <widget class="QMainWindow" name="camera"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>830</width> 10 <height>575</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>camera</string> 15 </property> 16 <widget class="QWidget" name="centralWidget"> 17 <layout class="QGridLayout" name="gridLayout_3"> 18 <item row="0" column="0"> 19 <layout class="QGridLayout" name="gridLayout"> 20 <item row="0" column="0"> 21 <layout class="QGridLayout" name="gridLayout_2"> 22 <item row="0" column="1"> 23 <spacer name="verticalSpacer_3"> 24 <property name="orientation"> 25 <enum>Qt::Vertical</enum> 26 </property> 27 <property name="sizeHint" stdset="0"> 28 <size> 29 <width>20</width> 30 <height>40</height> 31 </size> 32 </property> 33 </spacer> 34 </item> 35 <item row="2" column="1"> 36 <spacer name="verticalSpacer_4"> 37 <property name="orientation"> 38 <enum>Qt::Vertical</enum> 39 </property> 40 <property name="sizeHint" stdset="0"> 41 <size> 42 <width>20</width> 43 <height>40</height> 44 </size> 45 </property> 46 </spacer> 47 </item> 48 <item row="1" column="2"> 49 <spacer name="horizontalSpacer"> 50 <property name="orientation"> 51 <enum>Qt::Horizontal</enum> 52 </property> 53 <property name="sizeHint" stdset="0"> 54 <size> 55 <width>40</width> 56 <height>20</height> 57 </size> 58 </property> 59 </spacer> 60 </item> 61 <item row="1" column="1"> 62 <widget class="QLabel" name="label"> 63 <property name="enabled"> 64 <bool>true</bool> 65 </property> 66 <property name="sizePolicy"> 67 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 68 <horstretch>0</horstretch> 69 <verstretch>0</verstretch> 70 </sizepolicy> 71 </property> 72 <property name="minimumSize"> 73 <size> 74 <width>640</width> 75 <height>480</height> 76 </size> 77 </property> 78 <property name="maximumSize"> 79 <size> 80 <width>9999</width> 81 <height>9999</height> 82 </size> 83 </property> 84 <property name="styleSheet"> 85 <string notr="true"/> 86 </property> 87 <property name="text"> 88 <string/> 89 </property> 90 </widget> 91 </item> 92 <item row="1" column="0"> 93 <spacer name="horizontalSpacer_2"> 94 <property name="orientation"> 95 <enum>Qt::Horizontal</enum> 96 </property> 97 <property name="sizeHint" stdset="0"> 98 <size> 99 <width>40</width> 100 <height>20</height> 101 </size> 102 </property> 103 </spacer> 104 </item> 105 </layout> 106 </item> 107 <item row="0" column="1"> 108 <layout class="QVBoxLayout" name="verticalLayout_5"> 109 <item> 110 <widget class="QComboBox" name="comboBox"/> 111 </item> 112 <item> 113 <spacer name="verticalSpacer_2"> 114 <property name="orientation"> 115 <enum>Qt::Vertical</enum> 116 </property> 117 <property name="sizeHint" stdset="0"> 118 <size> 119 <width>20</width> 120 <height>40</height> 121 </size> 122 </property> 123 </spacer> 124 </item> 125 <item> 126 <widget class="QPushButton" name="pushButton_2"> 127 <property name="sizePolicy"> 128 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 129 <horstretch>0</horstretch> 130 <verstretch>0</verstretch> 131 </sizepolicy> 132 </property> 133 <property name="minimumSize"> 134 <size> 135 <width>0</width> 136 <height>0</height> 137 </size> 138 </property> 139 <property name="text"> 140 <string>camera</string> 141 </property> 142 </widget> 143 </item> 144 <item> 145 <spacer name="verticalSpacer_5"> 146 <property name="orientation"> 147 <enum>Qt::Vertical</enum> 148 </property> 149 <property name="sizeHint" stdset="0"> 150 <size> 151 <width>20</width> 152 <height>40</height> 153 </size> 154 </property> 155 </spacer> 156 </item> 157 </layout> 158 </item> 159 </layout> 160 </item> 161 </layout> 162 </widget> 163 </widget> 164 <layoutdefault spacing="6" margin="11"/> 165 <resources/> 166 <connections/> 167</ui> 168