From 0f9ec60d0a494a40d390f8db1bb8669af6ef0d3f Mon Sep 17 00:00:00 2001 From: Alsweider <30653982+Alsweider@users.noreply.github.com> Date: Sat, 9 Dec 2023 02:08:41 +0100 Subject: [PATCH] v0.9.1 --- main.cpp | 1 - mainwindow.cpp | 4 ++++ mainwindow.ui | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index c360ce8..ecb1c9d 100644 --- a/main.cpp +++ b/main.cpp @@ -7,6 +7,5 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); MainWindow w; w.show(); - return a.exec(); } diff --git a/mainwindow.cpp b/mainwindow.cpp index 8438a16..fa3295f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -42,6 +42,9 @@ MainWindow::MainWindow(QWidget *parent) QTimer trayTimer; trayTimer.singleShot(1000, this, SLOT(hide())); } + + //Standardtext setzen + ui->label->setText("Ready"); } MainWindow::~MainWindow() @@ -275,6 +278,7 @@ void MainWindow::on_pushButton_5_clicked() void MainWindow::showEvent(QShowEvent* event) { QMainWindow::showEvent(event); + // setHotkey(); //Brauchen wir das hier? } void MainWindow::closeEvent(QCloseEvent* event) diff --git a/mainwindow.ui b/mainwindow.ui index a820be4..f6a0e5c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -17,7 +17,7 @@ - SpotiQuit 0.9.0 + SpotiQuit 0.9.1