summaryrefslogblamecommitdiffstats
path: root/src/gui/ui/mainwindowtouch.ui
blob: 651217e9619445f8a74f3e801f790360c006b9d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                               

                        


                               
                              
             



                                                                      
                                                 


                            
                             
                                                       


            








                                          



















                                              
                                           






















































                                              




                                          
                                   




                                              





                                  
                                          


                                

                             

                        

              





                                  
                                          















                                             
                                
           
                              
                         
                               

              



                                                                      

                         
                                      

              
                                        
                         
                                         

              
                             
                         
                              

              



                                                                        

                         
                                         

              



                                                      

                         
                                    

              



                                                                                  

                         
                                 

              



                                                                                      
              
                         
                                   

              



                                                                                  

                         
                              

              



                                                                                      

                         
                                

              



                                                  

                         
                                  

              
                              

                                            
                                                                        

                         
                                   

              
                                       

                                            
                                                                        

                         
                                        

              
                                        

                                            
                                                                            

                         
                                       

              
                                        

                                            
                                                        

                         
                                         
              



                                        

              


                                

                         
                        

              


                                

                         
                        

              


                                

                         





                                 
              

                            
              

                         

              


                                 

                         
                         
              






                                 

              


                                 

                         
                         
              






                                 

              
                                 

                                            
                                                        

                         





                                    
              

                          

              


                                    

                         





                                    
              

                          

              


                                    

                         
                          
              









                                    

              



                                    
                         
                          

              


                                    

                         
                          
              



                                    
              

                          

              


                                    

                         
                          

              


                                     

                         








                                     
              

                         

              





                                       

                         





                                    
              

                         
              
           











                                                                          




                              
          




                                           
<?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>842</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="widget">
   <property name="styleSheet">
    <string notr="true">background-color: rgb(150, 150, 150);</string>
   </property>
   <layout class="QGridLayout" name="gridLayout">
    <property name="margin">
     <number>0</number>
    </property>
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="VconWinLayout"/>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>842</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menu_Tools">
    <property name="title">
     <string>&amp;Tools</string>
    </property>
    <addaction name="action_Screenshot"/>
    <addaction name="separator"/>
    <addaction name="action_Project"/>
    <addaction name="action_Unproject"/>
    <addaction name="action_Lock"/>
    <addaction name="action_Unlock"/>
    <addaction name="action_Lock_All"/>
    <addaction name="action_Reset"/>
    <addaction name="separator"/>
    <addaction name="action_Show_Processes"/>
    <addaction name="action_Start_Processes"/>
   </widget>
   <widget class="QMenu" name="menu_Config">
    <property name="title">
     <string>&amp;Config</string>
    </property>
    <addaction name="action_Use_Password"/>
    <addaction name="action_Set_as_Tutor_PC"/>
    <addaction name="action_Config_Network"/>
   </widget>
   <widget class="QMenu" name="menu_Help">
    <property name="title">
     <string>&amp;Help</string>
    </property>
    <addaction name="action_About"/>
   </widget>
   <widget class="QMenu" name="menu_View">
    <property name="title">
     <string>&amp;View</string>
    </property>
    <widget class="QMenu" name="menu_Refresh">
     <property name="title">
      <string>&amp;Refresh</string>
     </property>
     <addaction name="action_refresh_100"/>
     <addaction name="action_refresh_200"/>
     <addaction name="action_refresh_300"/>
     <addaction name="action_refresh_400"/>
     <addaction name="action_refresh_500"/>
     <addaction name="action_refresh_600"/>
     <addaction name="action_refresh_700"/>
     <addaction name="action_refresh_800"/>
     <addaction name="action_refresh_900"/>
     <addaction name="action_refresh_1000"/>
    </widget>
    <widget class="QMenu" name="menu_Quality">
     <property name="title">
      <string>&amp;Quality</string>
     </property>
     <addaction name="action_quality_High"/>
     <addaction name="action_quality_Medium"/>
     <addaction name="action_quality_Low"/>
    </widget>
    <widget class="QMenu" name="menu_Zoom">
     <property name="title">
      <string>&amp;Zoom</string>
     </property>
     <addaction name="action_zoom_25"/>
     <addaction name="action_zoom_50"/>
     <addaction name="action_zoom_75"/>
     <addaction name="action_zoom_100"/>
     <addaction name="action_zoom_125"/>
     <addaction name="action_zoom_150"/>
     <addaction name="action_zoom_175"/>
     <addaction name="action_zoom_200"/>
    </widget>
    <addaction name="action_Maximize"/>
    <addaction name="menu_Zoom"/>
    <addaction name="menu_Refresh"/>
    <addaction name="menu_Quality"/>
    <addaction name="action_Backgroundimage"/>
   </widget>
   <widget class="QMenu" name="menu_File">
    <property name="title">
     <string>&amp;File</string>
    </property>
    <addaction name="separator"/>
    <addaction name="action_Info"/>
    <addaction name="action_Save_Profile"/>
    <addaction name="action_Manage_Profiles"/>
    <addaction name="separator"/>
    <addaction name="action_Quit"/>
   </widget>
   <addaction name="menu_File"/>
   <addaction name="menu_View"/>
   <addaction name="menu_Tools"/>
   <addaction name="menu_Config"/>
   <addaction name="menu_Help"/>
  </widget>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <property name="iconSize">
    <size>
     <width>32</width>
     <height>32</height>
    </size>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="action_Use_Password"/>
   <addaction name="action_Save_Profile"/>
   <addaction name="separator"/>
   <addaction name="action_Maximize"/>
   <addaction name="action_Backgroundimage"/>
   <addaction name="separator"/>
   <addaction name="action_Screenshot"/>
   <addaction name="action_Project"/>
   <addaction name="action_Unproject"/>
   <addaction name="action_Lock"/>
   <addaction name="action_Unlock"/>
   <addaction name="action_Lock_All"/>
   <addaction name="action_Reset"/>
   <addaction name="action_Show_Processes"/>
   <addaction name="action_Start_Processes"/>
   <addaction name="separator"/>
   <addaction name="action_Set_as_Tutor_PC"/>
   <addaction name="separator"/>
  </widget>
  <action name="action_About">
   <property name="text">
    <string>&amp;About</string>
   </property>
  </action>
  <action name="action_Save_Profile">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Save Profile</string>
   </property>
  </action>
  <action name="action_Manage_Profiles">
   <property name="text">
    <string>&amp;Manage Profiles</string>
   </property>
  </action>
  <action name="action_Quit">
   <property name="text">
    <string>&amp;Quit</string>
   </property>
  </action>
  <action name="action_Backgroundimage">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/image.png</normaloff>:/icons/image.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Backgroundimage</string>
   </property>
  </action>
  <action name="action_Screenshot">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/photos</normaloff>:/photos</iconset>
   </property>
   <property name="text">
    <string>&amp;Screenshot</string>
   </property>
  </action>
  <action name="action_Project">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/projection.png</normaloff>:/icons/projection.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Project</string>
   </property>
  </action>
  <action name="action_Unproject">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/unprojection.png</normaloff>:/icons/unprojection.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Unproject</string>
   </property>
  </action>
  <action name="action_Lock">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/locksingle.png</normaloff>:/icons/locksingle.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Lock</string>
   </property>
  </action>
  <action name="action_Unlock">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/unlocksingle.png</normaloff>:/icons/unlocksingle.png</iconset>
   </property>
   <property name="text">
    <string>U&amp;nlock</string>
   </property>
  </action>
  <action name="action_Lock_All">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/lock</normaloff>:/lock</iconset>
   </property>
   <property name="text">
    <string>Lock &amp;All</string>
   </property>
  </action>
  <action name="action_Reset">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/reset.png</normaloff>:/icons/reset.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Reset All</string>
   </property>
  </action>
  <action name="action_Show_Processes">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/gears.png</normaloff>:/icons/gears.png</iconset>
   </property>
   <property name="text">
    <string>Show &amp;Processes</string>
   </property>
  </action>
  <action name="action_Start_Processes">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/gearsgo.png</normaloff>:/icons/gearsgo.png</iconset>
   </property>
   <property name="text">
    <string>Start Pr&amp;ocess</string>
   </property>
  </action>
  <action name="action_Set_as_Tutor_PC">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/dozent2</normaloff>:/dozent2</iconset>
   </property>
   <property name="text">
    <string>Set as &amp;Tutor PC</string>
   </property>
  </action>
  <action name="action_Config_Network">
   <property name="text">
    <string>Config &amp;Network</string>
   </property>
  </action>
  <action name="action_zoom_25">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>25%</string>
   </property>
  </action>
  <action name="action_zoom_50">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>50%</string>
   </property>
  </action>
  <action name="action_zoom_75">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>75%</string>
   </property>
  </action>
  <action name="action_zoom_100">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>100%</string>
   </property>
  </action>
  <action name="action_zoom_125">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>125%</string>
   </property>
  </action>
  <action name="action_zoom_150">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>150%</string>
   </property>
  </action>
  <action name="action_zoom_175">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>175%</string>
   </property>
  </action>
  <action name="action_zoom_200">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>200%</string>
   </property>
  </action>
  <action name="action_Maximize">
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/restore</normaloff>:/restore</iconset>
   </property>
   <property name="text">
    <string>&amp;Maximize</string>
   </property>
  </action>
  <action name="action_refresh_100">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>100ms</string>
   </property>
  </action>
  <action name="action_refresh_200">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>200ms</string>
   </property>
  </action>
  <action name="action_refresh_300">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>300ms</string>
   </property>
  </action>
  <action name="action_refresh_400">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>400ms</string>
   </property>
  </action>
  <action name="action_refresh_500">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>500ms</string>
   </property>
  </action>
  <action name="action_refresh_600">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>600ms</string>
   </property>
  </action>
  <action name="action_refresh_700">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>700ms</string>
   </property>
  </action>
  <action name="action_refresh_800">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>800ms</string>
   </property>
  </action>
  <action name="action_refresh_900">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>900ms</string>
   </property>
  </action>
  <action name="action_refresh_1000">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>1000ms</string>
   </property>
  </action>
  <action name="action_quality_High">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>High</string>
   </property>
  </action>
  <action name="action_quality_Medium">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Medium</string>
   </property>
  </action>
  <action name="action_quality_Low">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Low</string>
   </property>
  </action>
  <action name="action_Use_Password">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../../../pvsmgr.qrc">
     <normaloff>:/icons/passwd.png</normaloff>:/icons/passwd.png</iconset>
   </property>
   <property name="text">
    <string>Use Password</string>
   </property>
  </action>
  <action name="action_Info">
   <property name="text">
    <string>&amp;Info</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="../../../pvsmgr.qrc"/>
 </resources>
 <connections/>
</ui>