##// END OF EJS Templates
Disable not implemented buttons
trabillard -
r1240:680c87563741
parent child
Show More
@@ -1,142 +1,148
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <ui version="4.0">
3 3 <class>CatalogueEventsWidget</class>
4 4 <widget class="QWidget" name="CatalogueEventsWidget">
5 5 <property name="geometry">
6 6 <rect>
7 7 <x>0</x>
8 8 <y>0</y>
9 9 <width>566</width>
10 10 <height>258</height>
11 11 </rect>
12 12 </property>
13 13 <property name="windowTitle">
14 14 <string>Form</string>
15 15 </property>
16 16 <layout class="QVBoxLayout" name="verticalLayout">
17 17 <property name="leftMargin">
18 18 <number>0</number>
19 19 </property>
20 20 <property name="topMargin">
21 21 <number>0</number>
22 22 </property>
23 23 <property name="rightMargin">
24 24 <number>0</number>
25 25 </property>
26 26 <property name="bottomMargin">
27 27 <number>0</number>
28 28 </property>
29 29 <item>
30 30 <layout class="QHBoxLayout" name="horizontalLayout">
31 31 <item>
32 32 <widget class="QToolButton" name="btnAdd">
33 <property name="enabled">
34 <bool>false</bool>
35 </property>
33 36 <property name="text">
34 37 <string>+</string>
35 38 </property>
36 39 <property name="icon">
37 40 <iconset resource="../../resources/sqpguiresources.qrc">
38 41 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
39 42 </property>
40 43 <property name="autoRaise">
41 44 <bool>true</bool>
42 45 </property>
43 46 </widget>
44 47 </item>
45 48 <item>
46 49 <widget class="QToolButton" name="btnRemove">
47 50 <property name="text">
48 51 <string> - </string>
49 52 </property>
50 53 <property name="icon">
51 54 <iconset resource="../../resources/sqpguiresources.qrc">
52 55 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
53 56 </property>
54 57 <property name="autoRaise">
55 58 <bool>true</bool>
56 59 </property>
57 60 </widget>
58 61 </item>
59 62 <item>
60 63 <widget class="Line" name="line">
61 64 <property name="orientation">
62 65 <enum>Qt::Vertical</enum>
63 66 </property>
64 67 </widget>
65 68 </item>
66 69 <item>
67 70 <widget class="QToolButton" name="btnTime">
68 71 <property name="text">
69 72 <string>T</string>
70 73 </property>
71 74 <property name="icon">
72 75 <iconset resource="../../resources/sqpguiresources.qrc">
73 76 <normaloff>:/icones/time.png</normaloff>:/icones/time.png</iconset>
74 77 </property>
75 78 <property name="checkable">
76 79 <bool>true</bool>
77 80 </property>
78 81 <property name="autoRaise">
79 82 <bool>true</bool>
80 83 </property>
81 84 </widget>
82 85 </item>
83 86 <item>
84 87 <widget class="QToolButton" name="btnChart">
88 <property name="enabled">
89 <bool>false</bool>
90 </property>
85 91 <property name="text">
86 92 <string>G</string>
87 93 </property>
88 94 <property name="icon">
89 95 <iconset resource="../../resources/sqpguiresources.qrc">
90 96 <normaloff>:/icones/chart.png</normaloff>:/icones/chart.png</iconset>
91 97 </property>
92 98 <property name="checkable">
93 99 <bool>true</bool>
94 100 </property>
95 101 <property name="autoRaise">
96 102 <bool>true</bool>
97 103 </property>
98 104 </widget>
99 105 </item>
100 106 <item>
101 107 <widget class="Line" name="line_2">
102 108 <property name="orientation">
103 109 <enum>Qt::Vertical</enum>
104 110 </property>
105 111 </widget>
106 112 </item>
107 113 <item>
108 114 <widget class="QLineEdit" name="lineEdit">
109 115 <property name="enabled">
110 116 <bool>false</bool>
111 117 </property>
112 118 </widget>
113 119 </item>
114 120 </layout>
115 121 </item>
116 122 <item>
117 123 <widget class="QTreeView" name="treeView">
118 124 <property name="dragEnabled">
119 125 <bool>true</bool>
120 126 </property>
121 127 <property name="dragDropMode">
122 128 <enum>QAbstractItemView::DragDrop</enum>
123 129 </property>
124 130 <property name="selectionMode">
125 131 <enum>QAbstractItemView::ExtendedSelection</enum>
126 132 </property>
127 133 <property name="selectionBehavior">
128 134 <enum>QAbstractItemView::SelectRows</enum>
129 135 </property>
130 136 <attribute name="headerStretchLastSection">
131 137 <bool>false</bool>
132 138 </attribute>
133 139 </widget>
134 140 </item>
135 141 </layout>
136 142 </widget>
137 143 <resources>
138 144 <include location="../../resources/sqpguiresources.qrc"/>
139 145 <include location="../../resources/sqpguiresources.qrc"/>
140 146 </resources>
141 147 <connections/>
142 148 </ui>
@@ -1,100 +1,106
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <ui version="4.0">
3 3 <class>CatalogueSideBarWidget</class>
4 4 <widget class="QWidget" name="CatalogueSideBarWidget">
5 5 <property name="geometry">
6 6 <rect>
7 7 <x>0</x>
8 8 <y>0</y>
9 9 <width>330</width>
10 10 <height>523</height>
11 11 </rect>
12 12 </property>
13 13 <property name="windowTitle">
14 14 <string>Form</string>
15 15 </property>
16 16 <layout class="QVBoxLayout" name="verticalLayout">
17 17 <property name="leftMargin">
18 18 <number>0</number>
19 19 </property>
20 20 <property name="topMargin">
21 21 <number>0</number>
22 22 </property>
23 23 <property name="rightMargin">
24 24 <number>0</number>
25 25 </property>
26 26 <property name="bottomMargin">
27 27 <number>0</number>
28 28 </property>
29 29 <item>
30 30 <layout class="QHBoxLayout" name="horizontalLayout">
31 31 <item>
32 32 <widget class="QToolButton" name="btnAdd">
33 <property name="enabled">
34 <bool>false</bool>
35 </property>
33 36 <property name="text">
34 37 <string>+</string>
35 38 </property>
36 39 <property name="icon">
37 40 <iconset resource="../../resources/sqpguiresources.qrc">
38 41 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
39 42 </property>
40 43 <property name="autoRaise">
41 44 <bool>true</bool>
42 45 </property>
43 46 </widget>
44 47 </item>
45 48 <item>
46 49 <widget class="QToolButton" name="btnRemove">
50 <property name="enabled">
51 <bool>false</bool>
52 </property>
47 53 <property name="text">
48 54 <string> - </string>
49 55 </property>
50 56 <property name="icon">
51 57 <iconset resource="../../resources/sqpguiresources.qrc">
52 58 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
53 59 </property>
54 60 <property name="autoRaise">
55 61 <bool>true</bool>
56 62 </property>
57 63 </widget>
58 64 </item>
59 65 <item>
60 66 <spacer name="horizontalSpacer">
61 67 <property name="orientation">
62 68 <enum>Qt::Horizontal</enum>
63 69 </property>
64 70 <property name="sizeHint" stdset="0">
65 71 <size>
66 72 <width>40</width>
67 73 <height>20</height>
68 74 </size>
69 75 </property>
70 76 </spacer>
71 77 </item>
72 78 </layout>
73 79 </item>
74 80 <item>
75 81 <widget class="QTreeView" name="treeView">
76 82 <property name="acceptDrops">
77 83 <bool>true</bool>
78 84 </property>
79 85 <property name="dragDropMode">
80 86 <enum>QAbstractItemView::DragDrop</enum>
81 87 </property>
82 88 <property name="selectionMode">
83 89 <enum>QAbstractItemView::ExtendedSelection</enum>
84 90 </property>
85 91 <attribute name="headerVisible">
86 92 <bool>false</bool>
87 93 </attribute>
88 94 <attribute name="headerStretchLastSection">
89 95 <bool>false</bool>
90 96 </attribute>
91 97 </widget>
92 98 </item>
93 99 </layout>
94 100 </widget>
95 101 <resources>
96 102 <include location="../../resources/sqpguiresources.qrc"/>
97 103 <include location="../../resources/sqpguiresources.qrc"/>
98 104 </resources>
99 105 <connections/>
100 106 </ui>
General Comments 0
You need to be logged in to leave comments. Login now