<?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>2</x> <y>50</y> <width>110</width> <height>110</height> </rect> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </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: #FFFFFF;</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>132</x> <y>50</y> <width>110</width> <height>110</height> </rect> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(0, 170, 127);</string> </property> </widget> <widget class="QWidget" name="leftBackground" 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"/> </property> </widget> <widget class="QWidget" name="rightBackground" native="true"> <property name="geometry"> <rect> <x>130</x> <y>48</y> <width>114</width> <height>114</height> </rect> </property> </widget> <zorder>rightBackground</zorder> <zorder>Imagewidget_right</zorder> <zorder>leftBackground</zorder> <zorder>Imagewidget_left</zorder> <zorder>DatacomboBox</zorder> <zorder>GroupButton</zorder> </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>