[companion] Adjust GVAR not possible in global functions (fix #5425)
[opentx.git] / companion / src / simulation / simulatormainwindow.ui
blob1e7d5eab38489d2ea2603f976260cd28623c1ef0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SimulatorMainWindow</class>
4 <widget class="QMainWindow" name="SimulatorMainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>644</width>
10 <height>371</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>OpenTx Simulator</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../companion.qrc">
18 <normaloff>:/icon.png</normaloff>:/icon.png</iconset>
19 </property>
20 <property name="dockNestingEnabled">
21 <bool>true</bool>
22 </property>
23 <property name="dockOptions">
24 <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
25 </property>
26 <widget class="QWidget" name="centralwidget">
27 <property name="sizePolicy">
28 <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
29 <horstretch>0</horstretch>
30 <verstretch>0</verstretch>
31 </sizepolicy>
32 </property>
33 </widget>
34 <widget class="QMenuBar" name="menubar">
35 <property name="geometry">
36 <rect>
37 <x>0</x>
38 <y>0</y>
39 <width>644</width>
40 <height>21</height>
41 </rect>
42 </property>
43 <property name="nativeMenuBar">
44 <bool>false</bool>
45 </property>
46 <widget class="QMenu" name="menuView">
47 <property name="title">
48 <string>View</string>
49 </property>
50 <widget class="QMenu" name="menuRadio_Window">
51 <property name="title">
52 <string>Radio Window</string>
53 </property>
54 <addaction name="actionFixedRadioWidth"/>
55 <addaction name="actionFixedRadioHeight"/>
56 <addaction name="actionDockRadio"/>
57 </widget>
58 <addaction name="actionToggleMenuBar"/>
59 <addaction name="menuRadio_Window"/>
60 </widget>
61 <widget class="QMenu" name="menuReload">
62 <property name="title">
63 <string>Reload...</string>
64 </property>
65 <addaction name="actionReloadLua"/>
66 <addaction name="actionReloadRadioData"/>
67 </widget>
68 <widget class="QMenu" name="menuTools">
69 <property name="title">
70 <string>Tools</string>
71 </property>
72 <addaction name="actionScreenshot"/>
73 <addaction name="actionJoystickSettings"/>
74 <addaction name="actionShowKeymap"/>
75 </widget>
76 <addaction name="menuView"/>
77 <addaction name="menuReload"/>
78 <addaction name="menuTools"/>
79 </widget>
80 <widget class="QToolBar" name="toolBar">
81 <property name="windowTitle">
82 <string>Toolbar</string>
83 </property>
84 <attribute name="toolBarArea">
85 <enum>LeftToolBarArea</enum>
86 </attribute>
87 <attribute name="toolBarBreak">
88 <bool>false</bool>
89 </attribute>
90 <addaction name="actionReloadLua"/>
91 <addaction name="actionReloadRadioData"/>
92 <addaction name="separator"/>
93 <addaction name="actionScreenshot"/>
94 <addaction name="actionJoystickSettings"/>
95 <addaction name="actionShowKeymap"/>
96 </widget>
97 <action name="actionReloadLua">
98 <property name="icon">
99 <iconset resource="../companion.qrc">
100 <normaloff>:/images/simulator/icons/svg/reload_script.svg</normaloff>:/images/simulator/icons/svg/reload_script.svg</iconset>
101 </property>
102 <property name="text">
103 <string>Reload Lua Scripts</string>
104 </property>
105 <property name="toolTip">
106 <string>Reload the Lua environment on the simulated radio.</string>
107 </property>
108 <property name="shortcut">
109 <string>F7</string>
110 </property>
111 </action>
112 <action name="actionReloadRadioData">
113 <property name="icon">
114 <iconset resource="../companion.qrc">
115 <normaloff>:/images/simulator/icons/svg/restart.svg</normaloff>:/images/simulator/icons/svg/restart.svg</iconset>
116 </property>
117 <property name="text">
118 <string>Reload Radio Data</string>
119 </property>
120 <property name="toolTip">
121 <string>Reload all radio data without restarting the simulator.</string>
122 </property>
123 <property name="shortcut">
124 <string>F9</string>
125 </property>
126 </action>
127 <action name="actionShowKeymap">
128 <property name="icon">
129 <iconset resource="../companion.qrc">
130 <normaloff>:/images/simulator/icons/svg/info.svg</normaloff>:/images/simulator/icons/svg/info.svg</iconset>
131 </property>
132 <property name="text">
133 <string>Key Mapping</string>
134 </property>
135 <property name="toolTip">
136 <string>Show keyboard maping reference.</string>
137 </property>
138 <property name="shortcut">
139 <string>F1</string>
140 </property>
141 </action>
142 <action name="actionJoystickSettings">
143 <property name="icon">
144 <iconset resource="../companion.qrc">
145 <normaloff>:/images/simulator/icons/svg/joystick_settings.svg</normaloff>:/images/simulator/icons/svg/joystick_settings.svg</iconset>
146 </property>
147 <property name="text">
148 <string>Joystick Settings</string>
149 </property>
150 <property name="toolTip">
151 <string>Open joystick configuration settings dialog.</string>
152 </property>
153 <property name="shortcut">
154 <string>F3</string>
155 </property>
156 </action>
157 <action name="actionScreenshot">
158 <property name="icon">
159 <iconset resource="../companion.qrc">
160 <normaloff>:/images/simulator/icons/svg/camera.svg</normaloff>:/images/simulator/icons/svg/camera.svg</iconset>
161 </property>
162 <property name="text">
163 <string>LCD Screenshot</string>
164 </property>
165 <property name="toolTip">
166 <string>Save a screenshot of the current simulated LCD screen.</string>
167 </property>
168 <property name="shortcut">
169 <string>F8</string>
170 </property>
171 </action>
172 <action name="actionDockRadio">
173 <property name="checkable">
174 <bool>true</bool>
175 </property>
176 <property name="text">
177 <string>Dock In Main Window</string>
178 </property>
179 <property name="toolTip">
180 <string>Show the radio in the main window or as a separate &quot;floating&quot; window.</string>
181 </property>
182 </action>
183 <action name="actionToggleMenuBar">
184 <property name="checkable">
185 <bool>true</bool>
186 </property>
187 <property name="text">
188 <string>Menu Bar</string>
189 </property>
190 <property name="toolTip">
191 <string>Show or hide the top menu bar.</string>
192 </property>
193 <property name="shortcut">
194 <string>Alt+M</string>
195 </property>
196 </action>
197 <action name="actionFixedRadioWidth">
198 <property name="checkable">
199 <bool>true</bool>
200 </property>
201 <property name="text">
202 <string>Constrain Width</string>
203 </property>
204 <property name="toolTip">
205 <string>Set radio widget width to be a fixed size.</string>
206 </property>
207 </action>
208 <action name="actionFixedRadioHeight">
209 <property name="checkable">
210 <bool>true</bool>
211 </property>
212 <property name="text">
213 <string>Constrain Height</string>
214 </property>
215 <property name="toolTip">
216 <string>Set radio widget height to be a fixed size.</string>
217 </property>
218 </action>
219 </widget>
220 <resources>
221 <include location="../companion.qrc"/>
222 </resources>
223 <connections/>
224 </ui>