summaryrefslogtreecommitdiffstats
path: root/src/client/connectwindow
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/connectwindow')
-rw-r--r--src/client/connectwindow/connectwindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/connectwindow/connectwindow.h b/src/client/connectwindow/connectwindow.h
index 2bc2f86..13983fa 100644
--- a/src/client/connectwindow/connectwindow.h
+++ b/src/client/connectwindow/connectwindow.h
@@ -25,6 +25,13 @@
class ServerConnection;
+/**
+ * Class for handling the client connection.
+ * Display toolbar with menu bar for connect or disconnect to pvs manager and
+ * show current connection status.
+ * For connecting with manager, user is able to set sessionName. If connection works
+ * correctly flashy green checkmark is shown.
+ */
class ConnectWindow : public QDialog, private Ui_Dialog
{
Q_OBJECT