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