Sat, 14 Dec 2019 22:36:06 +0200
added missing files
7 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>SettingsEditor</class> | |
4 | <widget class="QDialog" name="SettingsEditor"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
9 | <width>574</width> | |
10 | <height>416</height> | |
11 | </rect> | |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>Dialog</string> | |
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item> | |
18 | <widget class="QTabWidget" name="tabWidget"> | |
19 | <property name="currentIndex"> | |
16 | 20 | <number>2</number> |
7 | 21 | </property> |
22 | <widget class="QWidget" name="tabGeneral"> | |
23 | <attribute name="title"> | |
24 | <string>General</string> | |
25 | </attribute> | |
26 | <layout class="QFormLayout" name="formLayout"> | |
27 | <item row="0" column="0"> | |
28 | <widget class="QLabel" name="label"> | |
29 | <property name="text"> | |
30 | <string>Language:</string> | |
31 | </property> | |
32 | </widget> | |
33 | </item> | |
34 | <item row="0" column="1"> | |
35 | <widget class="QComboBox" name="language"> | |
36 | <item> | |
37 | <property name="text"> | |
38 | <string>System language</string> | |
39 | </property> | |
40 | </item> | |
41 | <item> | |
42 | <property name="text"> | |
43 | <string>English</string> | |
44 | </property> | |
45 | </item> | |
46 | </widget> | |
47 | </item> | |
48 | </layout> | |
49 | </widget> | |
50 | <widget class="QWidget" name="tabLdrawLibraries"> | |
51 | <attribute name="title"> | |
52 | <string>LDraw parts libraries</string> | |
53 | </attribute> | |
54 | </widget> | |
16 | 55 | <widget class="QWidget" name="tab"> |
56 | <attribute name="title"> | |
57 | <string>Keyboard shortcuts</string> | |
58 | </attribute> | |
59 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
60 | <item> | |
61 | <widget class="QTableView" name="keyboardShortcutsView"/> | |
62 | </item> | |
63 | </layout> | |
64 | </widget> | |
7 | 65 | </widget> |
66 | </item> | |
67 | <item> | |
68 | <widget class="QDialogButtonBox" name="buttonBox"> | |
69 | <property name="orientation"> | |
70 | <enum>Qt::Horizontal</enum> | |
71 | </property> | |
72 | <property name="standardButtons"> | |
73 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
74 | </property> | |
75 | </widget> | |
76 | </item> | |
77 | </layout> | |
78 | </widget> | |
79 | <resources/> | |
80 | <connections> | |
81 | <connection> | |
82 | <sender>buttonBox</sender> | |
83 | <signal>accepted()</signal> | |
84 | <receiver>SettingsEditor</receiver> | |
85 | <slot>accept()</slot> | |
86 | <hints> | |
87 | <hint type="sourcelabel"> | |
88 | <x>227</x> | |
89 | <y>394</y> | |
90 | </hint> | |
91 | <hint type="destinationlabel"> | |
92 | <x>157</x> | |
93 | <y>274</y> | |
94 | </hint> | |
95 | </hints> | |
96 | </connection> | |
97 | <connection> | |
98 | <sender>buttonBox</sender> | |
99 | <signal>rejected()</signal> | |
100 | <receiver>SettingsEditor</receiver> | |
101 | <slot>reject()</slot> | |
102 | <hints> | |
103 | <hint type="sourcelabel"> | |
104 | <x>295</x> | |
105 | <y>400</y> | |
106 | </hint> | |
107 | <hint type="destinationlabel"> | |
108 | <x>286</x> | |
109 | <y>274</y> | |
110 | </hint> | |
111 | </hints> | |
112 | </connection> | |
113 | </connections> | |
114 | </ui> |