summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorSimon Rettberg2018-07-12 15:58:29 +0200
committerSimon Rettberg2018-07-12 15:58:29 +0200
commit07778419d9e522085fbaf8da8d13e63717f54d31 (patch)
treeb185ef5ddfccb829725fab8500bc50da4eb82cac /gui
parent[client] top/bottom position detection (diff)
downloadpvs2-07778419d9e522085fbaf8da8d13e63717f54d31.tar.gz
pvs2-07778419d9e522085fbaf8da8d13e63717f54d31.tar.xz
pvs2-07778419d9e522085fbaf8da8d13e63717f54d31.zip
[server] Add button to lock/unlock single client
Diffstat (limited to 'gui')
-rw-r--r--gui/server_normal/mainwindow.ui16
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/>