Wed, 20 Jul 2022 21:34:56 +0300
Draw mode and make unofficial tools now work again
0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>MainWindow</class> | |
4 | <widget class="QMainWindow" name="MainWindow"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
335 | 9 | <width>959</width> |
0 | 10 | <height>600</height> |
11 | </rect> | |
12 | </property> | |
235
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
13 | <property name="dockNestingEnabled"> |
240
414d392b9ae6
some improvements to dock widget handling
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
237
diff
changeset
|
14 | <bool>false</bool> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
15 | </property> |
3 | 16 | <widget class="QWidget" name="centralwidget"> |
203
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
17 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
3 | 18 | <item> |
202
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
19 | <widget class="QMdiArea" name="mdiArea"> |
287
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
20 | <property name="verticalScrollBarPolicy"> |
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
21 | <enum>Qt::ScrollBarAsNeeded</enum> |
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
22 | </property> |
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
23 | <property name="horizontalScrollBarPolicy"> |
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
24 | <enum>Qt::ScrollBarAsNeeded</enum> |
59562d8f8372
Add scroll bars to the mdi area
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
284
diff
changeset
|
25 | </property> |
202
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
26 | <property name="viewMode"> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
27 | <enum>QMdiArea::TabbedView</enum> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
28 | </property> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
29 | <property name="documentMode"> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
30 | <bool>true</bool> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
31 | </property> |
160 | 32 | <property name="tabsClosable"> |
33 | <bool>true</bool> | |
34 | </property> | |
202
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
35 | <property name="tabsMovable"> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
36 | <bool>true</bool> |
b05af0bab735
Replaced the tab widget with an MDI area
Teemu Piippo <teemu@hecknology.net>
parents:
183
diff
changeset
|
37 | </property> |
160 | 38 | </widget> |
3 | 39 | </item> |
40 | </layout> | |
41 | </widget> | |
0 | 42 | <widget class="QMenuBar" name="menubar"> |
43 | <property name="geometry"> | |
44 | <rect> | |
45 | <x>0</x> | |
46 | <y>0</y> | |
335 | 47 | <width>959</width> |
48 | <height>29</height> | |
0 | 49 | </rect> |
50 | </property> | |
51 | <widget class="QMenu" name="menuFile"> | |
52 | <property name="title"> | |
53 | <string>File</string> | |
54 | </property> | |
9
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
55 | <widget class="QMenu" name="menuRecentFiles"> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
56 | <property name="title"> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
57 | <string>Recent files</string> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
58 | </property> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
59 | </widget> |
5 | 60 | <addaction name="actionNew"/> |
3 | 61 | <addaction name="actionOpen"/> |
160 | 62 | <addaction name="menuRecentFiles"/> |
141 | 63 | <addaction name="actionSave"/> |
64 | <addaction name="actionSaveAs"/> | |
160 | 65 | <addaction name="actionClose"/> |
3 | 66 | <addaction name="separator"/> |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
67 | <addaction name="actionSettingsEditor"/> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
68 | <addaction name="separator"/> |
0 | 69 | <addaction name="actionQuit"/> |
70 | </widget> | |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
71 | <widget class="QMenu" name="menuView"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
72 | <property name="title"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
73 | <string>View</string> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
74 | </property> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
75 | <addaction name="actionRenderStyleNormal"/> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
76 | <addaction name="actionRenderStyleBfc"/> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
77 | <addaction name="actionRenderStyleRandom"/> |
79
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
78 | <addaction name="actionRenderStylePickScene"/> |
231
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
79 | <addaction name="actionWireframe"/> |
128
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
80 | <addaction name="separator"/> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
81 | <addaction name="actionAdjustGridToView"/> |
170
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
82 | <addaction name="actionDrawAxes"/> |
288
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
83 | <addaction name="separator"/> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
84 | <addaction name="actionTileSubWindows"/> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
85 | <addaction name="actionCascadeSubWindows"/> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
86 | </widget> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
87 | <widget class="QMenu" name="menuEdit"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
88 | <property name="title"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
89 | <string>Edit</string> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
90 | </property> |
183
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
91 | <addaction name="actionInvert"/> |
175 | 92 | <addaction name="separator"/> |
93 | <addaction name="actionGridFine"/> | |
94 | <addaction name="actionGridMedium"/> | |
95 | <addaction name="actionGridCoarse"/> | |
262
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
96 | <addaction name="separator"/> |
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
97 | <addaction name="actionMakeUnofficial"/> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
98 | </widget> |
229
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
99 | <widget class="QMenu" name="menuHelp"> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
100 | <property name="title"> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
101 | <string>Help</string> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
102 | </property> |
272
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
103 | <addaction name="actionAbout"/> |
229
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
104 | <addaction name="actionAboutQt"/> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
105 | </widget> |
0 | 106 | <addaction name="menuFile"/> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
107 | <addaction name="menuView"/> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
108 | <addaction name="menuEdit"/> |
229
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
109 | <addaction name="menuHelp"/> |
0 | 110 | </widget> |
111 | <widget class="QStatusBar" name="statusbar"/> | |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
112 | <widget class="QToolBar" name="fileToolBar"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
113 | <property name="windowTitle"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
114 | <string>toolBar</string> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
115 | </property> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
116 | <attribute name="toolBarArea"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
117 | <enum>TopToolBarArea</enum> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
118 | </attribute> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
119 | <attribute name="toolBarBreak"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
120 | <bool>false</bool> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
121 | </attribute> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
122 | <addaction name="actionNew"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
123 | <addaction name="actionOpen"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
124 | <addaction name="actionSave"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
125 | <addaction name="actionSaveAs"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
126 | </widget> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
127 | <widget class="QToolBar" name="toolBar"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
128 | <property name="windowTitle"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
129 | <string>toolBar</string> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
130 | </property> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
131 | <attribute name="toolBarArea"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
132 | <enum>TopToolBarArea</enum> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
133 | </attribute> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
134 | <attribute name="toolBarBreak"> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
135 | <bool>false</bool> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
136 | </attribute> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
137 | <addaction name="actionRenderStyleNormal"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
138 | <addaction name="actionRenderStyleBfc"/> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
139 | <addaction name="actionRenderStyleRandom"/> |
231
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
140 | <addaction name="actionWireframe"/> |
170
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
141 | <addaction name="actionDrawAxes"/> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
142 | </widget> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
143 | <widget class="QToolBar" name="editToolBar"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
144 | <property name="windowTitle"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
145 | <string>toolBar_2</string> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
146 | </property> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
147 | <attribute name="toolBarArea"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
148 | <enum>TopToolBarArea</enum> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
149 | </attribute> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
150 | <attribute name="toolBarBreak"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
151 | <bool>false</bool> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
152 | </attribute> |
183
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
153 | <addaction name="actionInvert"/> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
154 | <addaction name="actionDelete"/> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
155 | </widget> |
203
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
156 | <widget class="QToolBar" name="editingModesToolBar"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
157 | <property name="windowTitle"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
158 | <string>toolBar_2</string> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
159 | </property> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
160 | <attribute name="toolBarArea"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
161 | <enum>LeftToolBarArea</enum> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
162 | </attribute> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
163 | <attribute name="toolBarBreak"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
164 | <bool>false</bool> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
165 | </attribute> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
166 | </widget> |
240
414d392b9ae6
some improvements to dock widget handling
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
237
diff
changeset
|
167 | <widget class="QDockWidget" name="toolOptionsDock"> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
168 | <property name="features"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
169 | <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
170 | </property> |
203
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
171 | <property name="windowTitle"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
172 | <string>Tool options</string> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
173 | </property> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
174 | <attribute name="dockWidgetArea"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
175 | <number>8</number> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
176 | </attribute> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
177 | <widget class="QWidget" name="dockWidgetContents_2"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
178 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
179 | <item> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
180 | <widget class="QStackedWidget" name="toolWidgetStack"/> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
181 | </item> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
182 | </layout> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
183 | </widget> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
184 | </widget> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
185 | <widget class="QDockWidget" name="dockWidget_3"> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
186 | <property name="features"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
187 | <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
188 | </property> |
203
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
189 | <property name="windowTitle"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
190 | <string>Model body</string> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
191 | </property> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
192 | <attribute name="dockWidgetArea"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
193 | <number>2</number> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
194 | </attribute> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
195 | <widget class="QWidget" name="dockWidgetContents_3"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
196 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
197 | <item> |
332
ae7f7fbb9cda
Only enable the text editor when having a model open
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
328
diff
changeset
|
198 | <widget class="QPlainTextEdit" name="modelEdit"> |
ae7f7fbb9cda
Only enable the text editor when having a model open
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
328
diff
changeset
|
199 | <property name="enabled"> |
ae7f7fbb9cda
Only enable the text editor when having a model open
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
328
diff
changeset
|
200 | <bool>false</bool> |
ae7f7fbb9cda
Only enable the text editor when having a model open
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
328
diff
changeset
|
201 | </property> |
ae7f7fbb9cda
Only enable the text editor when having a model open
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
328
diff
changeset
|
202 | </widget> |
203
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
203 | </item> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
204 | </layout> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
205 | </widget> |
1909a0123c72
Move editing modes tool bar, tool options widget stack and model list view into the main window
Teemu Piippo <teemu@hecknology.net>
parents:
202
diff
changeset
|
206 | </widget> |
240
414d392b9ae6
some improvements to dock widget handling
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
237
diff
changeset
|
207 | <widget class="QDockWidget" name="messageLogDock"> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
208 | <property name="features"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
209 | <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
210 | </property> |
235
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
211 | <property name="windowTitle"> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
212 | <string>Message log</string> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
213 | </property> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
214 | <attribute name="dockWidgetArea"> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
215 | <number>8</number> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
216 | </attribute> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
217 | <widget class="QWidget" name="dockWidgetContents"> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
218 | <layout class="QVBoxLayout" name="verticalLayout"> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
219 | <item> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
220 | <widget class="QTableView" name="messageLog"> |
237
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
221 | <property name="verticalScrollBarPolicy"> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
222 | <enum>Qt::ScrollBarAlwaysOn</enum> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
223 | </property> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
224 | <property name="horizontalScrollBarPolicy"> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
225 | <enum>Qt::ScrollBarAlwaysOn</enum> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
226 | </property> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
227 | <property name="alternatingRowColors"> |
235
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
228 | <bool>true</bool> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
229 | </property> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
230 | <property name="verticalScrollMode"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
231 | <enum>QAbstractItemView::ScrollPerPixel</enum> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
232 | </property> |
237
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
233 | <property name="horizontalScrollMode"> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
234 | <enum>QAbstractItemView::ScrollPerPixel</enum> |
10a6298f636f
Add an option to log opengl messages
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
236
diff
changeset
|
235 | </property> |
236
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
236 | <property name="gridStyle"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
237 | <enum>Qt::DotLine</enum> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
238 | </property> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
239 | <attribute name="horizontalHeaderDefaultSectionSize"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
240 | <number>150</number> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
241 | </attribute> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
242 | <attribute name="horizontalHeaderStretchLastSection"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
243 | <bool>true</bool> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
244 | </attribute> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
245 | <attribute name="verticalHeaderVisible"> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
246 | <bool>false</bool> |
1fa0e1de9f0a
Made message log a model
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
235
diff
changeset
|
247 | </attribute> |
235
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
248 | </widget> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
249 | </item> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
250 | </layout> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
251 | </widget> |
7ef03c2b46ab
Add a basic message log
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
231
diff
changeset
|
252 | </widget> |
335 | 253 | <widget class="QToolBar" name="gridToolBar"> |
254 | <property name="windowTitle"> | |
255 | <string>toolBar_2</string> | |
256 | </property> | |
257 | <attribute name="toolBarArea"> | |
258 | <enum>TopToolBarArea</enum> | |
259 | </attribute> | |
260 | <attribute name="toolBarBreak"> | |
261 | <bool>false</bool> | |
262 | </attribute> | |
263 | <addaction name="actionGridFine"/> | |
264 | <addaction name="actionGridMedium"/> | |
265 | <addaction name="actionGridCoarse"/> | |
266 | <addaction name="actionAdjustGridToView"/> | |
267 | </widget> | |
0 | 268 | <action name="actionQuit"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
269 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
270 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
271 | <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
272 | </property> |
0 | 273 | <property name="text"> |
274 | <string>Quit</string> | |
275 | </property> | |
276 | </action> | |
3 | 277 | <action name="actionOpen"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
278 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
279 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
280 | <normaloff>:/icons/folder-open-outline.png</normaloff>:/icons/folder-open-outline.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
281 | </property> |
3 | 282 | <property name="text"> |
283 | <string>Open…</string> | |
284 | </property> | |
285 | <property name="shortcut"> | |
286 | <string>Ctrl+O</string> | |
287 | </property> | |
288 | </action> | |
5 | 289 | <action name="actionNew"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
290 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
291 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
292 | <normaloff>:/icons/document-outline.png</normaloff>:/icons/document-outline.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
293 | </property> |
3 | 294 | <property name="text"> |
5 | 295 | <string>New</string> |
3 | 296 | </property> |
297 | <property name="shortcut"> | |
298 | <string>Ctrl+N</string> | |
299 | </property> | |
300 | </action> | |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
301 | <action name="actionSettingsEditor"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
302 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
303 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
304 | <normaloff>:/icons/settings-outline.png</normaloff>:/icons/settings-outline.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
305 | </property> |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
306 | <property name="text"> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
307 | <string>Preferences…</string> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
308 | </property> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
309 | </action> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
310 | <action name="actionRenderStyleNormal"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
311 | <property name="checkable"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
312 | <bool>true</bool> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
313 | </property> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
314 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
315 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
316 | <normaloff>:/icons/renderstyle-normal.png</normaloff>:/icons/renderstyle-normal.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
317 | </property> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
318 | <property name="text"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
319 | <string>Normal colours</string> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
320 | </property> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
321 | </action> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
322 | <action name="actionRenderStyleBfc"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
323 | <property name="checkable"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
324 | <bool>true</bool> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
325 | </property> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
326 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
327 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
328 | <normaloff>:/icons/renderstyle-bfc.png</normaloff>:/icons/renderstyle-bfc.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
329 | </property> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
330 | <property name="text"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
331 | <string>BFC color coding</string> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
332 | </property> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
333 | </action> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
334 | <action name="actionRenderStyleRandom"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
335 | <property name="checkable"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
336 | <bool>true</bool> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
337 | </property> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
338 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
339 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
340 | <normaloff>:/icons/renderstyle-randomcolors.png</normaloff>:/icons/renderstyle-randomcolors.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
341 | </property> |
36
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
342 | <property name="text"> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
343 | <string>Random colours</string> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
344 | </property> |
bbb901b97404
added render style storage
Teemu Piippo <teemu@hecknology.net>
parents:
9
diff
changeset
|
345 | </action> |
79
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
346 | <action name="actionRenderStylePickScene"> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
347 | <property name="checkable"> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
348 | <bool>true</bool> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
349 | </property> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
350 | <property name="text"> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
351 | <string>Pick scene colours</string> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
352 | </property> |
5fe2dd4e161a
added a render style for pick scene
Teemu Piippo <teemu@hecknology.net>
parents:
36
diff
changeset
|
353 | </action> |
128
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
354 | <action name="actionAdjustGridToView"> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
355 | <property name="text"> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
356 | <string>Adjust grid to view</string> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
357 | </property> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
358 | <property name="shortcut"> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
359 | <string>Ctrl+G</string> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
360 | </property> |
7c834fe36b25
Moved automatic grid adjusting into a new action
Teemu Piippo <teemu@hecknology.net>
parents:
125
diff
changeset
|
361 | </action> |
141 | 362 | <action name="actionSave"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
363 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
364 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
365 | <normaloff>:/icons/save-outline.png</normaloff>:/icons/save-outline.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
366 | </property> |
141 | 367 | <property name="text"> |
368 | <string>Save</string> | |
369 | </property> | |
370 | <property name="shortcut"> | |
371 | <string>Ctrl+S</string> | |
372 | </property> | |
373 | </action> | |
374 | <action name="actionSaveAs"> | |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
375 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
376 | <iconset resource="../resources.qrc"> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
377 | <normaloff>:/icons/save-as-outline.png</normaloff>:/icons/save-as-outline.png</iconset> |
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
378 | </property> |
141 | 379 | <property name="text"> |
380 | <string>Save as…</string> | |
381 | </property> | |
382 | <property name="shortcut"> | |
383 | <string>Ctrl+Shift+S</string> | |
384 | </property> | |
385 | </action> | |
160 | 386 | <action name="actionClose"> |
387 | <property name="icon"> | |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
388 | <iconset resource="../resources.qrc"> |
160 | 389 | <normaloff>:/icons/close-circle-outline.png</normaloff>:/icons/close-circle-outline.png</iconset> |
390 | </property> | |
391 | <property name="text"> | |
392 | <string>Close</string> | |
393 | </property> | |
394 | <property name="shortcut"> | |
395 | <string>Ctrl+W</string> | |
396 | </property> | |
397 | </action> | |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
398 | <action name="actionDelete"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
399 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
400 | <iconset resource="../resources.qrc"> |
169
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
401 | <normaloff>:/icons/trash-bin-outline.png</normaloff>:/icons/trash-bin-outline.png</iconset> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
402 | </property> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
403 | <property name="text"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
404 | <string>Delete</string> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
405 | </property> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
406 | <property name="shortcut"> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
407 | <string>Del</string> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
408 | </property> |
6da096930534
Added the delete action
Teemu Piippo <teemu@hecknology.net>
parents:
160
diff
changeset
|
409 | </action> |
170
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
410 | <action name="actionDrawAxes"> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
411 | <property name="checkable"> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
412 | <bool>true</bool> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
413 | </property> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
414 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
415 | <iconset resource="../resources.qrc"> |
170
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
416 | <normaloff>:/icons/axes.png</normaloff>:/icons/axes.png</iconset> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
417 | </property> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
418 | <property name="text"> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
419 | <string>Draw axes</string> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
420 | </property> |
9b655f6fe5a1
Added a toggle for setting whether axes are drawn
Teemu Piippo <teemu@hecknology.net>
parents:
169
diff
changeset
|
421 | </action> |
175 | 422 | <action name="actionGridFine"> |
423 | <property name="checkable"> | |
424 | <bool>true</bool> | |
425 | </property> | |
426 | <property name="text"> | |
427 | <string>Fine grid</string> | |
428 | </property> | |
429 | <property name="shortcut"> | |
430 | <string>Ctrl+1</string> | |
431 | </property> | |
432 | </action> | |
433 | <action name="actionGridMedium"> | |
434 | <property name="checkable"> | |
435 | <bool>true</bool> | |
436 | </property> | |
437 | <property name="text"> | |
438 | <string>Medium grid</string> | |
439 | </property> | |
440 | <property name="shortcut"> | |
441 | <string>Ctrl+2</string> | |
442 | </property> | |
443 | </action> | |
444 | <action name="actionGridCoarse"> | |
445 | <property name="checkable"> | |
446 | <bool>true</bool> | |
447 | </property> | |
448 | <property name="text"> | |
449 | <string>Coarse grid</string> | |
450 | </property> | |
451 | <property name="shortcut"> | |
452 | <string>Ctrl+3</string> | |
453 | </property> | |
454 | </action> | |
183
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
455 | <action name="actionInvert"> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
456 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
457 | <iconset resource="../resources.qrc"> |
183
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
458 | <normaloff>:/icons/invert.png</normaloff>:/icons/invert.png</iconset> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
459 | </property> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
460 | <property name="text"> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
461 | <string>Invert</string> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
462 | </property> |
97b591813c8b
- Add editors for string and bool properties
Teemu Piippo <teemu@hecknology.net>
parents:
175
diff
changeset
|
463 | </action> |
229
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
464 | <action name="actionAboutQt"> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
465 | <property name="text"> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
466 | <string>About Qt</string> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
467 | </property> |
38d86002d548
Add About Qt menu entry
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
204
diff
changeset
|
468 | </action> |
231
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
469 | <action name="actionWireframe"> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
470 | <property name="checkable"> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
471 | <bool>true</bool> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
472 | </property> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
473 | <property name="icon"> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
474 | <iconset resource="../resources.qrc"> |
231
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
475 | <normaloff>:/icons/renderstyle-wireframe.png</normaloff>:/icons/renderstyle-wireframe.png</iconset> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
476 | </property> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
477 | <property name="text"> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
478 | <string>Wireframe</string> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
479 | </property> |
a9bf6bab5ea2
Add wireframe button
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
229
diff
changeset
|
480 | </action> |
262
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
481 | <action name="actionMakeUnofficial"> |
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
482 | <property name="text"> |
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
483 | <string>Make unofficial</string> |
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
484 | </property> |
dc33f8a707c4
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
240
diff
changeset
|
485 | </action> |
272
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
486 | <action name="actionAbout"> |
276
17b3212d3045
Add some sort of basic application icon
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
272
diff
changeset
|
487 | <property name="icon"> |
17b3212d3045
Add some sort of basic application icon
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
272
diff
changeset
|
488 | <iconset resource="../resources.qrc"> |
17b3212d3045
Add some sort of basic application icon
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
272
diff
changeset
|
489 | <normaloff>:/icons/appicon.png</normaloff>:/icons/appicon.png</iconset> |
17b3212d3045
Add some sort of basic application icon
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
272
diff
changeset
|
490 | </property> |
272
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
491 | <property name="text"> |
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
492 | <string>About %1</string> |
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
493 | </property> |
9d52b119b3f5
Sort out versions more, add about page
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
271
diff
changeset
|
494 | </action> |
288
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
495 | <action name="actionTileSubWindows"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
496 | <property name="text"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
497 | <string>Tile subwindows</string> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
498 | </property> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
499 | </action> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
500 | <action name="actionCascadeSubWindows"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
501 | <property name="text"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
502 | <string>Cascade subwindows</string> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
503 | </property> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
504 | </action> |
303 | 505 | <action name="actionSelectAll"> |
506 | <property name="text"> | |
507 | <string>Select all</string> | |
508 | </property> | |
509 | <property name="shortcut"> | |
510 | <string>Ctrl+A</string> | |
511 | </property> | |
512 | </action> | |
327 | 513 | <action name="actionCopy"> |
514 | <property name="icon"> | |
515 | <iconset resource="../resources.qrc"> | |
516 | <normaloff>:/icons/copy.png</normaloff>:/icons/copy.png</iconset> | |
517 | </property> | |
518 | <property name="text"> | |
519 | <string>Copy</string> | |
520 | </property> | |
521 | <property name="shortcut"> | |
522 | <string>Ctrl+C</string> | |
523 | </property> | |
524 | </action> | |
525 | <action name="actionCut"> | |
526 | <property name="icon"> | |
527 | <iconset resource="../resources.qrc"> | |
528 | <normaloff>:/icons/cut.png</normaloff>:/icons/cut.png</iconset> | |
529 | </property> | |
530 | <property name="text"> | |
531 | <string>Cut</string> | |
532 | </property> | |
533 | <property name="shortcut"> | |
534 | <string>Ctrl+X</string> | |
535 | </property> | |
536 | </action> | |
537 | <action name="actionPaste"> | |
538 | <property name="icon"> | |
539 | <iconset resource="../resources.qrc"> | |
540 | <normaloff>:/icons/paste.png</normaloff>:/icons/paste.png</iconset> | |
541 | </property> | |
542 | <property name="text"> | |
543 | <string>Paste</string> | |
544 | </property> | |
545 | <property name="shortcut"> | |
546 | <string>Ctrl+V</string> | |
547 | </property> | |
548 | </action> | |
0 | 549 | </widget> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
550 | <resources> |
270
1202b102a10b
Fix qrc path in mainwindow.ui
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
262
diff
changeset
|
551 | <include location="../resources.qrc"/> |
303 | 552 | <include location="../resources.qrc"/> |
158
5bd755eaa5a8
Add icons from ionicons
Teemu Piippo <teemu@hecknology.net>
parents:
141
diff
changeset
|
553 | </resources> |
288
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
554 | <connections> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
555 | <connection> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
556 | <sender>actionTileSubWindows</sender> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
557 | <signal>triggered()</signal> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
558 | <receiver>mdiArea</receiver> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
559 | <slot>tileSubWindows()</slot> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
560 | <hints> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
561 | <hint type="sourcelabel"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
562 | <x>-1</x> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
563 | <y>-1</y> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
564 | </hint> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
565 | <hint type="destinationlabel"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
566 | <x>231</x> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
567 | <y>202</y> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
568 | </hint> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
569 | </hints> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
570 | </connection> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
571 | <connection> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
572 | <sender>actionCascadeSubWindows</sender> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
573 | <signal>triggered()</signal> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
574 | <receiver>mdiArea</receiver> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
575 | <slot>cascadeSubWindows()</slot> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
576 | <hints> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
577 | <hint type="sourcelabel"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
578 | <x>-1</x> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
579 | <y>-1</y> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
580 | </hint> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
581 | <hint type="destinationlabel"> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
582 | <x>231</x> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
583 | <y>202</y> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
584 | </hint> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
585 | </hints> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
586 | </connection> |
169b30f282bd
Add tile and cascade subwindows actions
Teemu Piippo <teemu.s.piippo@gmail.com>
parents:
287
diff
changeset
|
587 | </connections> |
0 | 588 | </ui> |