diff options
Diffstat (limited to 'gui/server_normal')
-rw-r--r-- | gui/server_normal/mainwindow.ui | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gui/server_normal/mainwindow.ui b/gui/server_normal/mainwindow.ui index cb6888a..1f58ec4 100644 --- a/gui/server_normal/mainwindow.ui +++ b/gui/server_normal/mainwindow.ui @@ -142,6 +142,7 @@ QLabel#examModeLabel { </attribute> <addaction name="actionReload_Room_Configuration"/> <addaction name="action_Lock"/> + <addaction name="action_LockSingle"/> <addaction name="action_TutorToAll"/> <addaction name="action_TutorToStudent"/> <addaction name="action_StudentToTutor"/> @@ -225,7 +226,7 @@ QLabel#examModeLabel { </action> <action name="action_StopProjection"> <property name="icon"> - <iconset resource="../../pvsclient.qrc"> + <iconset resource="../../pvsmgr.qrc"> <normaloff>:/reset</normaloff>:/reset</iconset> </property> <property name="text"> @@ -286,10 +287,21 @@ QLabel#examModeLabel { <string>Reload Room Configuration</string> </property> </action> + <action name="action_LockSingle"> + <property name="icon"> + <iconset resource="../../pvsmgr.qrc"> + <normaloff>:/lock-single</normaloff>:/lock-single</iconset> + </property> + <property name="text"> + <string>Lock/Unlock single client</string> + </property> + <property name="toolTip"> + <string>Lock or unlock the selected client</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources> - <include location="../../pvsclient.qrc"/> <include location="../../pvsmgr.qrc"/> </resources> <connections/> |