Guest User

program.ui

a guest
Jan 25th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>MainWindow</class>
  4.  <widget class="QMainWindow" name="MainWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>800</width>
  10.     <height>600</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>MainWindow</string>
  15.   </property>
  16.   <widget class="QWidget" name="centralwidget">
  17.    <widget class="QPushButton" name="pushButton">
  18.     <property name="geometry">
  19.      <rect>
  20.       <x>20</x>
  21.       <y>10</y>
  22.       <width>95</width>
  23.       <height>31</height>
  24.      </rect>
  25.     </property>
  26.     <property name="text">
  27.      <string>Парсим!</string>
  28.     </property>
  29.    </widget>
  30.    <widget class="QTextBrowser" name="textBrowser">
  31.     <property name="geometry">
  32.      <rect>
  33.       <x>20</x>
  34.       <y>60</y>
  35.       <width>751</width>
  36.       <height>481</height>
  37.      </rect>
  38.     </property>
  39.    </widget>
  40.   </widget>
  41.   <widget class="QMenuBar" name="menubar">
  42.    <property name="geometry">
  43.     <rect>
  44.      <x>0</x>
  45.      <y>0</y>
  46.      <width>800</width>
  47.      <height>27</height>
  48.     </rect>
  49.    </property>
  50.   </widget>
  51.   <widget class="QStatusBar" name="statusbar"/>
  52.  </widget>
  53.  <resources/>
  54.  <connections/>
  55. </ui>
Advertisement
Add Comment
Please, Sign In to add comment