diff --git a/src/controller.cpp b/src/controller.cpp index 3ba422b..51ee296 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -61,6 +61,10 @@ Controller::Controller(MainWindow* main) }); timer->start(Settings::priceRefreshSpeed); + main->ui->current_server->setText("current.server"); + main->ui->config_server->setText("config.server"); + main->ui->sticky_server->setText("Sticky?"); + // Create the data model model = new DataModel(); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 1b239a9..ebce774 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1682,6 +1682,7 @@ + @@ -1689,6 +1690,52 @@ + + + + + Current Server + + + + + + + ... + + + + + + + + Configured Server + + + + + + + ... + + + + + + + + Sticky Server + + + + + + + ... + + + +