Advertisement
Guest User

qt interface

a guest
Mar 6th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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>1017</width>
  10.     <height>687</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>730</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>360</y>
  35.       <width>931</width>
  36.       <height>271</height>
  37.      </rect>
  38.     </property>
  39.    </widget>
  40.    <widget class="QListWidget" name="listWidget">
  41.     <property name="geometry">
  42.      <rect>
  43.       <x>20</x>
  44.       <y>60</y>
  45.       <width>601</width>
  46.       <height>231</height>
  47.      </rect>
  48.     </property>
  49.    </widget>
  50.    <widget class="QLineEdit" name="myline">
  51.     <property name="geometry">
  52.      <rect>
  53.       <x>20</x>
  54.       <y>10</y>
  55.       <width>601</width>
  56.       <height>31</height>
  57.      </rect>
  58.     </property>
  59.    </widget>
  60.    <widget class="QPushButton" name="pushButton1">
  61.     <property name="geometry">
  62.      <rect>
  63.       <x>630</x>
  64.       <y>10</y>
  65.       <width>95</width>
  66.       <height>31</height>
  67.      </rect>
  68.     </property>
  69.     <property name="text">
  70.      <string>PushButton</string>
  71.     </property>
  72.    </widget>
  73.   </widget>
  74.   <widget class="QMenuBar" name="menubar">
  75.    <property name="geometry">
  76.     <rect>
  77.      <x>0</x>
  78.      <y>0</y>
  79.      <width>1017</width>
  80.      <height>27</height>
  81.     </rect>
  82.    </property>
  83.   </widget>
  84.   <widget class="QStatusBar" name="statusbar"/>
  85.  </widget>
  86.  <resources/>
  87.  <connections/>
  88. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement