Skip to content

Commit 7ed59f4

Browse files
author
wonder
committed
Forgotten to add configure dialog's ui file in last commit.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10731 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2967d94 commit 7ed59f4

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed

src/ui/qgsconfigureshortcutsdialog.ui

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>QgsConfigureShortcutsDialog</class>
4+
<widget class="QDialog" name="QgsConfigureShortcutsDialog">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>385</width>
10+
<height>304</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Configure shortcuts</string>
15+
</property>
16+
<layout class="QVBoxLayout" name="verticalLayout">
17+
<item>
18+
<widget class="QTreeWidget" name="treeActions">
19+
<property name="rootIsDecorated">
20+
<bool>false</bool>
21+
</property>
22+
<property name="columnCount">
23+
<number>2</number>
24+
</property>
25+
<column>
26+
<property name="text">
27+
<string>Action</string>
28+
</property>
29+
</column>
30+
<column>
31+
<property name="text">
32+
<string>Shortcut</string>
33+
</property>
34+
</column>
35+
</widget>
36+
</item>
37+
<item>
38+
<layout class="QHBoxLayout" name="horizontalLayout">
39+
<item>
40+
<widget class="QPushButton" name="btnChangeShortcut">
41+
<property name="focusPolicy">
42+
<enum>Qt::NoFocus</enum>
43+
</property>
44+
<property name="text">
45+
<string>Change</string>
46+
</property>
47+
<property name="checkable">
48+
<bool>true</bool>
49+
</property>
50+
</widget>
51+
</item>
52+
<item>
53+
<widget class="QPushButton" name="btnSetNoShortcut">
54+
<property name="text">
55+
<string>Set none</string>
56+
</property>
57+
</widget>
58+
</item>
59+
<item>
60+
<widget class="QPushButton" name="btnResetShortcut">
61+
<property name="text">
62+
<string>Set default</string>
63+
</property>
64+
</widget>
65+
</item>
66+
</layout>
67+
</item>
68+
<item>
69+
<widget class="QDialogButtonBox" name="buttonBox">
70+
<property name="orientation">
71+
<enum>Qt::Horizontal</enum>
72+
</property>
73+
<property name="standardButtons">
74+
<set>QDialogButtonBox::Close</set>
75+
</property>
76+
</widget>
77+
</item>
78+
</layout>
79+
</widget>
80+
<tabstops>
81+
<tabstop>treeActions</tabstop>
82+
<tabstop>btnChangeShortcut</tabstop>
83+
<tabstop>btnSetNoShortcut</tabstop>
84+
<tabstop>btnResetShortcut</tabstop>
85+
<tabstop>buttonBox</tabstop>
86+
</tabstops>
87+
<resources/>
88+
<connections>
89+
<connection>
90+
<sender>buttonBox</sender>
91+
<signal>accepted()</signal>
92+
<receiver>QgsConfigureShortcutsDialog</receiver>
93+
<slot>accept()</slot>
94+
<hints>
95+
<hint type="sourcelabel">
96+
<x>248</x>
97+
<y>254</y>
98+
</hint>
99+
<hint type="destinationlabel">
100+
<x>157</x>
101+
<y>274</y>
102+
</hint>
103+
</hints>
104+
</connection>
105+
<connection>
106+
<sender>buttonBox</sender>
107+
<signal>rejected()</signal>
108+
<receiver>QgsConfigureShortcutsDialog</receiver>
109+
<slot>reject()</slot>
110+
<hints>
111+
<hint type="sourcelabel">
112+
<x>316</x>
113+
<y>260</y>
114+
</hint>
115+
<hint type="destinationlabel">
116+
<x>286</x>
117+
<y>274</y>
118+
</hint>
119+
</hints>
120+
</connection>
121+
</connections>
122+
</ui>

0 commit comments

Comments
 (0)