mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
fix some labels
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#define TRANSCRIPT_STATUS_COL 4
|
||||
#define NUM_OF_COLS 5
|
||||
|
||||
#define WINDOW_TITLE "Memo Uploader"
|
||||
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent):QMainWindow(parent), ui(new Ui::MainWindow){
|
||||
|
||||
@@ -70,6 +72,8 @@ MainWindow::MainWindow(QWidget *parent):QMainWindow(parent), ui(new Ui::MainWind
|
||||
/* add handler for menu configuration */
|
||||
ui->menuKonfiguration->addAction("Standards", this, SLOT(openConfigurationWindow()) );
|
||||
|
||||
/* set window options */
|
||||
this->setWindowTitle(WINDOW_TITLE);
|
||||
}
|
||||
|
||||
void MainWindow::openConfigurationWindow(){
|
||||
|
||||
Reference in New Issue
Block a user