Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>480</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Face Detection</string>
- </property>
- <widget class="QLabel" name="image_label">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>800</width>
- <height>480</height>
- </rect>
- </property>
- <property name="text">
- <string>Loadding...</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QPushButton" name="find_button">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>400</y>
- <width>200</width>
- <height>60</height>
- </rect>
- </property>
- <property name="text">
- <string>Find!</string>
- </property>
- </widget>
- <widget class="QPushButton" name="left_button">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>170</y>
- <width>80</width>
- <height>140</height>
- </rect>
- </property>
- <property name="text">
- <string><<</string>
- </property>
- </widget>
- <widget class="QPushButton" name="right_button">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>170</y>
- <width>80</width>
- <height>140</height>
- </rect>
- </property>
- <property name="text">
- <string>>></string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement