diff --git a/CMakeLists.txt b/CMakeLists.txt index 031bbc9..903736e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/mainwindow.ui b/mainwindow.ui index 9704670..f31c27c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -6,8 +6,8 @@ 0 0 - 387 - 600 + 404 + 614 @@ -47,13 +47,26 @@ Qt::AlignCenter + + + + 0 + 0 + 401 + 581 + + + + + + 0 0 - 387 + 404 21 @@ -62,6 +75,7 @@ File + @@ -77,6 +91,11 @@ exit + + + Go to bookmarked verse + + diff --git a/verses.sqlite b/verses.sqlite index 11ab634..0e4147c 100644 Binary files a/verses.sqlite and b/verses.sqlite differ