Advertisement
Guest User

Untitled

a guest
Jun 10th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.89 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>364</width>
  10.     <height>634</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>MainWindow</string>
  15.   </property>
  16.   <widget class="QWidget" name="centralwidget">
  17.    <widget class="PowerBar" name="powerbarWidget" native="true">
  18.     <property name="geometry">
  19.      <rect>
  20.       <x>30</x>
  21.       <y>40</y>
  22.       <width>291</width>
  23.       <height>541</height>
  24.      </rect>
  25.     </property>
  26.    </widget>
  27.   </widget>
  28.  </widget>
  29.  <customwidgets>
  30.   <customwidget>
  31.    <class>PowerBar</class>
  32.    <extends>QWidget</extends>
  33.    <header>power_bar</header>
  34.    <container>1</container>
  35.   </customwidget>
  36.  </customwidgets>
  37.  <resources/>
  38.  <connections/>
  39. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement