From 0cb6959642087962b54dbdbbcac2b465ad7a4d82 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 7 May 2014 14:04:29 +0200 Subject: Reduced the class toolbar regarding the KISS paradigm. --- src/client/connectwindow/connectwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/connectwindow/connectwindow.cpp') diff --git a/src/client/connectwindow/connectwindow.cpp b/src/client/connectwindow/connectwindow.cpp index 9736dc7..365f327 100644 --- a/src/client/connectwindow/connectwindow.cpp +++ b/src/client/connectwindow/connectwindow.cpp @@ -28,6 +28,8 @@ ConnectWindow::ConnectWindow(QWidget *parent) : { // Initialize the GUI _ui->setupUi(this); + // Set page 0 as default + _ui->stackedWidget->setCurrentIndex(0); // Set actions of buttons connect(_ui->btn_connection, SIGNAL(clicked()), this, SLOT(onBtnConnection())); -- cgit v1.2.3-55-g7522