Sun, 03 Nov 2019 18:17:08 +0200
split quadrilateral and triangle into their own source files
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> | |
9 | <width>800</width> | |
10 | <height>600</height> | |
11 | </rect> | |
12 | </property> | |
13 | <property name="windowTitle"> | |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
14 | <string>LDForge</string> |
0 | 15 | </property> |
3 | 16 | <widget class="QWidget" name="centralwidget"> |
17 | <layout class="QVBoxLayout" name="verticalLayout"> | |
18 | <item> | |
19 | <widget class="QTabWidget" name="tabs"/> | |
20 | </item> | |
21 | </layout> | |
22 | </widget> | |
0 | 23 | <widget class="QMenuBar" name="menubar"> |
24 | <property name="geometry"> | |
25 | <rect> | |
26 | <x>0</x> | |
27 | <y>0</y> | |
28 | <width>800</width> | |
5 | 29 | <height>27</height> |
0 | 30 | </rect> |
31 | </property> | |
32 | <widget class="QMenu" name="menuFile"> | |
33 | <property name="title"> | |
34 | <string>File</string> | |
35 | </property> | |
9
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
36 | <widget class="QMenu" name="menuRecentFiles"> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
37 | <property name="title"> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
38 | <string>Recent files</string> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
39 | </property> |
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
40 | </widget> |
5 | 41 | <addaction name="actionNew"/> |
3 | 42 | <addaction name="actionOpen"/> |
9
8b9780700b5e
added saving of splitter state and recent files
Teemu Piippo <teemu@hecknology.net>
parents:
7
diff
changeset
|
43 | <addaction name="menuRecentFiles"/> |
3 | 44 | <addaction name="separator"/> |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
45 | <addaction name="actionSettingsEditor"/> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
46 | <addaction name="separator"/> |
0 | 47 | <addaction name="actionQuit"/> |
48 | </widget> | |
49 | <addaction name="menuFile"/> | |
50 | </widget> | |
51 | <widget class="QStatusBar" name="statusbar"/> | |
52 | <action name="actionQuit"> | |
53 | <property name="text"> | |
54 | <string>Quit</string> | |
55 | </property> | |
56 | </action> | |
3 | 57 | <action name="actionOpen"> |
58 | <property name="text"> | |
59 | <string>Open…</string> | |
60 | </property> | |
61 | <property name="shortcut"> | |
62 | <string>Ctrl+O</string> | |
63 | </property> | |
64 | </action> | |
5 | 65 | <action name="actionNew"> |
3 | 66 | <property name="text"> |
5 | 67 | <string>New</string> |
3 | 68 | </property> |
69 | <property name="shortcut"> | |
70 | <string>Ctrl+N</string> | |
71 | </property> | |
72 | </action> | |
7
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
73 | <action name="actionSettingsEditor"> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
74 | <property name="text"> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
75 | <string>Preferences…</string> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
76 | </property> |
68443f5be176
added the settings editor
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
77 | </action> |
0 | 78 | </widget> |
79 | <resources/> | |
80 | <connections/> | |
81 | </ui> |