trying to add actions to the menu bar
This commit is contained in:
parent
29e0b1068b
commit
f798593240
@ -3,14 +3,13 @@
|
|||||||
*Compiler: MinGW
|
*Compiler: MinGW
|
||||||
*OS: Windows 10
|
*OS: Windows 10
|
||||||
*Purpose: QT Widget that displays the verse of the day upon Windows 10 bootup.
|
*Purpose: QT Widget that displays the verse of the day upon Windows 10 bootup.
|
||||||
* Last edited: 1/3/2024
|
* Last edited: 1/5/2024
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "./ui_mainwindow.h"
|
#include "./ui_mainwindow.h"
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <iostream>
|
|
||||||
#include <QSqlDatabase>
|
#include <QSqlDatabase>
|
||||||
#include <QSqlQuery>
|
#include <QSqlQuery>
|
||||||
|
|
||||||
@ -91,6 +90,13 @@ void MainWindow::on_exitButton_clicked()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Everything below this grabs the day and month.
|
//Everything below this grabs the day and month.
|
||||||
typedef std::chrono::system_clock Clock;
|
typedef std::chrono::system_clock Clock;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user