ui/config.ui

Sun, 27 Jul 2014 04:35:48 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 27 Jul 2014 04:35:48 +0300
changeset 853
46689ea6fdc6
parent 851
dbed6938238c
child 888
7ad8fb667084
permissions
-rw-r--r--

- whoah looks like I forgot to save in designer...

491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 <ui version="4.0">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 <class>ConfigUI</class>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
4 <widget class="QDialog" name="ConfigUI">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
5 <property name="geometry">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
6 <rect>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
7 <x>0</x>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
8 <y>0</y>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
9 <width>644</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
10 <height>370</height>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
11 </rect>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
12 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
13 <property name="windowTitle">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
14 <string>Settings</string>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
15 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
16 <property name="windowIcon">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
17 <iconset resource="../ldforge.qrc">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
18 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
19 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
20 <layout class="QVBoxLayout" name="verticalLayout">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
21 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
22 <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="0,0">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
23 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
24 <widget class="QListWidget" name="m_pagelist">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
25 <property name="minimumSize">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
26 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
27 <width>144</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
28 <height>0</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
29 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
30 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
31 <property name="maximumSize">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
32 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
33 <width>144</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
34 <height>16777215</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
35 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
36 </property>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
37 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
38 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
39 <string>Interface</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
40 </property>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
41 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
42 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
43 <property name="text">
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
44 <string>Editing tools</string>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
45 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
46 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
47 <item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
48 <property name="text">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
49 <string>Profile</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
50 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
51 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
52 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
53 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
54 <string>Shortcuts</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
55 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
56 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
57 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
58 <property name="text">
547
e2e6ef2f40de Renamed "quick colors" in the configuration to "color toolbar"
Santeri Piippo <crimsondusk64@gmail.com>
parents: 529
diff changeset
59 <string>Color Toolbar</string>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
60 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
61 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
62 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
63 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
64 <string>Grids</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
65 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
66 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
67 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
68 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
69 <string>External Programs</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
70 </property>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
71 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
72 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
73 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
74 <string>Downloads</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
75 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
76 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
77 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
78 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
79 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
80 <widget class="QStackedWidget" name="m_pages">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
81 <property name="currentIndex">
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
82 <number>0</number>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
83 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
84 <widget class="QWidget" name="page_3">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
85 <layout class="QVBoxLayout" name="verticalLayout_13">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
86 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
87 <widget class="QGroupBox" name="groupBox">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
88 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
89 <string>Interface</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
90 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
91 <layout class="QVBoxLayout" name="verticalLayout_10">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
92 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
93 <layout class="QVBoxLayout" name="verticalLayout_3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
94 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
95 <layout class="QHBoxLayout" name="horizontalLayout">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
96 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
97 <spacer name="horizontalSpacer_2">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
98 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
99 <enum>Qt::Horizontal</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
100 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
101 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
102 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
103 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
104 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
105 </size>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
106 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
107 </spacer>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
108 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
109 <item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
110 <layout class="QFormLayout" name="formLayout">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
111 <item row="0" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
112 <widget class="QLabel" name="label_2">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
113 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
114 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
115 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
116 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
117 <string>Background color</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
118 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
119 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
120 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
121 <item row="0" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
122 <widget class="QPushButton" name="configBackgroundColor">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
123 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
124 <string>This is the background color for the viewport.</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
125 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
126 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
127 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
128 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
129 <property name="icon">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
130 <iconset resource="../ldforge.qrc">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
131 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
132 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
133 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
134 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
135 <item row="1" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
136 <widget class="QLabel" name="label">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
137 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
138 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
139 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
140 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
141 <string>Main color</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
142 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
143 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
144 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
145 <item row="1" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
146 <widget class="QPushButton" name="configMainColor">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
147 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
148 <string>This color is used for the main color.</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
149 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
150 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
151 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
152 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
153 <property name="icon">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
154 <iconset resource="../ldforge.qrc">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
155 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
156 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
157 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
158 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
159 <item row="2" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
160 <widget class="QLabel" name="selectedColorLabel">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
161 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
162 <string>Selected color</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
163 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
164 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
165 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
166 <item row="2" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
167 <widget class="QPushButton" name="configSelectColorBlend">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
168 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
169 <string>This color is used for the main color.</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
170 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
171 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
172 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
173 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
174 <property name="icon">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
175 <iconset resource="../ldforge.qrc">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
176 <normaloff>:/icons/colorselect.png</normaloff>:/icons/colorselect.png</iconset>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
177 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
178 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
179 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
180 <item row="3" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
181 <widget class="QLabel" name="label_3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
182 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
183 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
184 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
185 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
186 <string>Main color alpha</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
187 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
188 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
189 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
190 <item row="3" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
191 <widget class="QDoubleSpinBox" name="configMainColorAlpha">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
192 <property name="maximum">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
193 <double>1.000000000000000</double>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
194 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
195 <property name="singleStep">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
196 <double>0.050000000000000</double>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
197 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
198 <property name="value">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
199 <double>1.000000000000000</double>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
200 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
201 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
202 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
203 <item row="4" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
204 <widget class="QLabel" name="label_5">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
205 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
206 <string/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
207 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
208 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
209 <string>Line thickness</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
210 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
211 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
212 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
213 <item row="4" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
214 <widget class="QSlider" name="configLineThickness">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
215 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
216 <string>How thick lines should be drawn in the viewport.</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
217 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
218 <property name="minimum">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
219 <number>1</number>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
220 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
221 <property name="maximum">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
222 <number>8</number>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
223 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
224 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
225 <enum>Qt::Horizontal</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
226 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
227 <property name="tickPosition">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
228 <enum>QSlider::TicksAbove</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
229 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
230 <property name="tickInterval">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
231 <number>1</number>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
232 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
233 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
234 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
235 </layout>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
236 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
237 <item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
238 <spacer name="horizontalSpacer">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
239 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
240 <enum>Qt::Horizontal</enum>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
241 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
242 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
243 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
244 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
245 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
246 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
247 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
248 </spacer>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
249 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
250 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
251 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
252 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
253 <layout class="QGridLayout" name="gridLayout_3">
853
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
254 <item row="0" column="2">
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
255 <widget class="QCheckBox" name="configUseLogoStuds">
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
256 <property name="text">
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
257 <string>Use logoed studs</string>
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
258 </property>
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
259 </widget>
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
260 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
261 <item row="0" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
262 <spacer name="horizontalSpacer_3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
263 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
264 <enum>Qt::Horizontal</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
265 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
266 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
267 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
268 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
269 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
270 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
271 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
272 </spacer>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
273 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
274 <item row="3" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
275 <widget class="QCheckBox" name="configAntiAliasedLines">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
276 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
277 <string>Anti-aliased lines</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
278 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
279 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
280 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
281 <item row="1" column="2">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
282 <widget class="QCheckBox" name="configDrawLineLengths">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
283 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
284 <string>Display line lenghts when drawing</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
285 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
286 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
287 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
288 <item row="1" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
289 <widget class="QCheckBox" name="configBFCRedGreenView">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
290 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
291 <string>Polygons' front sides become green and back sides red.</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
292 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
293 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
294 <string>Red/green BFC view (incomplete)</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
295 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
296 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
297 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
298 <item row="2" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
299 <widget class="QCheckBox" name="configColorizeObjectsList">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
300 <property name="whatsThis">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
301 <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>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
302 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
303 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
304 <string>Colorize objects in list view</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
305 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
306 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
307 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
308 <item row="0" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
309 <widget class="QCheckBox" name="configBlackEdges">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
310 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
311 <string>Makes all edgelines appear black. If this is not set, edge lines take their color as defined in LDConfig.ldr.</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
312 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
313 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
314 <string>Black edges</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
315 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
316 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
317 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
318 <item row="1" column="3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
319 <spacer name="horizontalSpacer_4">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
320 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
321 <enum>Qt::Horizontal</enum>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
322 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
323 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
324 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
325 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
326 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
327 </size>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
328 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
329 </spacer>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
330 </item>
853
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
331 <item row="3" column="2">
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
332 <widget class="QCheckBox" name="configHighlightObjectBelowCursor">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
333 <property name="text">
853
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
334 <string>Highlight object below cursor</string>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
335 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
336 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
337 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
338 <item row="2" column="2">
853
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
339 <widget class="QCheckBox" name="configListImplicitFiles">
760
e4e585f464b3 - made the mouse-hover object highlight togglable from configuration
Santeri Piippo <crimsondusk64@gmail.com>
parents: 756
diff changeset
340 <property name="text">
853
46689ea6fdc6 - whoah looks like I forgot to save in designer...
Teemu Piippo <crimsondusk64@gmail.com>
parents: 851
diff changeset
341 <string>List implicitly loaded files</string>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
342 </property>
760
e4e585f464b3 - made the mouse-hover object highlight togglable from configuration
Santeri Piippo <crimsondusk64@gmail.com>
parents: 756
diff changeset
343 </widget>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
344 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
345 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
346 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
347 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
348 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
349 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
350 </widget>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
351 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
352 </layout>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
353 </widget>
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
354 <widget class="QWidget" name="page">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
355 <layout class="QVBoxLayout" name="verticalLayout_6">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
356 <item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
357 <widget class="QGroupBox" name="groupBox_6">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
358 <property name="title">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
359 <string>Editing tools</string>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
360 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
361 <layout class="QVBoxLayout" name="verticalLayout_7">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
362 <item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
363 <widget class="QGroupBox" name="groupBox_7">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
364 <property name="title">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
365 <string>Rounding</string>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
366 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
367 <layout class="QVBoxLayout" name="verticalLayout_9">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
368 <item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
369 <layout class="QGridLayout" name="gridLayout_2">
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
370 <item row="0" column="1">
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
371 <widget class="QLabel" name="label_17">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
372 <property name="text">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
373 <string>Position decimals:</string>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
374 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
375 </widget>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
376 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
377 <item row="0" column="2">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
378 <widget class="QSpinBox" name="configRoundPosition"/>
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
379 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
380 <item row="1" column="1">
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
381 <widget class="QLabel" name="label_18">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
382 <property name="text">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
383 <string>Matrix decimals:</string>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
384 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
385 </widget>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
386 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
387 <item row="1" column="2">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
388 <widget class="QSpinBox" name="configRoundMatrix"/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
389 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
390 <item row="0" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
391 <spacer name="horizontalSpacer_5">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
392 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
393 <enum>Qt::Horizontal</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
394 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
395 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
396 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
397 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
398 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
399 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
400 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
401 </spacer>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
402 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
403 <item row="0" column="3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
404 <spacer name="horizontalSpacer_6">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
405 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
406 <enum>Qt::Horizontal</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
407 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
408 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
409 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
410 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
411 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
412 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
413 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
414 </spacer>
780
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
415 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
416 </layout>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
417 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
418 </layout>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
419 </widget>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
420 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
421 </layout>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
422 </widget>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
423 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
424 <item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
425 <spacer name="verticalSpacer_6">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
426 <property name="orientation">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
427 <enum>Qt::Vertical</enum>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
428 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
429 <property name="sizeHint" stdset="0">
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
430 <size>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
431 <width>20</width>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
432 <height>40</height>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
433 </size>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
434 </property>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
435 </spacer>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
436 </item>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
437 </layout>
b0d84fb70ea5 - made coordinate rounding precision configurable
Santeri Piippo <crimsondusk64@gmail.com>
parents: 760
diff changeset
438 </widget>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
439 <widget class="QWidget" name="page_4">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
440 <layout class="QVBoxLayout" name="verticalLayout_14">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
441 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
442 <widget class="QGroupBox" name="groupBox_4">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
443 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
444 <string>Profile</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
445 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
446 <layout class="QVBoxLayout" name="verticalLayout_8">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
447 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
448 <layout class="QHBoxLayout" name="horizontalLayout_4">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
449 <item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
450 <spacer name="horizontalSpacer_7">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
451 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
452 <enum>Qt::Horizontal</enum>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
453 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
454 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
455 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
456 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
457 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
458 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
459 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
460 </spacer>
848
68410477c8bb - refactoring
Teemu Piippo <crimsondusk64@gmail.com>
parents: 803
diff changeset
461 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
462 <item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
463 <layout class="QFormLayout" name="formLayout_3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
464 <property name="fieldGrowthPolicy">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
465 <enum>QFormLayout::ExpandingFieldsGrow</enum>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
466 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
467 <item row="1" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
468 <widget class="QLabel" name="label_7">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
469 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
470 <string>Name:</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
471 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
472 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
473 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
474 <item row="1" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
475 <widget class="QLineEdit" name="configDefaultName">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
476 <property name="minimumSize">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
477 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
478 <width>250</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
479 <height>0</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
480 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
481 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
482 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
483 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
484 <item row="2" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
485 <widget class="QLabel" name="label_8">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
486 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
487 <string>Username:</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
488 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
489 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
490 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
491 <item row="2" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
492 <widget class="QLineEdit" name="configDefaultUser"/>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
493 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
494 <item row="3" column="1">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
495 <widget class="QCheckBox" name="configUseCALicense">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
496 <property name="text">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
497 <string>Use CA license</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
498 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
499 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
500 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
501 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
502 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
503 <item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
504 <spacer name="horizontalSpacer_8">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
505 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
506 <enum>Qt::Horizontal</enum>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
507 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
508 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
509 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
510 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
511 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
512 </size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
513 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
514 </spacer>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
515 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
516 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
517 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
518 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
519 <spacer name="verticalSpacer_7">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
520 <property name="orientation">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
521 <enum>Qt::Vertical</enum>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
522 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
523 <property name="sizeHint" stdset="0">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
524 <size>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
525 <width>20</width>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
526 <height>40</height>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
527 </size>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
528 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
529 </spacer>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
530 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
531 </layout>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
532 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
533 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
534 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
535 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
536 <widget class="QWidget" name="page_5">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
537 <layout class="QVBoxLayout" name="verticalLayout_15">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
538 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
539 <widget class="QGroupBox" name="groupBox_2">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
540 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
541 <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.
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
542
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
543 Shortcut changes apply immediately after closing this window.</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
544 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
545 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
546 <string>Shortcuts</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
547 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
548 <layout class="QHBoxLayout" name="horizontalLayout_5">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
549 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
550 <widget class="QListWidget" name="shortcutsList">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
551 <property name="verticalScrollBarPolicy">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
552 <enum>Qt::ScrollBarAsNeeded</enum>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
553 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
554 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
555 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
556 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
557 <layout class="QVBoxLayout" name="verticalLayout_4">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
558 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
559 <widget class="QPushButton" name="shortcut_set">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
560 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
561 <string>Set</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
562 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
563 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
564 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
565 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
566 <widget class="QPushButton" name="shortcut_reset">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
567 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
568 <string>Reset</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
569 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
570 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
571 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
572 <normaloff>:/icons/undo.png</normaloff>:/icons/undo.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
573 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
574 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
575 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
576 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
577 <widget class="QPushButton" name="shortcut_clear">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
578 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
579 <string>Clear</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
580 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
581 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
582 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
583 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
584 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
585 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
586 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
587 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
588 <spacer name="verticalSpacer_2">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
589 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
590 <enum>Qt::Vertical</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
591 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
592 <property name="sizeHint" stdset="0">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
593 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
594 <width>20</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
595 <height>40</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
596 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
597 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
598 </spacer>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
599 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
600 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
601 </item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
602 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
603 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
604 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
605 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
606 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
607 <widget class="QWidget" name="page_6">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
608 <layout class="QVBoxLayout" name="verticalLayout_16">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
609 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
610 <widget class="QGroupBox" name="groupBox_3">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
611 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
612 <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.
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
613
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
614 Usually this contains MainColor, EdgeColor and some auxiliary colors used to group objects.</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
615 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
616 <property name="title">
547
e2e6ef2f40de Renamed "quick colors" in the configuration to "color toolbar"
Santeri Piippo <crimsondusk64@gmail.com>
parents: 529
diff changeset
617 <string>Color Toolbar</string>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
618 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
619 <layout class="QHBoxLayout" name="horizontalLayout_6">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
620 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
621 <widget class="QListWidget" name="quickColorList">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
622 <property name="verticalScrollBarPolicy">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
623 <enum>Qt::ScrollBarAsNeeded</enum>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
624 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
625 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
626 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
627 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
628 <layout class="QVBoxLayout" name="verticalLayout_5">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
629 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
630 <widget class="QPushButton" name="quickColor_add">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
631 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
632 <string>Add Color</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
633 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
634 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
635 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
636 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
637 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
638 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
639 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
640 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
641 <widget class="QPushButton" name="quickColor_addSep">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
642 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
643 <string>Add Separator</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
644 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
645 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
646 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
647 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
648 <widget class="QPushButton" name="quickColor_edit">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
649 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
650 <string>Edit</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
651 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
652 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
653 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
654 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
655 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
656 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
657 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
658 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
659 <widget class="Line" name="line_2">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
660 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
661 <enum>Qt::Horizontal</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
662 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
663 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
664 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
665 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
666 <widget class="QPushButton" name="quickColor_moveUp">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
667 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
668 <string>Move Up</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
669 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
670 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
671 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
672 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
673 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
674 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
675 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
676 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
677 <widget class="QPushButton" name="quickColor_moveDown">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
678 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
679 <string>Move Down</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
680 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
681 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
682 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
683 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
684 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
685 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
686 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
687 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
688 <widget class="Line" name="line">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
689 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
690 <enum>Qt::Horizontal</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
691 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
692 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
693 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
694 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
695 <widget class="QPushButton" name="quickColor_remove">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
696 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
697 <string>Remove</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
698 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
699 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
700 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
701 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
702 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
703 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
704 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
705 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
706 <widget class="QPushButton" name="quickColor_clear">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
707 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
708 <string>Clear List</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
709 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
710 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
711 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
712 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
713 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
714 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
715 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
716 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
717 <spacer name="verticalSpacer_3">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
718 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
719 <enum>Qt::Vertical</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
720 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
721 <property name="sizeHint" stdset="0">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
722 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
723 <width>20</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
724 <height>40</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
725 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
726 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
727 </spacer>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
728 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
729 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
730 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
731 </layout>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
732 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
733 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
734 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
735 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
736 <widget class="QWidget" name="page_7">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
737 <layout class="QVBoxLayout" name="verticalLayout_17">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
738 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
739 <widget class="QGroupBox" name="grids">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
740 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
741 <string>Grids</string>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
742 </property>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
743 <layout class="QVBoxLayout" name="verticalLayout_2">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
744 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
745 <layout class="QGridLayout" name="gridLayout">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
746 <item row="3" column="4">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
747 <widget class="QDoubleSpinBox" name="configGridFineAngleSnap">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
748 <property name="suffix">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
749 <string>°</string>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
750 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
751 <property name="decimals">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
752 <number>3</number>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
753 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
754 <property name="maximum">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
755 <double>360.000000000000000</double>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
756 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
757 </widget>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
758 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
759 <item row="0" column="3">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
760 <widget class="QLabel" name="label_15">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
761 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
762 <string>Coordinate snap</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
763 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
764 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
765 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
766 <item row="0" column="4">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
767 <widget class="QLabel" name="label_16">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
768 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
769 <string>Angle snap</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
770 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
771 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
772 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
773 <item row="1" column="1">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
774 <widget class="QLabel" name="label_6">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
775 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
776 <string/>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
777 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
778 <property name="pixmap">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
779 <pixmap resource="../ldforge.qrc">:/icons/grid-coarse.png</pixmap>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
780 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
781 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
782 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
783 <item row="1" column="2">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
784 <widget class="QLabel" name="label_12">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
785 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
786 <string>Coarse</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
787 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
788 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
789 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
790 <item row="1" column="3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
791 <widget class="QDoubleSpinBox" name="configGridCoarseCoordinateSnap">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
792 <property name="suffix">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
793 <string> LDU</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
794 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
795 <property name="decimals">
803
38df1bf5110d - allow 5 decimals for grid precision
Santeri Piippo <crimsondusk64@gmail.com>
parents: 780
diff changeset
796 <number>5</number>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
797 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
798 <property name="maximum">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
799 <double>10000.000000000000000</double>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
800 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
801 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
802 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
803 <item row="1" column="4">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
804 <widget class="QDoubleSpinBox" name="configGridCoarseAngleSnap">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
805 <property name="suffix">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
806 <string>°</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
807 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
808 <property name="decimals">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
809 <number>3</number>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
810 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
811 <property name="maximum">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
812 <double>360.000000000000000</double>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
813 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
814 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
815 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
816 <item row="2" column="1">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
817 <widget class="QLabel" name="label_10">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
818 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
819 <string/>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
820 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
821 <property name="pixmap">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
822 <pixmap resource="../ldforge.qrc">:/icons/grid-medium.png</pixmap>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
823 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
824 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
825 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
826 <item row="2" column="2">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
827 <widget class="QLabel" name="label_13">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
828 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
829 <string>Medium</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
830 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
831 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
832 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
833 <item row="2" column="3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
834 <widget class="QDoubleSpinBox" name="configGridMediumCoordinateSnap">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
835 <property name="suffix">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
836 <string> LDU</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
837 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
838 <property name="decimals">
803
38df1bf5110d - allow 5 decimals for grid precision
Santeri Piippo <crimsondusk64@gmail.com>
parents: 780
diff changeset
839 <number>5</number>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
840 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
841 <property name="maximum">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
842 <double>10000.000000000000000</double>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
843 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
844 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
845 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
846 <item row="2" column="4">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
847 <widget class="QDoubleSpinBox" name="configGridMediumAngleSnap">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
848 <property name="suffix">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
849 <string>°</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
850 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
851 <property name="decimals">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
852 <number>3</number>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
853 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
854 <property name="maximum">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
855 <double>360.000000000000000</double>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
856 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
857 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
858 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
859 <item row="3" column="1">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
860 <widget class="QLabel" name="label_11">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
861 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
862 <string/>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
863 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
864 <property name="pixmap">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
865 <pixmap resource="../ldforge.qrc">:/icons/grid-fine.png</pixmap>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
866 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
867 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
868 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
869 <item row="3" column="2">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
870 <widget class="QLabel" name="label_14">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
871 <property name="text">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
872 <string>Fine</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
873 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
874 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
875 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
876 <item row="3" column="3">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
877 <widget class="QDoubleSpinBox" name="configGridFineCoordinateSnap">
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
878 <property name="suffix">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
879 <string> LDU</string>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
880 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
881 <property name="decimals">
803
38df1bf5110d - allow 5 decimals for grid precision
Santeri Piippo <crimsondusk64@gmail.com>
parents: 780
diff changeset
882 <number>5</number>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
883 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
884 <property name="maximum">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
885 <double>10000.000000000000000</double>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
886 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
887 </widget>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
888 </item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
889 <item row="1" column="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
890 <spacer name="horizontalSpacer_9">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
891 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
892 <enum>Qt::Horizontal</enum>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
893 </property>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
894 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
895 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
896 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
897 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
898 </size>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
899 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
900 </spacer>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
901 </item>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
902 <item row="1" column="5">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
903 <spacer name="horizontalSpacer_10">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
904 <property name="orientation">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
905 <enum>Qt::Horizontal</enum>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
906 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
907 <property name="sizeHint" stdset="0">
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
908 <size>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
909 <width>40</width>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
910 <height>20</height>
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
911 </size>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
912 </property>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
913 </spacer>
756
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
914 </item>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
915 </layout>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
916 </item>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
917 <item>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
918 <spacer name="verticalSpacer">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
919 <property name="orientation">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
920 <enum>Qt::Vertical</enum>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
921 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
922 <property name="sizeHint" stdset="0">
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
923 <size>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
924 <width>20</width>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
925 <height>165</height>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
926 </size>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
927 </property>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
928 </spacer>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
929 </item>
844cda8c2aaf - changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Santeri Piippo <crimsondusk64@gmail.com>
parents: 593
diff changeset
930 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
931 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
932 </item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
933 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
934 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
935 <widget class="QWidget" name="page_8">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
936 <layout class="QVBoxLayout" name="verticalLayout_18">
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
937 <item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
938 <widget class="QGroupBox" name="extProgs">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
939 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
940 <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.
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
941
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
942 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>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
943 </property>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
944 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
945 <string>External Programs</string>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
946 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
947 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
948 </item>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
949 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
950 <spacer name="verticalSpacer_4">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
951 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
952 <enum>Qt::Vertical</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
953 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
954 <property name="sizeHint" stdset="0">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
955 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
956 <width>20</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
957 <height>40</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
958 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
959 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
960 </spacer>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
961 </item>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
962 </layout>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
963 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
964 <widget class="QWidget" name="page_9">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
965 <layout class="QVBoxLayout" name="verticalLayout_19">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
966 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
967 <widget class="QGroupBox" name="groupBox_5">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
968 <property name="title">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
969 <string>Downloads</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
970 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
971 <layout class="QVBoxLayout" name="verticalLayout_20">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
972 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
973 <layout class="QHBoxLayout" name="horizontalLayout_2">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
974 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
975 <widget class="QLabel" name="label_4">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
976 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
977 <string>Download path:</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
978 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
979 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
980 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
981 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
982 <widget class="QLineEdit" name="configDownloadFilePath"/>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
983 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
984 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
985 <widget class="QPushButton" name="findDownloadPath">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
986 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
987 <string/>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
988 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
989 <property name="icon">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
990 <iconset resource="../ldforge.qrc">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
991 <normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
992 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
993 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
994 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
995 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
996 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
997 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
998 <widget class="QCheckBox" name="configGuessDownloadPaths">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
999 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1000 <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;
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1001
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1002 &lt;p&gt;Examples:
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1003 &lt;ul&gt;
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1004 &lt;li&gt;3002 -&gt; parts/3002.dat&lt;/li&gt;
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1005 &lt;li&gt;3002.da -&gt; parts/3002.dat&lt;/li&gt;
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1006 &lt;li&gt;3002s01 -&gt; parts/s/3002s01.dat&lt;/li&gt;
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1007 &lt;li&gt;4-4cyli -&gt; p/4-4cyli.dat&lt;/li&gt;
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1008 &lt;/ul&gt;&lt;/p&gt;</string>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1009 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1010 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1011 <string>Correct and guess part paths</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1012 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1013 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1014 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1015 <item>
851
dbed6938238c - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Teemu Piippo <crimsondusk64@gmail.com>
parents: 848
diff changeset
1016 <widget class="QCheckBox" name="configAutoCloseDownloadDialog">
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1017 <property name="whatsThis">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1018 <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>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1019 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1020 <property name="text">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1021 <string>Close download prompt after completion</string>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1022 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1023 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1024 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1025 <item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1026 <spacer name="verticalSpacer_5">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1027 <property name="orientation">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1028 <enum>Qt::Vertical</enum>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1029 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1030 <property name="sizeHint" stdset="0">
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1031 <size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1032 <width>20</width>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1033 <height>187</height>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1034 </size>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1035 </property>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1036 </spacer>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1037 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1038 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1039 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1040 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1041 </layout>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1042 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1043 </widget>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1044 </item>
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1045 </layout>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1046 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1047 <item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1048 <widget class="QDialogButtonBox" name="buttonBox">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1049 <property name="orientation">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1050 <enum>Qt::Horizontal</enum>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1051 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1052 <property name="standardButtons">
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1053 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1054 </property>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1055 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1056 </item>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1057 </layout>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1058 </widget>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1059 <resources>
517
2b5adb45aaa5 Made the config dialog use a list widget for navigation over a tab widget.
Santeri Piippo <crimsondusk64@gmail.com>
parents: 491
diff changeset
1060 <include location="../ldforge.qrc"/>
491
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1061 </resources>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1062 <connections/>
7d1b5ecd76c0 it's LDForge's 1st birthday!
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1063 </ui>

mercurial