Advertisement
Guest User

Untitled

a guest
Nov 24th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 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>646</width>
  10.     <height>530</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>Dialog</string>
  15.   </property>
  16.   <widget class="QPushButton" name="start_task_button">
  17.    <property name="geometry">
  18.     <rect>
  19.      <x>470</x>
  20.      <y>170</y>
  21.      <width>75</width>
  22.      <height>23</height>
  23.     </rect>
  24.    </property>
  25.    <property name="text">
  26.     <string>PushButton</string>
  27.    </property>
  28.   </widget>
  29.   <widget class="QTextBrowser" name="textBrowser">
  30.    <property name="geometry">
  31.     <rect>
  32.      <x>80</x>
  33.      <y>150</y>
  34.      <width>256</width>
  35.      <height>192</height>
  36.     </rect>
  37.    </property>
  38.   </widget>
  39.  </widget>
  40.  <resources/>
  41.  <connections/>
  42. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement