-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainwindow.ui
150 lines (150 loc) · 4.35 KB
/
mainwindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>503</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/images/rocket.png</normaloff>:/images/rocket.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<property name="tabBarAutoHide">
<bool>false</bool>
</property>
<widget class="SpanshRouteWidget" name="tab">
<attribute name="title">
<string>&1. High Way</string>
</attribute>
<attribute name="toolTip">
<string>Plan NS' boosted route through the Galaxy.</string>
</attribute>
</widget>
<widget class="RoundTripWidget" name="tab_2">
<attribute name="title">
<string>&2. Round Trip</string>
</attribute>
<attribute name="toolTip">
<string>Visit each desired system once route.</string>
</attribute>
</widget>
<widget class="CalcsTab" name="tab_3">
<attribute name="title">
<string>&3. Calculations</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>&File</string>
</property>
<addaction name="actionShow_Settings"/>
<addaction name="actionClear_Cache"/>
</widget>
<addaction name="menuSettings"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionShow_Settings"/>
<addaction name="actionClear_Cache"/>
<addaction name="actionCarrier_Calculator"/>
</widget>
<action name="actionShow_Settings">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/Settings-2-icon.png</normaloff>:/images/Settings-2-icon.png</iconset>
</property>
<property name="text">
<string>Show &Settings</string>
</property>
</action>
<action name="actionClear_Cache">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/Actions history clear.png</normaloff>:/images/Actions history clear.png</iconset>
</property>
<property name="text">
<string>Clear Cache</string>
</property>
<property name="toolTip">
<string>Clear cache of EDSM' access.</string>
</property>
</action>
<action name="actionCarrier_Calculator">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/carrier-waybill-query-128.png</normaloff>:/images/carrier-waybill-query-128.png</iconset>
</property>
<property name="text">
<string>Carrier Calculator</string>
</property>
<property name="toolTip">
<string>Calculates carrier modules.</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>SpanshRouteWidget</class>
<extends>QWidget</extends>
<header location="global">spanshroutewidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>RoundTripWidget</class>
<extends>QWidget</extends>
<header location="global">roundtripwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>CalcsTab</class>
<extends>QWidget</extends>
<header location="global">calcstab.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>