|
1 | NO CONTENT: new file 100644, binary diff hidden |
|
1 | NO CONTENT: new file 100644, binary diff hidden |
|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -19,5 +19,8 | |||
|
19 | 19 | <file>icones/cursor.png</file> |
|
20 | 20 | <file>icones/pointer.png</file> |
|
21 | 21 | <file>icones/catalogue.png</file> |
|
22 | <file>icones/add.png</file> | |
|
23 | <file>icones/remove.png</file> | |
|
24 | <file>icones/chart.png</file> | |
|
22 | 25 | </qresource> |
|
23 | 26 | </RCC> |
@@ -17,17 +17,31 | |||
|
17 | 17 | <item> |
|
18 | 18 | <layout class="QHBoxLayout" name="horizontalLayout"> |
|
19 | 19 | <item> |
|
20 |
<widget class="QToolButton" name=" |
|
|
20 | <widget class="QToolButton" name="btnAdd"> | |
|
21 | 21 | <property name="text"> |
|
22 | 22 | <string>+</string> |
|
23 | 23 | </property> |
|
24 | <property name="icon"> | |
|
25 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
26 | <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset> | |
|
27 | </property> | |
|
28 | <property name="autoRaise"> | |
|
29 | <bool>true</bool> | |
|
30 | </property> | |
|
24 | 31 | </widget> |
|
25 | 32 | </item> |
|
26 | 33 | <item> |
|
27 |
<widget class="QToolButton" name=" |
|
|
34 | <widget class="QToolButton" name="btnRemove"> | |
|
28 | 35 | <property name="text"> |
|
29 | 36 | <string> - </string> |
|
30 | 37 | </property> |
|
38 | <property name="icon"> | |
|
39 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
40 | <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset> | |
|
41 | </property> | |
|
42 | <property name="autoRaise"> | |
|
43 | <bool>true</bool> | |
|
44 | </property> | |
|
31 | 45 | </widget> |
|
32 | 46 | </item> |
|
33 | 47 | <item> |
@@ -38,17 +52,37 | |||
|
38 | 52 | </widget> |
|
39 | 53 | </item> |
|
40 | 54 | <item> |
|
41 |
<widget class="QToolButton" name=" |
|
|
55 | <widget class="QToolButton" name="btnTime"> | |
|
42 | 56 | <property name="text"> |
|
43 | 57 | <string>T</string> |
|
44 | 58 | </property> |
|
59 | <property name="icon"> | |
|
60 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
61 | <normaloff>:/icones/time.png</normaloff>:/icones/time.png</iconset> | |
|
62 | </property> | |
|
63 | <property name="checkable"> | |
|
64 | <bool>true</bool> | |
|
65 | </property> | |
|
66 | <property name="autoRaise"> | |
|
67 | <bool>true</bool> | |
|
68 | </property> | |
|
45 | 69 | </widget> |
|
46 | 70 | </item> |
|
47 | 71 | <item> |
|
48 |
<widget class="QToolButton" name=" |
|
|
72 | <widget class="QToolButton" name="btnChart"> | |
|
49 | 73 | <property name="text"> |
|
50 | 74 | <string>G</string> |
|
51 | 75 | </property> |
|
76 | <property name="icon"> | |
|
77 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
78 | <normaloff>:/icones/chart.png</normaloff>:/icones/chart.png</iconset> | |
|
79 | </property> | |
|
80 | <property name="checkable"> | |
|
81 | <bool>true</bool> | |
|
82 | </property> | |
|
83 | <property name="autoRaise"> | |
|
84 | <bool>true</bool> | |
|
85 | </property> | |
|
52 | 86 | </widget> |
|
53 | 87 | </item> |
|
54 | 88 | <item> |
@@ -72,6 +106,9 | |||
|
72 | 106 | </item> |
|
73 | 107 | </layout> |
|
74 | 108 | </widget> |
|
75 |
<resources |
|
|
109 | <resources> | |
|
110 | <include location="../../resources/sqpguiresources.qrc"/> | |
|
111 | <include location="../../resources/sqpguiresources.qrc"/> | |
|
112 | </resources> | |
|
76 | 113 | <connections/> |
|
77 | 114 | </ui> |
@@ -17,17 +17,31 | |||
|
17 | 17 | <item> |
|
18 | 18 | <layout class="QHBoxLayout" name="horizontalLayout"> |
|
19 | 19 | <item> |
|
20 |
<widget class="QToolButton" name=" |
|
|
20 | <widget class="QToolButton" name="btnAdd"> | |
|
21 | 21 | <property name="text"> |
|
22 | 22 | <string>+</string> |
|
23 | 23 | </property> |
|
24 | <property name="icon"> | |
|
25 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
26 | <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset> | |
|
27 | </property> | |
|
28 | <property name="autoRaise"> | |
|
29 | <bool>true</bool> | |
|
30 | </property> | |
|
24 | 31 | </widget> |
|
25 | 32 | </item> |
|
26 | 33 | <item> |
|
27 |
<widget class="QToolButton" name=" |
|
|
34 | <widget class="QToolButton" name="btnRemove"> | |
|
28 | 35 | <property name="text"> |
|
29 | 36 | <string> - </string> |
|
30 | 37 | </property> |
|
38 | <property name="icon"> | |
|
39 | <iconset resource="../../resources/sqpguiresources.qrc"> | |
|
40 | <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset> | |
|
41 | </property> | |
|
42 | <property name="autoRaise"> | |
|
43 | <bool>true</bool> | |
|
44 | </property> | |
|
31 | 45 | </widget> |
|
32 | 46 | </item> |
|
33 | 47 | <item> |
@@ -59,6 +73,9 | |||
|
59 | 73 | </item> |
|
60 | 74 | </layout> |
|
61 | 75 | </widget> |
|
62 |
<resources |
|
|
76 | <resources> | |
|
77 | <include location="../../resources/sqpguiresources.qrc"/> | |
|
78 | <include location="../../resources/sqpguiresources.qrc"/> | |
|
79 | </resources> | |
|
63 | 80 | <connections/> |
|
64 | 81 | </ui> |
General Comments 0
You need to be logged in to leave comments.
Login now