Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.67 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>845</width>
  10.     <height>478</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>MainWindow</string>
  15.   </property>
  16.   <widget class="QWidget" name="centralwidget">
  17.    <layout class="QVBoxLayout" name="verticalLayout">
  18.     <item>
  19.      <widget class="QColumnView" name="columnView"/>
  20.     </item>
  21.     <item>
  22.      <layout class="QHBoxLayout" name="horizontalLayout">
  23.       <item>
  24.        <widget class="QCheckBox" name="checkBox">
  25.         <property name="text">
  26.          <string>CheckBox</string>
  27.         </property>
  28.        </widget>
  29.       </item>
  30.       <item>
  31.        <spacer name="horizontalSpacer">
  32.         <property name="orientation">
  33.          <enum>Qt::Horizontal</enum>
  34.         </property>
  35.         <property name="sizeHint" stdset="0">
  36.          <size>
  37.           <width>40</width>
  38.           <height>20</height>
  39.          </size>
  40.         </property>
  41.        </spacer>
  42.       </item>
  43.       <item>
  44.        <widget class="QPushButton" name="pushButton">
  45.         <property name="text">
  46.          <string>PushButton</string>
  47.         </property>
  48.        </widget>
  49.       </item>
  50.      </layout>
  51.     </item>
  52.    </layout>
  53.   </widget>
  54.   <widget class="QMenuBar" name="menubar">
  55.    <property name="geometry">
  56.     <rect>
  57.      <x>0</x>
  58.      <y>0</y>
  59.      <width>845</width>
  60.      <height>30</height>
  61.     </rect>
  62.    </property>
  63.   </widget>
  64.   <widget class="QStatusBar" name="statusbar"/>
  65.  </widget>
  66.  <resources/>
  67.  <connections/>
  68. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement