12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>widgetViewPhoto</class>
- <widget class="QWidget" name="widgetViewPhoto">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>698</width>
- <height>509</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_vp_bg" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>701</width>
- <height>491</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_vp_client" native="true">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>40</y>
- <width>601</width>
- <height>421</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_prev_photo">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>180</y>
- <width>31</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_next_photo">
- <property name="geometry">
- <rect>
- <x>560</x>
- <y>180</y>
- <width>31</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_vp_photo">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>20</y>
- <width>471</width>
- <height>361</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_vp_close">
- <property name="geometry">
- <rect>
- <x>554</x>
- <y>20</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|