12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Group</class>
- <widget class="QWidget" name="Group">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>326</width>
- <height>245</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="ImageWidget" name="widget_4" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>48</y>
- <width>114</width>
- <height>114</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(0, 170, 127);</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_3">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>172</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>184</x>
- <y>0</y>
- <width>60</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="ImageWidget" name="widget_5" native="true">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>48</y>
- <width>114</width>
- <height>114</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(0, 170, 127);</string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ImageWidget</class>
- <extends>QWidget</extends>
- <header location="global">ImageWidget.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|