Advertisement
painnick

BB-8 Qt Design

Oct 28th, 2024 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Dialog</class>
  4.  <widget class="QDialog" name="Dialog">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>800</width>
  10.     <height>480</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>Face Detection</string>
  15.   </property>
  16.   <widget class="QLabel" name="image_label">
  17.    <property name="geometry">
  18.     <rect>
  19.      <x>0</x>
  20.      <y>0</y>
  21.      <width>800</width>
  22.      <height>480</height>
  23.     </rect>
  24.    </property>
  25.    <property name="text">
  26.     <string>Loadding...</string>
  27.    </property>
  28.    <property name="alignment">
  29.     <set>Qt::AlignCenter</set>
  30.    </property>
  31.   </widget>
  32.   <widget class="QPushButton" name="find_button">
  33.    <property name="geometry">
  34.     <rect>
  35.      <x>300</x>
  36.      <y>400</y>
  37.      <width>200</width>
  38.      <height>60</height>
  39.     </rect>
  40.    </property>
  41.    <property name="text">
  42.     <string>Find!</string>
  43.    </property>
  44.   </widget>
  45.   <widget class="QPushButton" name="left_button">
  46.    <property name="geometry">
  47.     <rect>
  48.      <x>10</x>
  49.      <y>170</y>
  50.      <width>80</width>
  51.      <height>140</height>
  52.     </rect>
  53.    </property>
  54.    <property name="text">
  55.     <string>&lt;&lt;</string>
  56.    </property>
  57.   </widget>
  58.   <widget class="QPushButton" name="right_button">
  59.    <property name="geometry">
  60.     <rect>
  61.      <x>710</x>
  62.      <y>170</y>
  63.      <width>80</width>
  64.      <height>140</height>
  65.     </rect>
  66.    </property>
  67.    <property name="text">
  68.     <string>&gt;&gt;</string>
  69.    </property>
  70.   </widget>
  71.  </widget>
  72.  <resources/>
  73.  <connections/>
  74. </ui>
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement