DailyBread/mainwindow.ui
2024-01-05 14:53:15 -06:00

107 lines
2.5 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>Daily Bread</string>
</property>
<property name="windowIcon">
<iconset theme="accessories-dictionary">
<normaloff>bread.png</normaloff>bread.png</iconset>
</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="verse">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>361</width>
<height>271</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</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="checkable">
<bool>false</bool>
</property>
<property name="text">
<string>exit</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>actionexit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>189</x>
<y>522</y>
</hint>
<hint type="destinationlabel">
<x>193</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>