diff options
Diffstat (limited to 'gui/server_normal/mainwindow.ui')
-rw-r--r-- | gui/server_normal/mainwindow.ui | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui index ed27562..f38747f 100644 --- a/gui/server_normal/mainwindow.ui +++ b/gui/server_normal/mainwindow.ui @@ -14,14 +14,23 @@ <string>PVS2 Manager</string> </property> <widget class="QWidget" name="centralWidget"> - <layout class="QGridLayout" name="gridLayout"> - <property name="margin"> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> <number>0</number> </property> - <property name="spacing"> + <property name="leftMargin"> <number>0</number> </property> - <item row="0" column="0"> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> <layout class="QVBoxLayout" name="mainLayout"> <property name="spacing"> <number>3</number> @@ -85,6 +94,8 @@ <addaction name="action_TutorToStudent"/> <addaction name="separator"/> <addaction name="action_StopProjection"/> + <addaction name="separator"/> + <addaction name="action_SetAsTutor"/> </widget> <action name="action_Exit"> <property name="icon"> @@ -168,6 +179,18 @@ <string>Stop Projection on every Client</string> </property> </action> + <action name="action_SetAsTutor"> + <property name="icon"> + <iconset resource="../../pvsmgr.qrc"> + <normaloff>:/dozent</normaloff>:/dozent</iconset> + </property> + <property name="text"> + <string>SetAsTutor</string> + </property> + <property name="toolTip"> + <string>Set current Frame as Tutor</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> |