Advertisement
j0h

3btn.ui

j0h
Apr 16th, 2023
1,220
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>MainWindow</class>
  4.  <widget class="QMainWindow" name="MainWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>69</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>40</x>
  21.       <y>30</y>
  22.       <width>99</width>
  23.       <height>27</height>
  24.      </rect>
  25.     </property>
  26.     <property name="text">
  27.      <string>PushButton</string>
  28.     </property>
  29.    </widget>
  30.    <widget class="QPushButton" name="pushButton_2">
  31.     <property name="geometry">
  32.      <rect>
  33.       <x>160</x>
  34.       <y>160</y>
  35.       <width>99</width>
  36.       <height>27</height>
  37.      </rect>
  38.     </property>
  39.     <property name="text">
  40.      <string>PushButton</string>
  41.     </property>
  42.    </widget>
  43.    <widget class="QPushButton" name="pushButton_3">
  44.     <property name="geometry">
  45.      <rect>
  46.       <x>370</x>
  47.       <y>310</y>
  48.       <width>99</width>
  49.       <height>27</height>
  50.      </rect>
  51.     </property>
  52.     <property name="text">
  53.      <string>PushButton</string>
  54.     </property>
  55.    </widget>
  56.   </widget>
  57.   <widget class="QMenuBar" name="menubar">
  58.    <property name="geometry">
  59.     <rect>
  60.      <x>0</x>
  61.      <y>0</y>
  62.      <width>800</width>
  63.      <height>25</height>
  64.     </rect>
  65.    </property>
  66.   </widget>
  67.   <widget class="QStatusBar" name="statusbar"/>
  68.  </widget>
  69.  <resources/>
  70.  <connections/>
  71. </ui>
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement