Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 0e62a55c1dcd5cd9c92d653bddaf22c5cad2663a
  • master par défaut protégée
2 résultats

mainwindow.ui

Blame
  • mainwindow.ui 7,29 Kio
    <?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>1063</width>
        <height>660</height>
       </rect>
      </property>
      <property name="windowTitle">
       <string>Task Manager</string>
      </property>
      <widget class="QWidget" name="centralWidget">
       <layout class="QHBoxLayout" name="horizontalLayout_2">
        <item>
         <layout class="QVBoxLayout" name="verticalLayout">
          <property name="sizeConstraint">
           <enum>QLayout::SetMinimumSize</enum>
          </property>
          <item>
           <layout class="QHBoxLayout" name="horizontalLayout">
            <item>
             <widget class="QLabel" name="label">
              <property name="minimumSize">
               <size>
                <width>60</width>
                <height>20</height>
               </size>
              </property>
              <property name="maximumSize">
               <size>
                <width>60</width>
                <height>20</height>
               </size>
              </property>
              <property name="text">
               <string>Search</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QLineEdit" name="lineEdit">
              <property name="maximumSize">
               <size>
                <width>200</width>
                <height>16777215</height>
               </size>
              </property>
             </widget>
            </item>
           </layout>
          </item>
          <item>
           <widget class="QLabel" name="label_2">
            <property name="maximumSize">
             <size>
              <width>200</width>
              <height>16777215</height>
             </size>
            </property>
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QTabWidget" name="tabWidget">
          <property name="minimumSize">
           <size>
            <width>600</width>
            <height>400</height>
           </size>
          </property>
          <property name="currentIndex">
           <number>0</number>
          </property>
          <widget class="QWidget" name="tab">
           <attribute name="title">
            <string>Tasks</string>
           </attribute>
           <layout class="QHBoxLayout" name="horizontalLayout_8">
            <item>
             <layout class="QVBoxLayout" name="verticalLayout_4">
              <item>
               <layout class="QHBoxLayout" name="horizontalLayout_4">
                <property name="sizeConstraint">
                 <enum>QLayout::SetMaximumSize</enum>
                </property>
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton_6">
                  <property name="minimumSize">
                   <size>
                    <width>60</width>
                    <height>30</height>
                   </size>
                  </property>
                  <property name="text">
                   <string>sendSignal</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QComboBox" name="comboBox">
                  <property name="minimumSize">
                   <size>
                    <width>80</width>
                    <height>30</height>
                   </size>
                  </property>
                  <item>
                   <property name="text">
                    <string>Tree</string>
                   </property>
                  </item>
                  <item>
                   <property name="text">
                    <string>List</string>
                   </property>
                  </item>
                 </widget>
                </item>
               </layout>
              </item>
              <item>
               <widget class="QListWidget" name="listWidget"/>
              </item>
              <item>
               <widget class="QTreeView" name="treeView"/>
              </item>
             </layout>
            </item>
           </layout>
          </widget>
          <widget class="QWidget" name="tab2">
           <attribute name="title">
            <string>Services</string>
           </attribute>
           <layout class="QHBoxLayout" name="horizontalLayout_7">
            <item>
             <layout class="QVBoxLayout" name="verticalLayout_3">
              <item>
               <layout class="QHBoxLayout" name="horizontalLayout_6">
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton_3">
                  <property name="text">
                   <string>Stop</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton_4">
                  <property name="text">
                   <string>Restart</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton_2">
                  <property name="text">
                   <string>Disable</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton_5">
                  <property name="text">
                   <string>Enable</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QCommandLinkButton" name="commandLinkButton">
                  <property name="text">
                   <string>Start</string>
                  </property>
                 </widget>
                </item>
               </layout>
              </item>
              <item>
               <widget class="QListView" name="listView"/>
              </item>
             </layout>
            </item>
           </layout>
          </widget>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QStatusBar" name="statusBar"/>
      <widget class="QMenuBar" name="menuBar">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>1063</width>
         <height>20</height>
        </rect>
       </property>
       <widget class="QMenu" name="menuDisplay">
        <property name="title">
         <string>File</string>
        </property>
        <addaction name="actionAbout"/>
        <addaction name="actionQuit"/>
       </widget>
       <widget class="QMenu" name="menuLanguage">
        <property name="title">
         <string>Language</string>
        </property>
        <addaction name="actionFR"/>
        <addaction name="actionEn"/>
       </widget>
       <widget class="QMenu" name="menuDisplay_2">
        <property name="title">
         <string>Display</string>
        </property>
        <addaction name="actionIcons"/>
        <addaction name="actionMode_Night"/>
       </widget>
       <addaction name="menuDisplay"/>
       <addaction name="menuLanguage"/>
       <addaction name="menuDisplay_2"/>
      </widget>
      <action name="actionQuitter">
       <property name="text">
        <string>Quitter</string>
       </property>
      </action>
      <action name="actionFR">
       <property name="text">
        <string>FR</string>
       </property>
      </action>
      <action name="actionEn">
       <property name="text">
        <string>EN</string>
       </property>
      </action>
      <action name="actionAbout">
       <property name="text">
        <string>About</string>
       </property>
      </action>
      <action name="actionQuit">
       <property name="text">
        <string>Quit</string>
       </property>
      </action>
      <action name="actionIcons">
       <property name="text">
        <string>Icons</string>
       </property>
      </action>
      <action name="actionMode_Night">
       <property name="text">
        <string>Night Model</string>
       </property>
      </action>
     </widget>
     <layoutdefault spacing="6" margin="11"/>
     <resources/>
     <connections/>
    </ui>