1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShortcutConfigBase</class>
4 <widget class="QDialog" name="ShortcutConfigBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>1000</width>
10    <height>600</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Configure Keyboard Shortcuts</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout" name="gridLayout" columnstretch="0,0" columnminimumwidth="0,0">
20   <property name="sizeConstraint">
21    <enum>QLayout::SetDefaultConstraint</enum>
22   </property>
23   <item row="0" column="0">
24    <widget class="QTreeWidget" name="cgListView">
25     <property name="sizePolicy">
26      <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
27       <horstretch>0</horstretch>
28       <verstretch>0</verstretch>
29      </sizepolicy>
30     </property>
31     <property name="minimumSize">
32      <size>
33       <width>120</width>
34       <height>200</height>
35      </size>
36     </property>
37     <property name="rootIsDecorated">
38      <bool>false</bool>
39     </property>
40     <property name="itemsExpandable">
41      <bool>false</bool>
42     </property>
43     <column>
44      <property name="text">
45       <string>Shortcut Context</string>
46      </property>
47     </column>
48    </widget>
49   </item>
50   <item row="0" column="1">
51    <widget class="QTreeWidget" name="scListView">
52     <property name="sizePolicy">
53      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
54       <horstretch>0</horstretch>
55       <verstretch>0</verstretch>
56      </sizepolicy>
57     </property>
58     <property name="minimumSize">
59      <size>
60       <width>170</width>
61       <height>230</height>
62      </size>
63     </property>
64     <property name="focusPolicy">
65      <enum>Qt::StrongFocus</enum>
66     </property>
67     <property name="textElideMode">
68      <enum>Qt::ElideRight</enum>
69     </property>
70     <property name="rootIsDecorated">
71      <bool>false</bool>
72     </property>
73     <attribute name="headerCascadingSectionResizes">
74      <bool>false</bool>
75     </attribute>
76     <attribute name="headerMinimumSectionSize">
77      <number>120</number>
78     </attribute>
79     <attribute name="headerDefaultSectionSize">
80      <number>120</number>
81     </attribute>
82     <attribute name="headerShowSortIndicator" stdset="0">
83      <bool>false</bool>
84     </attribute>
85     <attribute name="headerStretchLastSection">
86      <bool>true</bool>
87     </attribute>
88     <column>
89      <property name="text">
90       <string>Shortcut</string>
91      </property>
92     </column>
93     <column>
94      <property name="text">
95       <string>Description</string>
96      </property>
97     </column>
98     <column>
99      <property name="text">
100       <string>Context</string>
101      </property>
102     </column>
103    </widget>
104   </item>
105   <item row="1" column="0" colspan="2">
106    <layout class="QHBoxLayout" name="horizontalLayout">
107     <item>
108      <widget class="QLabel" name="keyFilterLabel">
109       <property name="text">
110        <string>Shortcut</string>
111       </property>
112      </widget>
113     </item>
114     <item>
115      <widget class="QLineEdit" name="keyFilter">
116       <property name="sizePolicy">
117        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
118         <horstretch>0</horstretch>
119         <verstretch>0</verstretch>
120        </sizepolicy>
121       </property>
122       <property name="minimumSize">
123        <size>
124         <width>230</width>
125         <height>0</height>
126        </size>
127       </property>
128      </widget>
129     </item>
130     <item>
131      <spacer name="horizontalSpacer">
132       <property name="orientation">
133        <enum>Qt::Horizontal</enum>
134       </property>
135       <property name="sizeType">
136        <enum>QSizePolicy::Fixed</enum>
137       </property>
138       <property name="sizeHint" stdset="0">
139        <size>
140         <width>20</width>
141         <height>20</height>
142        </size>
143       </property>
144      </spacer>
145     </item>
146     <item>
147      <widget class="QLabel" name="textFilterLabel">
148       <property name="text">
149        <string>Description</string>
150       </property>
151      </widget>
152     </item>
153     <item>
154      <widget class="QLineEdit" name="textFilter"/>
155     </item>
156    </layout>
157   </item>
158   <item row="2" column="0" colspan="2">
159    <layout class="QHBoxLayout" name="hLayout">
160     <item>
161      <widget class="QPushButton" name="resetButton">
162       <property name="toolTip">
163        <string/>
164       </property>
165       <property name="text">
166        <string>&amp;Reset all</string>
167       </property>
168      </widget>
169     </item>
170     <item>
171      <spacer name="spacer3">
172       <property name="orientation">
173        <enum>Qt::Horizontal</enum>
174       </property>
175       <property name="sizeType">
176        <enum>QSizePolicy::Expanding</enum>
177       </property>
178       <property name="sizeHint" stdset="0">
179        <size>
180         <width>150</width>
181         <height>21</height>
182        </size>
183       </property>
184      </spacer>
185     </item>
186     <item>
187      <widget class="QPushButton" name="clearButton">
188       <property name="enabled">
189        <bool>false</bool>
190       </property>
191       <property name="text">
192        <string>&amp;Clear</string>
193       </property>
194       <property name="shortcut">
195        <string>Alt+C</string>
196       </property>
197      </widget>
198     </item>
199     <item>
200      <widget class="QPushButton" name="defineButton">
201       <property name="enabled">
202        <bool>false</bool>
203       </property>
204       <property name="text">
205        <string>&amp;Define</string>
206       </property>
207       <property name="shortcut">
208        <string>Alt+D</string>
209       </property>
210       <property name="default">
211        <bool>true</bool>
212       </property>
213      </widget>
214     </item>
215     <item>
216      <spacer name="spacer2">
217       <property name="orientation">
218        <enum>Qt::Horizontal</enum>
219       </property>
220       <property name="sizeType">
221        <enum>QSizePolicy::Expanding</enum>
222       </property>
223       <property name="sizeHint" stdset="0">
224        <size>
225         <width>30</width>
226         <height>21</height>
227        </size>
228       </property>
229      </spacer>
230     </item>
231     <item>
232      <widget class="QPushButton" name="textFileButton">
233       <property name="text">
234        <string>&amp;Printable file...</string>
235       </property>
236       <property name="shortcut">
237        <string>Alt+P</string>
238       </property>
239      </widget>
240     </item>
241     <item>
242      <spacer name="spacer4">
243       <property name="orientation">
244        <enum>Qt::Horizontal</enum>
245       </property>
246       <property name="sizeType">
247        <enum>QSizePolicy::Expanding</enum>
248       </property>
249       <property name="sizeHint" stdset="0">
250        <size>
251         <width>30</width>
252         <height>21</height>
253        </size>
254       </property>
255      </spacer>
256     </item>
257     <item>
258      <widget class="QPushButton" name="applyButton">
259       <property name="text">
260        <string>&amp;Apply</string>
261       </property>
262       <property name="shortcut">
263        <string>Alt+A</string>
264       </property>
265      </widget>
266     </item>
267     <item>
268      <widget class="QPushButton" name="okButton">
269       <property name="text">
270        <string>&amp;Ok</string>
271       </property>
272       <property name="shortcut">
273        <string>Alt+O</string>
274       </property>
275       <property name="default">
276        <bool>false</bool>
277       </property>
278      </widget>
279     </item>
280    </layout>
281   </item>
282  </layout>
283 </widget>
284 <layoutdefault spacing="6" margin="11"/>
285 <tabstops>
286  <tabstop>textFilter</tabstop>
287  <tabstop>keyFilter</tabstop>
288  <tabstop>cgListView</tabstop>
289  <tabstop>scListView</tabstop>
290  <tabstop>resetButton</tabstop>
291  <tabstop>clearButton</tabstop>
292  <tabstop>defineButton</tabstop>
293  <tabstop>textFileButton</tabstop>
294  <tabstop>applyButton</tabstop>
295  <tabstop>okButton</tabstop>
296 </tabstops>
297 <resources/>
298 <connections/>
299</ui>
300