summaryrefslogtreecommitdiffstats
path: root/gui/server_normal/mainwindow.ui
blob: ad9bcfb34520aa29c9ea06bfd903ba255ff3570a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>838</width>
    <height>607</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>PVS2 Manager</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QGridLayout" name="gridLayout">
    <property name="margin">
     <number>0</number>
    </property>
    <property name="spacing">
     <number>0</number>
    </property>
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="mainLayout">
      <property name="spacing">
       <number>3</number>
      </property>
      <item>
       <widget class="QFrame" name="frmRoom">
        <property name="frameShape">
         <enum>QFrame::StyledPanel</enum>
        </property>
        <property name="frameShadow">
         <enum>QFrame::Sunken</enum>
        </property>
        <property name="lineWidth">
         <number>2</number>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QToolBar" name="toolBar">
   <property name="maximumSize">
    <size>
     <width>129000</width>
     <height>12900</height>
    </size>
   </property>
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <property name="layoutDirection">
    <enum>Qt::LeftToRight</enum>
   </property>
   <property name="autoFillBackground">
    <bool>true</bool>
   </property>
   <property name="movable">
    <bool>false</bool>
   </property>
   <property name="toolButtonStyle">
    <enum>Qt::ToolButtonIconOnly</enum>
   </property>
   <property name="floatable">
    <bool>false</bool>
   </property>
   <attribute name="toolBarArea">
    <enum>LeftToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="action_Exit"/>
   <addaction name="separator"/>
   <addaction name="action_Lock"/>
   <addaction name="separator"/>
   <addaction name="action_BroadcastScreen"/>
   <addaction name="action_StudentToTutor"/>
   <addaction name="separator"/>
   <addaction name="action_TutorToAll"/>
   <addaction name="action_TutorToStudent"/>
  </widget>
  <action name="action_Exit">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/exit</normaloff>
     <normalon>:/exit</normalon>:/exit</iconset>
   </property>
   <property name="text">
    <string>&amp;Exit</string>
   </property>
   <property name="toolTip">
    <string>Exit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="action_Lock">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/lock</normaloff>:/lock</iconset>
   </property>
   <property name="text">
    <string>lock</string>
   </property>
   <property name="toolTip">
    <string>Lock or Unlock all Clients</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+A</string>
   </property>
  </action>
  <action name="action_BroadcastScreen">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/student2all</normaloff>:/student2all</iconset>
   </property>
   <property name="text">
    <string>Broadcast Screen to Everyone</string>
   </property>
   <property name="toolTip">
    <string>Student's Screen to Everyone</string>
   </property>
  </action>
  <action name="action_StudentToTutor">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/student2tutor</normaloff>:/student2tutor</iconset>
   </property>
   <property name="text">
    <string>Student's Screen to Tutor</string>
   </property>
  </action>
  <action name="action_TutorToStudent">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/tutor2student</normaloff>:/tutor2student</iconset>
   </property>
   <property name="text">
    <string>Tutor's Screen to Student</string>
   </property>
  </action>
  <action name="action_TutorToAll">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/tutor2all</normaloff>:/tutor2all</iconset>
   </property>
   <property name="text">
    <string>Tutor's Screen to Everyone</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
  <include location="../../pvsmgr.qrc"/>
 </resources>
 <connections/>
</ui>