From 82e0743850bfb5f209672669645537dd227681e0 Mon Sep 17 00:00:00 2001
From: Björn Hagemeister
Date: Tue, 20 May 2014 13:47:34 +0200
Subject: Simple changes in Layout of Help Window.
---
gui/server_normal/help.ui | 102 +++++++++++++++++++++++++++++++----
src/server/mainwindow/mainwindow.cpp | 1 +
2 files changed, 94 insertions(+), 9 deletions(-)
diff --git a/gui/server_normal/help.ui b/gui/server_normal/help.ui
index d3bcd6c..119e316 100644
--- a/gui/server_normal/help.ui
+++ b/gui/server_normal/help.ui
@@ -26,7 +26,7 @@
Cancel
-
+
20
@@ -35,10 +35,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -72,11 +81,14 @@
Stop running projections.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
-
+
20
@@ -85,10 +97,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -120,13 +141,19 @@
-
- Start projection from selected student to tutor and hide all other screens.
+ Start projection from selected student to tutor and blank all others.
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
-
+
20
@@ -135,10 +162,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -172,11 +208,14 @@
Start projection from selected student to tutor.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
-
+
19
@@ -185,10 +224,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -222,11 +270,14 @@
Start projection from tutor to selected student.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
-
+
20
@@ -235,10 +286,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -275,19 +335,25 @@
Start projection from tutor to all connected students.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
-
+
20
30
561
- 69
+ 56
+
+ QFrame::Panel
+
Qt::AlignCenter
@@ -298,6 +364,9 @@
0
+
+ 0
+
-
@@ -331,11 +400,14 @@
Lock all connected students screens.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
-
+
20
@@ -344,10 +416,19 @@
61
+
+ QFrame::Panel
+
Qt::AlignCenter
+
+ 0
+
+
+ 0
+
-
@@ -381,6 +462,9 @@
Set selected client to tutor.
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 60295a3..e6f7d9d 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -60,6 +60,7 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) :
_sessionNameWindow = new SessionNameWindow(this);
_helpWindow = new HelpWindow(this);
+ _helpWindow->setWindowTitle("Help");
ui->setupUi(this);
Global::setSessionName();
--
cgit v1.2.3-55-g7522