added verses for February. Will add March later today.

This commit is contained in:
Daniel Jones 2024-01-02 11:05:23 -06:00
parent 89778cea08
commit 5f10105990
3 changed files with 4 additions and 14 deletions

View File

@ -54,6 +54,7 @@ std::string verse_grab(){
int cur_day = st.wDay; int cur_day = st.wDay;
int cur_month = st.wMonth; int cur_month = st.wMonth;
std::string my_query = "select ";
std::string my_verse; std::string my_verse;
return my_verse; return my_verse;

View File

@ -21,7 +21,7 @@
<widget class="QPushButton" name="exitButton"> <widget class="QPushButton" name="exitButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>150</x> <x>160</x>
<y>490</y> <y>490</y>
<width>80</width> <width>80</width>
<height>24</height> <height>24</height>
@ -47,19 +47,8 @@
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label"> <zorder>verse</zorder>
<property name="geometry"> <zorder>exitButton</zorder>
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>581</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget> </widget>
<widget class="QMenuBar" name="menubar"> <widget class="QMenuBar" name="menubar">
<property name="geometry"> <property name="geometry">

Binary file not shown.