added Bible verses for most of December. Will finish tonight and start work on February next.
This commit is contained in:
parent
08d97563fb
commit
89778cea08
@ -6,7 +6,7 @@ set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
|
||||
|
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>387</width>
|
||||
<height>600</height>
|
||||
<width>404</width>
|
||||
<height>614</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -47,13 +47,26 @@
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>401</width>
|
||||
<height>581</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>387</width>
|
||||
<width>404</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -62,6 +75,7 @@
|
||||
<string>File</string>
|
||||
</property>
|
||||
<addaction name="actionbookmark_verse"/>
|
||||
<addaction name="actionGo_to_bookmarked_verse"/>
|
||||
<addaction name="actionexit"/>
|
||||
</widget>
|
||||
<addaction name="menuDaily_Bread"/>
|
||||
@ -77,6 +91,11 @@
|
||||
<string>exit</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGo_to_bookmarked_verse">
|
||||
<property name="text">
|
||||
<string>Go to bookmarked verse</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
BIN
verses.sqlite
BIN
verses.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user