Files
2025-05-20 11:57:43 -04:00

62 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StatusBar</class>
<widget class="QMainWindow" name="StatusBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>203</width>
<height>132</height>
</rect>
</property>
<property name="windowTitle">
<string>StatusBar</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="toolTip">
<string>I'm a tooltip!</string>
</property>
<property name="text">
<string>Hello PyQt5 World</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btPushMe">
<property name="text">
<string>Push Me</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>203</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>