123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?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_nodrag" name="Imagewidget_left" 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="DatacomboBox">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>172</width>
- <height>32</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255);</string>
- </property>
- </widget>
- <widget class="QPushButton" name="GroupButton">
- <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_nodrag" name="Imagewidget_right" 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_nodrag</class>
- <extends>QWidget</extends>
- <header location="global">ImageWidget_nodrag.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|