summaryrefslogblamecommitdiffstats
path: root/gui/server_normal/mainwindow.ui
blob: c16d408457ad8a5ac58b3095ee874780564e0215 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                               
                      
                        


                               
                                            
             
                              
                                        
                           
                     
                    
                               

                     

                          

                            









                                                      





                                             
          
             
                                               

                                                     

                       









                                  


                       














                                                   



                                                            









                                       









                                                                  


                                      





                                 






                                          











                                       

                             

                        
           






                                  
                                                      
                                  
                                        

                                            

                                                     
                                        
                                          
                                            
                                
                                  
                                  






                                                


                            


                         











                                                  
                            



                                                                                                       




                             




                                                                    
                            

                                              


                                                                                             
           


                                                
                                                                                      
              


                                                               
                         
                                                                                                                                                      

              




                                                                    
                            

                                              


                                                                                         





                                                            
                            

                                               


                                                                    
           

                                       
                                            
                                                    
              


                            
                         



                                                                                   

              




                                                      


                                  
                         
                                                                                                                                                                                          
              

                             

              




                                                    


                                  





                                                                                             



                            




                                                      


                            





                                         



                            


                                                 
                                                                        
              
                            



                                                                                                                                                        

              




                                                                
                            

                                              




                                                             

              


                                         
                                           



                                        
<?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>846</width>
    <height>801</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string notr="true">PVS2 Manager</string>
  </property>
  <property name="styleSheet">
   <string notr="true">QToolButton {	
	border-radius: 8px;
	padding: 4px;
	margin: 5px;
	border: 1px solid #777;
}
QToolButton:enabled {
background-color: #f8f8f8;
border: 1px solid #555;
}
QToolButton:enabled:hover  {
	background: qradialgradient(cx: 0.4, cy: -0.1,
fx: 0.4, fy: -0.1,
radius: 1.35, stop: 0 #fff, stop: 1 #ddd);
}

QToolButton:enabled:checked,
QToolButton:enabled:pressed {
background: qradialgradient(cx: 0.4, cy: -0.1,
fx: 0.4, fy: -0.1,
radius: 1.35, stop: 0 #888, stop: 1 #aaa);
}
QLabel#examModeLabel {
	width: 71px;
	margin: 5px;
	border-radius: 8px;
	background-color: rgb(170, 170, 170);
}</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QVBoxLayout" name="verticalLayout">
    <property name="spacing">
     <number>0</number>
    </property>
    <property name="leftMargin">
     <number>0</number>
    </property>
    <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>
      </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>
        <layout class="QHBoxLayout" name="horizontalLayout">
         <property name="spacing">
          <number>0</number>
         </property>
         <property name="leftMargin">
          <number>0</number>
         </property>
         <property name="topMargin">
          <number>0</number>
         </property>
         <property name="rightMargin">
          <number>0</number>
         </property>
         <property name="bottomMargin">
          <number>0</number>
         </property>
         <item>
          <widget class="QLabel" name="imageLabel">
           <property name="sizePolicy">
            <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
             <horstretch>1</horstretch>
             <verstretch>1</verstretch>
            </sizepolicy>
           </property>
           <property name="lineWidth">
            <number>0</number>
           </property>
           <property name="text">
            <string/>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QToolBar" name="toolBar">
   <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="iconSize">
    <size>
     <width>48</width>
     <height>48</height>
    </size>
   </property>
   <attribute name="toolBarArea">
    <enum>LeftToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </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"/>
   <addaction name="action_StudentToTutorExclusive"/>
   <addaction name="action_SetAsTutor"/>
   <addaction name="action_DeleteClient"/>
   <addaction name="action_StopProjection"/>
   <addaction name="separator"/>
   <addaction name="action_Help"/>
   <addaction name="action_Exit"/>
  </widget>
  <action name="action_Exit">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/exit</normaloff>
     <normalon>:/exit</normalon>:/exit</iconset>
   </property>
   <property name="toolTip">
    <string>Exit</string>
   </property>
   <property name="text">
    <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="toolTip">
    <string>Lock/Unlock all clients</string>
   </property>
   <property name="text">
    <string>This will show a black screen on all connected clients, except the tutor's client.</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+A</string>
   </property>
  </action>
  <action name="action_StudentToTutor">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/student2tutor</normaloff>:/student2tutor</iconset>
   </property>
   <property name="toolTip">
    <string>Student's Screen to Tutor</string>
   </property>
   <property name="text">
    <string>Stream currently selected client's screen content to the tutor's client.</string>
   </property>
  </action>
  <action name="action_StudentToTutorExclusive">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/student2tutorextension</normaloff>:/student2tutorextension</iconset>
   </property>
   <property name="toolTip">
    <string>Student's Screen to Tutor, others blanked.</string>
   </property>
   <property name="text">
    <string>Stream currently selected client's screen content to the tutor's client while showing a locked black screen on all other clients.</string>
   </property>
  </action>
  <action name="action_TutorToStudent">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/tutor2student</normaloff>:/tutor2student</iconset>
   </property>
   <property name="toolTip">
    <string>Tutor's Screen to Student</string>
   </property>
   <property name="text">
    <string>Stream the tutor's screen contents to the currently selected client.</string>
   </property>
  </action>
  <action name="action_TutorToAll">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/tutor2all</normaloff>:/tutor2all</iconset>
   </property>
   <property name="toolTip">
    <string>Tutor's Screen to Everyone</string>
   </property>
   <property name="text">
    <string>Stream the tutor's screen contents to everyone.</string>
   </property>
  </action>
  <action name="action_StopProjection">
   <property name="icon">
    <iconset resource="../../pvsclient.qrc">
     <normaloff>:/reset</normaloff>:/reset</iconset>
   </property>
   <property name="toolTip">
    <string>Reset</string>
   </property>
   <property name="text">
    <string>Unlock all clients, stop any running screen content streaming.</string>
   </property>
   <property name="shortcut">
    <string>R</string>
   </property>
  </action>
  <action name="action_SetAsTutor">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/dozent</normaloff>:/dozent</iconset>
   </property>
   <property name="toolTip">
    <string>Declare tutor</string>
   </property>
   <property name="text">
    <string>Declare the currently selected client as tutor. The tutor will be excluded from screen locking and can be used as a fixed source/target for screen content streaming.</string>
   </property>
   <property name="shortcut">
    <string>T</string>
   </property>
  </action>
  <action name="action_DeleteClient">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/trash</normaloff>:/trash</iconset>
   </property>
   <property name="toolTip">
    <string>Delete Client</string>
   </property>
   <property name="text">
    <string>Delete currently selected client. Only allowed for disconnected clients.</string>
   </property>
   <property name="shortcut">
    <string>Del</string>
   </property>
   <property name="visible">
    <bool>true</bool>
   </property>
  </action>
  <action name="action_Help">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/helpme</normaloff>:/helpme</iconset>
   </property>
   <property name="toolTip">
    <string>Help</string>
   </property>
   <property name="text">
    <string>Show this help text.</string>
   </property>
   <property name="shortcut">
    <string>F1</string>
   </property>
   <property name="visible">
    <bool>true</bool>
   </property>
  </action>
  <action name="actionReload_Room_Configuration">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/reloadClassroom</normaloff>:/reloadClassroom</iconset>
   </property>
   <property name="toolTip">
    <string>Load a new room layout</string>
   </property>
   <property name="text">
    <string>This shows a list of preconfigured rooms which you can load. This will reset the currently shown layout and disconnect all clients.</string>
   </property>
  </action>
  <action name="action_LockSingle">
   <property name="icon">
    <iconset resource="../../pvsmgr.qrc">
     <normaloff>:/lock-single</normaloff>:/lock-single</iconset>
   </property>
   <property name="toolTip">
    <string>Lock/Unlock single client</string>
   </property>
   <property name="text">
    <string>Lock or unlock the selected client only.</string>
   </property>
   <property name="shortcut">
    <string>L</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
  <include location="../../pvsclient.qrc"/>
  <include location="../../pvsmgr.qrc"/>
 </resources>
 <connections/>
</ui>