1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>wPictureItem</class>
- <widget class="QWidget" name="wPictureItem">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>100</width>
- <height>100</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_picture">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>131</width>
- <height>111</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QWidget" name="widget_operation" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>100</width>
- <height>100</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_view">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>70</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_delete">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>10</y>
- <width>21</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|