Skip to content
Extraits de code Groupes Projets
Valider 2fe77b73 rédigé par Jordan Aurey's avatar Jordan Aurey
Parcourir les fichiers

Ui modifié

parent 18be36f4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -77,21 +77,16 @@ ...@@ -77,21 +77,16 @@
</size> </size>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
<string>Tasks</string> <string>Tasks</string>
</attribute> </attribute>
<widget class="QWidget" name="gridLayoutWidget"> <layout class="QHBoxLayout" name="horizontalLayout_8">
<property name="geometry"> <item>
<rect> <layout class="QVBoxLayout" name="verticalLayout_4">
<x>10</x> <item>
<y>10</y>
<width>256</width>
<height>38</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum> <enum>QLayout::SetMaximumSize</enum>
...@@ -130,165 +125,69 @@ ...@@ -130,165 +125,69 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QWidget" name="gridLayoutWidget_3"> <item>
<property name="geometry">
<rect>
<x>40</x>
<y>340</y>
<width>411</width>
<height>361</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>ListView</string>
</property>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget"/> <widget class="QListWidget" name="listWidget"/>
</item> </item>
</layout> <item>
</widget> <widget class="QTreeView" name="treeView"/>
</item> </item>
</layout> </layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>500</width>
<height>234</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>200</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1920</width>
<height>1080</height>
</size>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="title">
<string>TreeView</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTreeWidget" name="treeWidget">
<property name="minimumSize">
<size>
<width>300</width>
<height>150</height>
</size>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</widget>
<widget class="QWidget" name="tab2"> <widget class="QWidget" name="tab2">
<attribute name="title"> <attribute name="title">
<string>Services</string> <string>Services</string>
</attribute> </attribute>
<widget class="QListView" name="listView"> <layout class="QHBoxLayout" name="horizontalLayout_7">
<property name="geometry"> <item>
<rect> <layout class="QVBoxLayout" name="verticalLayout_3">
<x>40</x> <item>
<y>110</y> <layout class="QHBoxLayout" name="horizontalLayout_6">
<width>256</width> <item>
<height>192</height> <widget class="QCommandLinkButton" name="commandLinkButton_3">
</rect> <property name="text">
<string>Stop</string>
</property> </property>
</widget> </widget>
<widget class="QCommandLinkButton" name="commandLinkButton"> </item>
<property name="geometry"> <item>
<rect> <widget class="QCommandLinkButton" name="commandLinkButton_4">
<x>20</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Start</string> <string>Restart</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCommandLinkButton" name="commandLinkButton_2"> <widget class="QCommandLinkButton" name="commandLinkButton_2">
<property name="geometry">
<rect>
<x>560</x>
<y>20</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Disable</string> <string>Disable</string>
</property> </property>
</widget> </widget>
<widget class="QCommandLinkButton" name="commandLinkButton_3"> </item>
<property name="geometry"> <item>
<rect> <widget class="QCommandLinkButton" name="commandLinkButton_5">
<x>130</x>
<y>20</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton_4">
<property name="geometry">
<rect>
<x>240</x>
<y>20</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Restart</string> <string>Enable</string>
</property> </property>
</widget> </widget>
<widget class="QCommandLinkButton" name="commandLinkButton_5"> </item>
<property name="geometry"> <item>
<rect> <widget class="QCommandLinkButton" name="commandLinkButton">
<x>470</x>
<y>20</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Enable</string> <string>Start</string>
</property> </property>
</widget> </widget>
</item>
</layout>
</item>
<item>
<widget class="QListView" name="listView"/>
</item>
</layout>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter