DailyBread/mainwindow.ui
2023-09-01 14:38:09 -05:00

77 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>387</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="exitButton">
<property name="geometry">
<rect>
<x>150</x>
<y>490</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Go in Peace</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>160</x>
<y>130</y>
<width>49</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>387</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuDaily_Bread">
<property name="title">
<string>File</string>
</property>
<addaction name="actionbookmark_verse"/>
<addaction name="actionexit"/>
</widget>
<addaction name="menuDaily_Bread"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionbookmark_verse">
<property name="text">
<string>bookmark verse</string>
</property>
</action>
<action name="actionexit">
<property name="text">
<string>exit</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>