1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ToolBarEditor</class>
4 <widget class="QWidget" name="ToolBarEditor">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>668</width>
10    <height>415</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string notr="true">Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <property name="leftMargin">
18    <number>0</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <item row="0" column="0">
30    <widget class="QLabel" name="m_lblActivatedActions">
31     <property name="text">
32      <string>Activated actions</string>
33     </property>
34    </widget>
35   </item>
36   <item row="0" column="2">
37    <widget class="QLabel" name="m_lblAvailableActions">
38     <property name="text">
39      <string>Available actions</string>
40     </property>
41    </widget>
42   </item>
43   <item row="1" column="0">
44    <widget class="QListWidget" name="m_listActivatedActions">
45     <property name="horizontalScrollBarPolicy">
46      <enum>Qt::ScrollBarAlwaysOff</enum>
47     </property>
48     <property name="editTriggers">
49      <set>QAbstractItemView::NoEditTriggers</set>
50     </property>
51     <property name="selectionBehavior">
52      <enum>QAbstractItemView::SelectRows</enum>
53     </property>
54     <property name="isWrapping" stdset="0">
55      <bool>false</bool>
56     </property>
57     <property name="uniformItemSizes">
58      <bool>true</bool>
59     </property>
60     <property name="wordWrap">
61      <bool>false</bool>
62     </property>
63    </widget>
64   </item>
65   <item row="1" column="1">
66    <layout class="QVBoxLayout" name="verticalLayout">
67     <item>
68      <widget class="QToolButton" name="m_btnMoveActionUp">
69       <property name="sizePolicy">
70        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
71         <horstretch>0</horstretch>
72         <verstretch>0</verstretch>
73        </sizepolicy>
74       </property>
75       <property name="text">
76        <string>Move action up</string>
77       </property>
78       <property name="iconSize">
79        <size>
80         <width>22</width>
81         <height>22</height>
82        </size>
83       </property>
84       <property name="toolButtonStyle">
85        <enum>Qt::ToolButtonTextUnderIcon</enum>
86       </property>
87      </widget>
88     </item>
89     <item>
90      <widget class="QToolButton" name="m_btnMoveActionDown">
91       <property name="sizePolicy">
92        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
93         <horstretch>0</horstretch>
94         <verstretch>0</verstretch>
95        </sizepolicy>
96       </property>
97       <property name="text">
98        <string>Move action down</string>
99       </property>
100       <property name="iconSize">
101        <size>
102         <width>22</width>
103         <height>22</height>
104        </size>
105       </property>
106       <property name="toolButtonStyle">
107        <enum>Qt::ToolButtonTextUnderIcon</enum>
108       </property>
109      </widget>
110     </item>
111     <item>
112      <widget class="Line" name="line">
113       <property name="orientation">
114        <enum>Qt::Horizontal</enum>
115       </property>
116      </widget>
117     </item>
118     <item>
119      <widget class="QToolButton" name="m_btnInsertSeparator">
120       <property name="sizePolicy">
121        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
122         <horstretch>0</horstretch>
123         <verstretch>0</verstretch>
124        </sizepolicy>
125       </property>
126       <property name="text">
127        <string>Insert separator</string>
128       </property>
129       <property name="iconSize">
130        <size>
131         <width>22</width>
132         <height>22</height>
133        </size>
134       </property>
135       <property name="toolButtonStyle">
136        <enum>Qt::ToolButtonTextUnderIcon</enum>
137       </property>
138      </widget>
139     </item>
140     <item>
141      <widget class="QToolButton" name="m_btnInsertSpacer">
142       <property name="sizePolicy">
143        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
144         <horstretch>0</horstretch>
145         <verstretch>0</verstretch>
146        </sizepolicy>
147       </property>
148       <property name="text">
149        <string>Insert spacer</string>
150       </property>
151       <property name="iconSize">
152        <size>
153         <width>22</width>
154         <height>22</height>
155        </size>
156       </property>
157       <property name="toolButtonStyle">
158        <enum>Qt::ToolButtonTextUnderIcon</enum>
159       </property>
160      </widget>
161     </item>
162     <item>
163      <widget class="Line" name="line_2">
164       <property name="orientation">
165        <enum>Qt::Horizontal</enum>
166       </property>
167      </widget>
168     </item>
169     <item>
170      <widget class="QToolButton" name="m_btnAddSelectedAction">
171       <property name="sizePolicy">
172        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
173         <horstretch>0</horstretch>
174         <verstretch>0</verstretch>
175        </sizepolicy>
176       </property>
177       <property name="text">
178        <string>Add selected action</string>
179       </property>
180       <property name="iconSize">
181        <size>
182         <width>22</width>
183         <height>22</height>
184        </size>
185       </property>
186       <property name="toolButtonStyle">
187        <enum>Qt::ToolButtonTextUnderIcon</enum>
188       </property>
189      </widget>
190     </item>
191     <item>
192      <widget class="QToolButton" name="m_btnDeleteSelectedAction">
193       <property name="sizePolicy">
194        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
195         <horstretch>0</horstretch>
196         <verstretch>0</verstretch>
197        </sizepolicy>
198       </property>
199       <property name="text">
200        <string>Delete selected action</string>
201       </property>
202       <property name="iconSize">
203        <size>
204         <width>22</width>
205         <height>22</height>
206        </size>
207       </property>
208       <property name="toolButtonStyle">
209        <enum>Qt::ToolButtonTextUnderIcon</enum>
210       </property>
211      </widget>
212     </item>
213     <item>
214      <widget class="QToolButton" name="m_btnDeleteAllActions">
215       <property name="sizePolicy">
216        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
217         <horstretch>0</horstretch>
218         <verstretch>0</verstretch>
219        </sizepolicy>
220       </property>
221       <property name="text">
222        <string>Delete all actions</string>
223       </property>
224       <property name="iconSize">
225        <size>
226         <width>22</width>
227         <height>22</height>
228        </size>
229       </property>
230       <property name="toolButtonStyle">
231        <enum>Qt::ToolButtonTextUnderIcon</enum>
232       </property>
233      </widget>
234     </item>
235     <item>
236      <widget class="QToolButton" name="m_btnReset">
237       <property name="sizePolicy">
238        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
239         <horstretch>0</horstretch>
240         <verstretch>0</verstretch>
241        </sizepolicy>
242       </property>
243       <property name="text">
244        <string>Reset toolbar</string>
245       </property>
246       <property name="iconSize">
247        <size>
248         <width>22</width>
249         <height>22</height>
250        </size>
251       </property>
252       <property name="toolButtonStyle">
253        <enum>Qt::ToolButtonTextUnderIcon</enum>
254       </property>
255      </widget>
256     </item>
257     <item>
258      <spacer name="verticalSpacer">
259       <property name="orientation">
260        <enum>Qt::Vertical</enum>
261       </property>
262       <property name="sizeHint" stdset="0">
263        <size>
264         <width>20</width>
265         <height>40</height>
266        </size>
267       </property>
268      </spacer>
269     </item>
270    </layout>
271   </item>
272   <item row="1" column="2">
273    <widget class="QListWidget" name="m_listAvailableActions">
274     <property name="horizontalScrollBarPolicy">
275      <enum>Qt::ScrollBarAlwaysOff</enum>
276     </property>
277     <property name="editTriggers">
278      <set>QAbstractItemView::NoEditTriggers</set>
279     </property>
280     <property name="selectionBehavior">
281      <enum>QAbstractItemView::SelectRows</enum>
282     </property>
283     <property name="isWrapping" stdset="0">
284      <bool>false</bool>
285     </property>
286     <property name="uniformItemSizes">
287      <bool>true</bool>
288     </property>
289     <property name="wordWrap">
290      <bool>false</bool>
291     </property>
292    </widget>
293   </item>
294  </layout>
295 </widget>
296 <tabstops>
297  <tabstop>m_listActivatedActions</tabstop>
298  <tabstop>m_listAvailableActions</tabstop>
299  <tabstop>m_btnMoveActionUp</tabstop>
300  <tabstop>m_btnMoveActionDown</tabstop>
301  <tabstop>m_btnInsertSeparator</tabstop>
302  <tabstop>m_btnInsertSpacer</tabstop>
303  <tabstop>m_btnAddSelectedAction</tabstop>
304  <tabstop>m_btnDeleteSelectedAction</tabstop>
305  <tabstop>m_btnDeleteAllActions</tabstop>
306 </tabstops>
307 <resources/>
308 <connections/>
309</ui>
310