src/ui/config.ui

Sun, 18 Aug 2013 16:33:38 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 18 Aug 2013 16:33:38 +0300
changeset 457
3327a32436f4
parent 450
0bfe9a050083
child 464
3779a14d597c
permissions
-rw-r--r--

added support for logoed studs

328
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 <ui version="4.0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 <class>ConfigUI</class>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
4 <widget class="QDialog" name="ConfigUI">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
5 <property name="geometry">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
6 <rect>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
7 <x>0</x>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
8 <y>0</y>
430
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
9 <width>513</width>
457
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
10 <height>351</height>
328
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
11 </rect>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
12 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
13 <property name="windowTitle">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
14 <string>Settings</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
15 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
16 <property name="windowIcon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
17 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
18 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
19 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
20 <layout class="QVBoxLayout" name="verticalLayout">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
21 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
22 <widget class="QTabWidget" name="tabs">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
23 <property name="tabPosition">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
24 <enum>QTabWidget::North</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
25 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
26 <property name="currentIndex">
450
0bfe9a050083 made config dialog default to the correct tab again
Santeri Piippo <crimsondusk64@gmail.com>
parents: 431
diff changeset
27 <number>0</number>
328
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
28 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
29 <property name="elideMode">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
30 <enum>Qt::ElideNone</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
31 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
32 <property name="documentMode">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
33 <bool>false</bool>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
34 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
35 <property name="tabsClosable">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
36 <bool>false</bool>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
37 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
38 <property name="movable">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
39 <bool>false</bool>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
40 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
41 <widget class="QWidget" name="tab">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
42 <attribute name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
43 <string>General</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
44 </attribute>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
45 <layout class="QVBoxLayout" name="verticalLayout_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
46 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
47 <widget class="QGroupBox" name="groupBox">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
48 <property name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
49 <string>Colors</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
50 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
51 <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
52 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
53 <layout class="QFormLayout" name="formLayout">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
54 <property name="fieldGrowthPolicy">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
55 <enum>QFormLayout::ExpandingFieldsGrow</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
56 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
57 <item row="0" column="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
58 <widget class="QLabel" name="label">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
59 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
60 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
61 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
62 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
63 <string>Main color:</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
64 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
65 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
66 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
67 <item row="0" column="1">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
68 <widget class="QPushButton" name="mainColorButton">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
69 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
70 <string>This color is used for the main color.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
71 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
72 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
73 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
74 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
75 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
76 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
77 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
78 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
79 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
80 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
81 <item row="1" column="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
82 <widget class="QLabel" name="label_3">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
83 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
84 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
85 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
86 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
87 <string>Main color alpha:</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
88 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
89 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
90 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
91 <item row="1" column="1">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
92 <widget class="QSlider" name="mainColorAlpha">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
93 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
94 <string>Opacity of main color in the viewport.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
95 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
96 <property name="minimum">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
97 <number>1</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
98 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
99 <property name="maximum">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
100 <number>10</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
101 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
102 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
103 <enum>Qt::Horizontal</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
104 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
105 <property name="tickPosition">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
106 <enum>QSlider::TicksAbove</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
107 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
108 <property name="tickInterval">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
109 <number>1</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
110 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
111 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
112 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
113 <item row="2" column="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
114 <widget class="QLabel" name="label_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
115 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
116 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
117 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
118 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
119 <string>Background:</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
120 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
121 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
122 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
123 <item row="2" column="1">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
124 <widget class="QPushButton" name="backgroundColorButton">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
125 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
126 <string>This is the background color for the viewport.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
127 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
128 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
129 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
130 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
131 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
132 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
133 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
134 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
135 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
136 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
137 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
138 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
139 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
140 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
141 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
142 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
143 <layout class="QFormLayout" name="formLayout_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
144 <property name="fieldGrowthPolicy">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
145 <enum>QFormLayout::ExpandingFieldsGrow</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
146 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
147 <item row="0" column="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
148 <widget class="QLabel" name="label_5">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
149 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
150 <string/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
151 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
152 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
153 <string>Line thickness:</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
154 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
155 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
156 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
157 <item row="0" column="1">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
158 <layout class="QHBoxLayout" name="horizontalLayout">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
159 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
160 <widget class="QSlider" name="lineThickness">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
161 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
162 <string>How thick lines should be drawn in the viewport.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
163 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
164 <property name="minimum">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
165 <number>1</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
166 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
167 <property name="maximum">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
168 <number>8</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
169 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
170 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
171 <enum>Qt::Horizontal</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
172 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
173 <property name="tickPosition">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
174 <enum>QSlider::TicksAbove</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
175 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
176 <property name="tickInterval">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
177 <number>1</number>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
178 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
179 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
180 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
181 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
182 <widget class="QLabel" name="label_6">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
183 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
184 <string>#</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
185 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
186 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
187 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
188 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
189 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
190 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
191 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
192 <item>
457
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
193 <layout class="QHBoxLayout" name="horizontalLayout_8">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
194 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
195 <layout class="QVBoxLayout" name="verticalLayout_11">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
196 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
197 <widget class="QCheckBox" name="blackEdges">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
198 <property name="whatsThis">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
199 <string>Makes all edgelines appear black. If this is not set, edge lines take their color as defined in LDConfig.ldr.</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
200 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
201 <property name="text">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
202 <string>Black edges</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
203 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
204 </widget>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
205 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
206 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
207 <widget class="QCheckBox" name="colorBFC">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
208 <property name="whatsThis">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
209 <string>Polygons' front sides become green and back sides red.</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
210 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
211 <property name="text">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
212 <string>Red/green BFC view (incomplete)</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
213 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
214 </widget>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
215 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
216 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
217 <widget class="QCheckBox" name="colorizeObjects">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
218 <property name="whatsThis">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
219 <string>Makes colored objects (non-16 and 24) appear colored in the list view. A red triangle will, for instance, have its entry written in red text. This can be useful to locate colored objects.</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
220 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
221 <property name="text">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
222 <string>Colorize objects in list view</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
223 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
224 </widget>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
225 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
226 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
227 <widget class="QCheckBox" name="implicitFiles">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
228 <property name="text">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
229 <string>List implicitly loaded files</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
230 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
231 </widget>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
232 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
233 </layout>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
234 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
235 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
236 <layout class="QVBoxLayout" name="verticalLayout_12">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
237 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
238 <widget class="QCheckBox" name="m_logostuds">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
239 <property name="text">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
240 <string>Use logoed studs</string>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
241 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
242 </widget>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
243 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
244 <item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
245 <spacer name="verticalSpacer_6">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
246 <property name="orientation">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
247 <enum>Qt::Vertical</enum>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
248 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
249 <property name="sizeHint" stdset="0">
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
250 <size>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
251 <width>20</width>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
252 <height>40</height>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
253 </size>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
254 </property>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
255 </spacer>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
256 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
257 </layout>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
258 </item>
3327a32436f4 added support for logoed studs
Santeri Piippo <crimsondusk64@gmail.com>
parents: 450
diff changeset
259 </layout>
328
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
260 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
261 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
262 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
263 <widget class="QWidget" name="tab_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
264 <attribute name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
265 <string>Shortcuts</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
266 </attribute>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
267 <layout class="QHBoxLayout" name="horizontalLayout_3">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
268 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
269 <widget class="QGroupBox" name="groupBox_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
270 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
271 <string>Here you can alter keyboard shortcuts for almost all LDForge actions. Only exceptions are the controls for the viewport. Use the set button to set a key shortcut, clear to remove it and reset to restore the shortcut to its default value.
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
272
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
273 Shortcut changes apply immediately after closing this window.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
274 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
275 <property name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
276 <string>Shortcuts</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
277 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
278 <layout class="QHBoxLayout" name="horizontalLayout_5">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
279 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
280 <widget class="QListWidget" name="shortcutsList">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
281 <property name="verticalScrollBarPolicy">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
282 <enum>Qt::ScrollBarAsNeeded</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
283 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
284 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
285 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
286 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
287 <layout class="QVBoxLayout" name="verticalLayout_4">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
288 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
289 <widget class="QPushButton" name="shortcut_set">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
290 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
291 <string>Set</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
292 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
293 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
294 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
295 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
296 <widget class="QPushButton" name="shortcut_reset">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
297 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
298 <string>Reset</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
299 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
300 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
301 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
302 <normaloff>:/icons/undo.png</normaloff>:/icons/undo.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
303 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
304 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
305 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
306 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
307 <widget class="QPushButton" name="shortcut_clear">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
308 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
309 <string>Clear</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
310 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
311 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
312 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
313 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
314 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
315 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
316 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
317 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
318 <spacer name="verticalSpacer_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
319 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
320 <enum>Qt::Vertical</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
321 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
322 <property name="sizeHint" stdset="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
323 <size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
324 <width>20</width>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
325 <height>40</height>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
326 </size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
327 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
328 </spacer>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
329 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
330 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
331 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
332 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
333 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
334 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
335 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
336 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
337 <widget class="QWidget" name="tab_3">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
338 <attribute name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
339 <string>Quick colors</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
340 </attribute>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
341 <layout class="QHBoxLayout" name="horizontalLayout_4">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
342 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
343 <widget class="QGroupBox" name="groupBox_3">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
344 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
345 <string>Here you can alter the layout of the quick colors toolbar. Use the controls to add, remove or edit the colors used. You can also add separators in between colors.
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
346
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
347 Usually this contains MainColor, EdgeColor and some auxiliary colors used to group objects.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
348 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
349 <property name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
350 <string>Quick colors</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
351 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
352 <layout class="QHBoxLayout" name="horizontalLayout_6">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
353 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
354 <widget class="QListWidget" name="quickColorList">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
355 <property name="verticalScrollBarPolicy">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
356 <enum>Qt::ScrollBarAsNeeded</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
357 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
358 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
359 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
360 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
361 <layout class="QVBoxLayout" name="verticalLayout_5">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
362 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
363 <widget class="QPushButton" name="quickColor_add">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
364 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
365 <string>Add Color</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
366 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
367 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
368 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
369 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
370 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
371 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
372 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
373 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
374 <widget class="QPushButton" name="quickColor_addSep">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
375 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
376 <string>Add Separator</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
377 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
378 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
379 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
380 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
381 <widget class="QPushButton" name="quickColor_edit">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
382 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
383 <string>Edit</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
384 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
385 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
386 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
387 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
388 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
389 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
390 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
391 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
392 <widget class="Line" name="line_2">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
393 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
394 <enum>Qt::Horizontal</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
395 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
396 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
397 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
398 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
399 <widget class="QPushButton" name="quickColor_moveUp">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
400 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
401 <string>Move Up</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
402 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
403 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
404 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
405 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
406 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
407 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
408 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
409 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
410 <widget class="QPushButton" name="quickColor_moveDown">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
411 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
412 <string>Move Down</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
413 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
414 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
415 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
416 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
417 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
418 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
419 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
420 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
421 <widget class="Line" name="line">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
422 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
423 <enum>Qt::Horizontal</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
424 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
425 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
426 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
427 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
428 <widget class="QPushButton" name="quickColor_remove">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
429 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
430 <string>Remove</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
431 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
432 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
433 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
434 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
435 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
436 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
437 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
438 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
439 <widget class="QPushButton" name="quickColor_clear">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
440 <property name="text">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
441 <string>Clear List</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
442 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
443 <property name="icon">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
444 <iconset resource="../../ldforge.qrc">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
445 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
446 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
447 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
448 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
449 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
450 <spacer name="verticalSpacer_3">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
451 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
452 <enum>Qt::Vertical</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
453 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
454 <property name="sizeHint" stdset="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
455 <size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
456 <width>20</width>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
457 <height>40</height>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
458 </size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
459 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
460 </spacer>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
461 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
462 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
463 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
464 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
465 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
466 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
467 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
468 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
469 <widget class="QWidget" name="tab_4">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
470 <attribute name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
471 <string>Grids</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
472 </attribute>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
473 <layout class="QVBoxLayout" name="verticalLayout_6">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
474 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
475 <widget class="QGroupBox" name="grids">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
476 <property name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
477 <string>Grids</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
478 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
479 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
480 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
481 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
482 <spacer name="verticalSpacer">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
483 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
484 <enum>Qt::Vertical</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
485 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
486 <property name="sizeHint" stdset="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
487 <size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
488 <width>20</width>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
489 <height>40</height>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
490 </size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
491 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
492 </spacer>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
493 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
494 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
495 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
496 <widget class="QWidget" name="tab_5">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
497 <attribute name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
498 <string>External Programs</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
499 </attribute>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
500 <layout class="QVBoxLayout" name="verticalLayout_9">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
501 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
502 <widget class="QGroupBox" name="extProgs">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
503 <property name="whatsThis">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
504 <string>LDForge supports launching of several third-party utility tools; here you can set the file paths to these tools. Set the paths of the tools to the exe files.
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
505
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
506 Under Linux, you can also set the programs to be launched with Wine, so you can use Windows binaries here as well. You will obviously need Wine installed. A 'wine' command in PATH is necessary for this to work.</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
507 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
508 <property name="title">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
509 <string>External Programs</string>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
510 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
511 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
512 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
513 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
514 <spacer name="verticalSpacer_4">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
515 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
516 <enum>Qt::Vertical</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
517 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
518 <property name="sizeHint" stdset="0">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
519 <size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
520 <width>20</width>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
521 <height>40</height>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
522 </size>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
523 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
524 </spacer>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
525 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
526 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
527 </widget>
430
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
528 <widget class="QWidget" name="tab_6">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
529 <attribute name="title">
431
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
530 <string>Downloading</string>
430
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
531 </attribute>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
532 <layout class="QVBoxLayout" name="verticalLayout_7">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
533 <item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
534 <layout class="QHBoxLayout" name="horizontalLayout_2">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
535 <item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
536 <widget class="QLabel" name="label_4">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
537 <property name="text">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
538 <string>Download path:</string>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
539 </property>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
540 </widget>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
541 </item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
542 <item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
543 <widget class="QLineEdit" name="downloadPath"/>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
544 </item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
545 <item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
546 <widget class="QPushButton" name="findDownloadPath">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
547 <property name="text">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
548 <string/>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
549 </property>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
550 <property name="icon">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
551 <iconset resource="../../ldforge.qrc">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
552 <normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
553 </property>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
554 </widget>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
555 </item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
556 </layout>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
557 </item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
558 <item>
431
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
559 <widget class="QCheckBox" name="guessNetPaths">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
560 <property name="whatsThis">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
561 <string>&lt;p&gt;When this is set, LDForge tries to adjust and correct part paths based on the input. A full path given to the download prompt should be of form &lt;tt&gt;&quot;&amp;lt;dir&amp;gt;/&amp;lt;file&amp;gt;.dat&quot;&lt;/tt&gt; - with this set, input can be automatically completed.&lt;/p&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
562
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
563 &lt;p&gt;Examples:
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
564 &lt;ul&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
565 &lt;li&gt;3002 -&gt; parts/3002.dat&lt;/li&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
566 &lt;li&gt;3002.da -&gt; parts/3002.dat&lt;/li&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
567 &lt;li&gt;3002s01 -&gt; parts/s/3002s01.dat&lt;/li&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
568 &lt;li&gt;4-4cyli -&gt; p/4-4cyli.dat&lt;/li&gt;
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
569 &lt;/ul&gt;&lt;/p&gt;</string>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
570 </property>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
571 <property name="text">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
572 <string>Correct and guess part paths</string>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
573 </property>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
574 </widget>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
575 </item>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
576 <item>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
577 <widget class="QCheckBox" name="autoCloseNetPrompt">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
578 <property name="whatsThis">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
579 <string>If this is set, LDForge will close the download prompt after everything has been downloaded. The prompt will not be closed if a download has failed.</string>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
580 </property>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
581 <property name="text">
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
582 <string>Close download prompt after completion</string>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
583 </property>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
584 </widget>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
585 </item>
ec1e2059319b stability to downloading
Santeri Piippo <crimsondusk64@gmail.com>
parents: 430
diff changeset
586 <item>
430
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
587 <spacer name="verticalSpacer_5">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
588 <property name="orientation">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
589 <enum>Qt::Vertical</enum>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
590 </property>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
591 <property name="sizeHint" stdset="0">
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
592 <size>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
593 <width>20</width>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
594 <height>40</height>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
595 </size>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
596 </property>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
597 </spacer>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
598 </item>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
599 </layout>
8458cf2719d1 added config option, refined logic and regexps. This behaves coherently now. :)
Santeri Piippo <crimsondusk64@gmail.com>
parents: 417
diff changeset
600 </widget>
328
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
601 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
602 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
603 <item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
604 <widget class="QDialogButtonBox" name="buttonBox">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
605 <property name="orientation">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
606 <enum>Qt::Horizontal</enum>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
607 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
608 <property name="standardButtons">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
609 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
610 </property>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
611 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
612 </item>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
613 </layout>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
614 </widget>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
615 <resources>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
616 <include location="../../ldforge.qrc"/>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
617 </resources>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
618 <connections>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
619 <connection>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
620 <sender>buttonBox</sender>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
621 <signal>accepted()</signal>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
622 <receiver>ConfigUI</receiver>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
623 <slot>accept()</slot>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
624 <hints>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
625 <hint type="sourcelabel">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
626 <x>248</x>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
627 <y>254</y>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
628 </hint>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
629 <hint type="destinationlabel">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
630 <x>157</x>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
631 <y>274</y>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
632 </hint>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
633 </hints>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
634 </connection>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
635 <connection>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
636 <sender>buttonBox</sender>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
637 <signal>rejected()</signal>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
638 <receiver>ConfigUI</receiver>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
639 <slot>reject()</slot>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
640 <hints>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
641 <hint type="sourcelabel">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
642 <x>316</x>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
643 <y>260</y>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
644 </hint>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
645 <hint type="destinationlabel">
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
646 <x>286</x>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
647 <y>274</y>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
648 </hint>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
649 </hints>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
650 </connection>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
651 </connections>
b6a814a608c6 Converted the config dialog to a designer UI file
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
652 </ui>

mercurial