-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui_polaris.ui
123 lines (123 loc) · 3.16 KB
/
ui_polaris.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Polaris</class>
<widget class="QMainWindow" name="Polaris">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>943</width>
<height>531</height>
</rect>
</property>
<property name="windowTitle">
<string>POLARIS Aanalyzer</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/polaris/icons/logo.png</normaloff>:/plugins/polaris/icons/logo.png</iconset>
</property>
<widget class="QWidget" name="mainWidget">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>943</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuRecent_Databases">
<property name="title">
<string>Recent Databases</string>
</property>
<addaction name="actionA"/>
<addaction name="actionB"/>
</widget>
<addaction name="actionDatabase"/>
<addaction name="menuRecent_Databases"/>
<addaction name="actionConnect_TestCase"/>
<addaction name="actionDraw"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>Tools</string>
</property>
<addaction name="actionNew_XY_DB_Plot"/>
<addaction name="actionNew_XY_DB_Plot_1"/>
<addaction name="actionTravel_Time_Layer"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuTools"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionDatabase">
<property name="text">
<string>Open Database</string>
</property>
</action>
<action name="actionA">
<property name="text">
<string>a</string>
</property>
</action>
<action name="actionB">
<property name="text">
<string>b</string>
</property>
</action>
<action name="actionConnect_TestCase">
<property name="text">
<string>Connect TestCase</string>
</property>
</action>
<action name="actionDraw">
<property name="text">
<string>Draw</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionNew_XY_DB_Plot">
<property name="text">
<string>New XY DB Plot</string>
</property>
</action>
<action name="actionNew_XY_DB_Plot_1">
<property name="text">
<string>New XY DB Plot 1</string>
</property>
</action>
<action name="actionTravel_Time_Layer">
<property name="text">
<string>Travel Time Layer</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>