##// END OF EJS Templates
Toolbar icons
trabillard -
r1097:41f5b65ec685
parent child
Show More
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
@@ -1,23 +1,26
1 <RCC>
1 <RCC>
2 <qresource prefix="/">
2 <qresource prefix="/">
3 <file>icones/dataSourceComponent.png</file>
3 <file>icones/dataSourceComponent.png</file>
4 <file>icones/dataSourceNode.png</file>
4 <file>icones/dataSourceNode.png</file>
5 <file>icones/dataSourceProduct.png</file>
5 <file>icones/dataSourceProduct.png</file>
6 <file>icones/dataSourceRoot.png</file>
6 <file>icones/dataSourceRoot.png</file>
7 <file>icones/delete.png</file>
7 <file>icones/delete.png</file>
8 <file>icones/down.png</file>
8 <file>icones/down.png</file>
9 <file>icones/openInspector.png</file>
9 <file>icones/openInspector.png</file>
10 <file>icones/next.png</file>
10 <file>icones/next.png</file>
11 <file>icones/plot.png</file>
11 <file>icones/plot.png</file>
12 <file>icones/previous.png</file>
12 <file>icones/previous.png</file>
13 <file>icones/unplot.png</file>
13 <file>icones/unplot.png</file>
14 <file>icones/up.png</file>
14 <file>icones/up.png</file>
15 <file>icones/time.png</file>
15 <file>icones/time.png</file>
16 <file>icones/zoom.png</file>
16 <file>icones/zoom.png</file>
17 <file>icones/rectangle.png</file>
17 <file>icones/rectangle.png</file>
18 <file>icones/drag.png</file>
18 <file>icones/drag.png</file>
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>
@@ -1,77 +1,114
1 <?xml version="1.0" encoding="UTF-8"?>
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
2 <ui version="4.0">
3 <class>CatalogueEventsWidget</class>
3 <class>CatalogueEventsWidget</class>
4 <widget class="QWidget" name="CatalogueEventsWidget">
4 <widget class="QWidget" name="CatalogueEventsWidget">
5 <property name="geometry">
5 <property name="geometry">
6 <rect>
6 <rect>
7 <x>0</x>
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
9 <width>566</width>
9 <width>566</width>
10 <height>258</height>
10 <height>258</height>
11 </rect>
11 </rect>
12 </property>
12 </property>
13 <property name="windowTitle">
13 <property name="windowTitle">
14 <string>Form</string>
14 <string>Form</string>
15 </property>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
16 <layout class="QVBoxLayout" name="verticalLayout">
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="toolButton">
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="toolButton_2">
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>
34 <widget class="Line" name="line">
48 <widget class="Line" name="line">
35 <property name="orientation">
49 <property name="orientation">
36 <enum>Qt::Vertical</enum>
50 <enum>Qt::Vertical</enum>
37 </property>
51 </property>
38 </widget>
52 </widget>
39 </item>
53 </item>
40 <item>
54 <item>
41 <widget class="QToolButton" name="toolButton_3">
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="toolButton_4">
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>
55 <widget class="Line" name="line_2">
89 <widget class="Line" name="line_2">
56 <property name="orientation">
90 <property name="orientation">
57 <enum>Qt::Vertical</enum>
91 <enum>Qt::Vertical</enum>
58 </property>
92 </property>
59 </widget>
93 </widget>
60 </item>
94 </item>
61 <item>
95 <item>
62 <widget class="QLineEdit" name="lineEdit">
96 <widget class="QLineEdit" name="lineEdit">
63 <property name="enabled">
97 <property name="enabled">
64 <bool>false</bool>
98 <bool>false</bool>
65 </property>
99 </property>
66 </widget>
100 </widget>
67 </item>
101 </item>
68 </layout>
102 </layout>
69 </item>
103 </item>
70 <item>
104 <item>
71 <widget class="QTableWidget" name="tableWidget"/>
105 <widget class="QTableWidget" name="tableWidget"/>
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>
@@ -1,64 +1,81
1 <?xml version="1.0" encoding="UTF-8"?>
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
2 <ui version="4.0">
3 <class>CatalogueSideBarWidget</class>
3 <class>CatalogueSideBarWidget</class>
4 <widget class="QWidget" name="CatalogueSideBarWidget">
4 <widget class="QWidget" name="CatalogueSideBarWidget">
5 <property name="geometry">
5 <property name="geometry">
6 <rect>
6 <rect>
7 <x>0</x>
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
9 <width>330</width>
9 <width>330</width>
10 <height>523</height>
10 <height>523</height>
11 </rect>
11 </rect>
12 </property>
12 </property>
13 <property name="windowTitle">
13 <property name="windowTitle">
14 <string>Form</string>
14 <string>Form</string>
15 </property>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
16 <layout class="QVBoxLayout" name="verticalLayout">
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="toolButton">
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="toolButton_2">
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>
34 <spacer name="horizontalSpacer">
48 <spacer name="horizontalSpacer">
35 <property name="orientation">
49 <property name="orientation">
36 <enum>Qt::Horizontal</enum>
50 <enum>Qt::Horizontal</enum>
37 </property>
51 </property>
38 <property name="sizeHint" stdset="0">
52 <property name="sizeHint" stdset="0">
39 <size>
53 <size>
40 <width>40</width>
54 <width>40</width>
41 <height>20</height>
55 <height>20</height>
42 </size>
56 </size>
43 </property>
57 </property>
44 </spacer>
58 </spacer>
45 </item>
59 </item>
46 </layout>
60 </layout>
47 </item>
61 </item>
48 <item>
62 <item>
49 <widget class="QTreeWidget" name="treeWidget">
63 <widget class="QTreeWidget" name="treeWidget">
50 <attribute name="headerVisible">
64 <attribute name="headerVisible">
51 <bool>false</bool>
65 <bool>false</bool>
52 </attribute>
66 </attribute>
53 <column>
67 <column>
54 <property name="text">
68 <property name="text">
55 <string notr="true">1</string>
69 <string notr="true">1</string>
56 </property>
70 </property>
57 </column>
71 </column>
58 </widget>
72 </widget>
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