summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow/connectwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-06 18:45:03 +0200
committerManuel Schneider2014-05-06 18:45:03 +0200
commit03bb2a73d30e9d138d85dafe5b0c37296feb5e9c (patch)
treea8abe332c737bc6d7cf4fa11b614dcdeca53eaba /src/client/connectwindow/connectwindow.h
parentClipped the green checkmark's white space. (diff)
downloadpvs2-03bb2a73d30e9d138d85dafe5b0c37296feb5e9c.tar.gz
pvs2-03bb2a73d30e9d138d85dafe5b0c37296feb5e9c.tar.xz
pvs2-03bb2a73d30e9d138d85dafe5b0c37296feb5e9c.zip
Changes the ConnectionWidows gui to a relative layout. Added a stacked widget to
change between checkmark and the rest. Changed the non expressive names of ui elements.
Diffstat (limited to 'src/client/connectwindow/connectwindow.h')
-rw-r--r--src/client/connectwindow/connectwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/connectwindow/connectwindow.h b/src/client/connectwindow/connectwindow.h
index 8d4a436..299a339 100644
--- a/src/client/connectwindow/connectwindow.h
+++ b/src/client/connectwindow/connectwindow.h
@@ -90,8 +90,8 @@ protected:
void showEvent(QShowEvent* event);
protected slots:
- void onOkClick();
- void onCancelClick();
+ void onBtnConnection();
+ void onBtnHide();
void onUdpReadyRead();
void onConnectionStateChange(ConnectWindow::ConnectionState state);
void onConnectionClosed(QObject* connection);