summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.ui
blob: 4c288d5f216fc823bbfa093f314247758b538bda (plain)
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<?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>688</width>
    <height>650</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MultiMC 5</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QHBoxLayout" name="horizontalLayout">
    <property name="spacing">
     <number>0</number>
    </property>
    <property name="sizeConstraint">
     <enum>QLayout::SetDefaultConstraint</enum>
    </property>
    <property name="leftMargin">
     <number>0</number>
    </property>
    <property name="topMargin">
     <number>0</number>
    </property>
    <property name="rightMargin">
     <number>0</number>
    </property>
    <property name="bottomMargin">
     <number>0</number>
    </property>
   </layout>
  </widget>
  <widget class="QToolBar" name="mainToolBar">
   <property name="windowTitle">
    <string>Main Toolbar</string>
   </property>
   <property name="movable">
    <bool>false</bool>
   </property>
   <property name="allowedAreas">
    <set>Qt::TopToolBarArea</set>
   </property>
   <property name="toolButtonStyle">
    <enum>Qt::ToolButtonIconOnly</enum>
   </property>
   <property name="floatable">
    <bool>false</bool>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionAddInstance"/>
   <addaction name="actionViewInstanceFolder"/>
   <addaction name="actionViewCentralModsFolder"/>
   <addaction name="actionRefresh"/>
   <addaction name="separator"/>
   <addaction name="actionCheckUpdate"/>
   <addaction name="actionSettings"/>
   <addaction name="separator"/>
   <addaction name="actionReportBug"/>
   <addaction name="actionNews"/>
   <addaction name="actionAbout"/>
   <addaction name="separator"/>
   <addaction name="actionCAT"/>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <widget class="QToolBar" name="instanceToolBar">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="windowTitle">
    <string>Instance Toolbar</string>
   </property>
   <property name="allowedAreas">
    <set>Qt::LeftToolBarArea|Qt::RightToolBarArea</set>
   </property>
   <property name="iconSize">
    <size>
     <width>80</width>
     <height>80</height>
    </size>
   </property>
   <property name="toolButtonStyle">
    <enum>Qt::ToolButtonIconOnly</enum>
   </property>
   <property name="floatable">
    <bool>false</bool>
   </property>
   <attribute name="toolBarArea">
    <enum>RightToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionChangeInstIcon"/>
   <addaction name="actionLaunchInstance"/>
   <addaction name="separator"/>
   <addaction name="actionEditInstNotes"/>
   <addaction name="actionChangeInstGroup"/>
   <addaction name="separator"/>
   <addaction name="actionInstanceSettings"/>
   <addaction name="actionChangeInstMCVersion"/>
   <addaction name="actionChangeInstLWJGLVersion"/>
   <addaction name="actionEditInstMods"/>
   <addaction name="actionViewSelectedInstFolder"/>
   <addaction name="actionConfig_Folder"/>
   <addaction name="separator"/>
   <addaction name="actionDeleteInstance"/>
  </widget>
  <action name="actionAddInstance">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/new</normaloff>:/icons/toolbar/new</iconset>
   </property>
   <property name="text">
    <string>Add Instance</string>
   </property>
   <property name="toolTip">
    <string>Add a new instance.</string>
   </property>
   <property name="statusTip">
    <string>Add a new instance.</string>
   </property>
  </action>
  <action name="actionViewInstanceFolder">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/viewfolder</normaloff>:/icons/toolbar/viewfolder</iconset>
   </property>
   <property name="text">
    <string>View Instance Folder</string>
   </property>
   <property name="toolTip">
    <string>Open the instance folder in a file browser.</string>
   </property>
   <property name="statusTip">
    <string>Open the instance folder in a file browser.</string>
   </property>
  </action>
  <action name="actionRefresh">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/refresh</normaloff>:/icons/toolbar/refresh</iconset>
   </property>
   <property name="text">
    <string>Refresh</string>
   </property>
   <property name="toolTip">
    <string>Reload the instance list.</string>
   </property>
   <property name="statusTip">
    <string>Reload the instance list.</string>
   </property>
  </action>
  <action name="actionViewCentralModsFolder">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/centralmods</normaloff>:/icons/toolbar/centralmods</iconset>
   </property>
   <property name="text">
    <string>View Central Mods Folder</string>
   </property>
   <property name="toolTip">
    <string>Open the central mods folder in a file browser.</string>
   </property>
   <property name="statusTip">
    <string>Open the central mods folder in a file browser.</string>
   </property>
  </action>
  <action name="actionCheckUpdate">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/checkupdate</normaloff>:/icons/toolbar/checkupdate</iconset>
   </property>
   <property name="text">
    <string>Check for Updates</string>
   </property>
   <property name="toolTip">
    <string>Check for new updates for MultiMC</string>
   </property>
   <property name="statusTip">
    <string>Check for new updates for MultiMC</string>
   </property>
  </action>
  <action name="actionSettings">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/settings</normaloff>:/icons/toolbar/settings</iconset>
   </property>
   <property name="text">
    <string>Settings</string>
   </property>
   <property name="toolTip">
    <string>Change settings.</string>
   </property>
   <property name="statusTip">
    <string>Change settings.</string>
   </property>
   <property name="menuRole">
    <enum>QAction::PreferencesRole</enum>
   </property>
  </action>
  <action name="actionReportBug">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/bug</normaloff>:/icons/toolbar/bug</iconset>
   </property>
   <property name="text">
    <string>Report a Bug</string>
   </property>
   <property name="toolTip">
    <string>Open the bug tracker to report a bug with MultiMC.</string>
   </property>
   <property name="statusTip">
    <string>Open the bug tracker to report a bug with MultiMC.</string>
   </property>
  </action>
  <action name="actionNews">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/news</normaloff>:/icons/toolbar/news</iconset>
   </property>
   <property name="text">
    <string>News</string>
   </property>
   <property name="toolTip">
    <string>Open the MultiMC dev blog to read news about MultiMC.</string>
   </property>
   <property name="statusTip">
    <string>Open the MultiMC dev blog to read news about MultiMC.</string>
   </property>
  </action>
  <action name="actionAbout">
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/about</normaloff>:/icons/toolbar/about</iconset>
   </property>
   <property name="text">
    <string>About MultiMC</string>
   </property>
   <property name="toolTip">
    <string>View information about MultiMC.</string>
   </property>
   <property name="statusTip">
    <string>About MultiMC</string>
   </property>
   <property name="menuRole">
    <enum>QAction::AboutRole</enum>
   </property>
  </action>
  <action name="actionLaunchInstance">
   <property name="text">
    <string>Play</string>
   </property>
   <property name="toolTip">
    <string>Launch the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Launch the selected instance.</string>
   </property>
  </action>
  <action name="actionRenameInstance">
   <property name="text">
    <string>Instance Name</string>
   </property>
   <property name="toolTip">
    <string>Rename the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Rename the selected instance.</string>
   </property>
  </action>
  <action name="actionChangeInstGroup">
   <property name="text">
    <string>Change Group</string>
   </property>
   <property name="toolTip">
    <string>Change the selected instance's group.</string>
   </property>
   <property name="statusTip">
    <string>Change the selected instance's group.</string>
   </property>
  </action>
  <action name="actionChangeInstIcon">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/instances/infinity</normaloff>:/icons/instances/infinity</iconset>
   </property>
   <property name="text">
    <string>Change Icon</string>
   </property>
   <property name="toolTip">
    <string>Change the selected instance's icon.</string>
   </property>
   <property name="statusTip">
    <string>Change the selected instance's icon.</string>
   </property>
  </action>
  <action name="actionEditInstNotes">
   <property name="text">
    <string>Edit Notes</string>
   </property>
   <property name="toolTip">
    <string>Edit the notes for the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Edit the notes for the selected instance.</string>
   </property>
  </action>
  <action name="actionInstanceSettings">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Settings</string>
   </property>
   <property name="toolTip">
    <string>Change settings for the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Change settings for the selected instance.</string>
   </property>
  </action>
  <action name="actionMakeDesktopShortcut">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Make Shortcut</string>
   </property>
   <property name="toolTip">
    <string>Make a shortcut on the desktop for the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Make a shortcut on the desktop for the selected instance.</string>
   </property>
  </action>
  <action name="actionManageInstSaves">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Manage Saves</string>
   </property>
   <property name="toolTip">
    <string>Manage saves for the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Manage saves for the selected instance.</string>
   </property>
  </action>
  <action name="actionEditInstMods">
   <property name="text">
    <string>Edit Mods</string>
   </property>
   <property name="toolTip">
    <string>Edit the mods for the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Edit the mods for the selected instance.</string>
   </property>
  </action>
  <action name="actionChangeInstMCVersion">
   <property name="text">
    <string>Change Version</string>
   </property>
   <property name="toolTip">
    <string>Change the selected instance's Minecraft version.</string>
   </property>
   <property name="statusTip">
    <string>Change the selected instance's Minecraft version.</string>
   </property>
  </action>
  <action name="actionChangeInstLWJGLVersion">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Change LWJGL</string>
   </property>
   <property name="toolTip">
    <string>Change the version of LWJGL for the selected instance to use.</string>
   </property>
   <property name="statusTip">
    <string>Change the version of LWJGL for the selected instance to use.</string>
   </property>
  </action>
  <action name="actionViewSelectedInstFolder">
   <property name="text">
    <string>Instance Folder</string>
   </property>
   <property name="toolTip">
    <string>Open the selected instance's root folder in a file browser.</string>
   </property>
   <property name="statusTip">
    <string>Open the selected instance's root folder in a file browser.</string>
   </property>
  </action>
  <action name="actionDeleteInstance">
   <property name="text">
    <string>Delete</string>
   </property>
   <property name="toolTip">
    <string>Delete the selected instance.</string>
   </property>
   <property name="statusTip">
    <string>Delete the selected instance.</string>
   </property>
  </action>
  <action name="actionConfig_Folder">
   <property name="text">
    <string>Config Folder</string>
   </property>
   <property name="toolTip">
    <string>Open the instance's config folder</string>
   </property>
  </action>
  <action name="actionCAT">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="icon">
    <iconset resource="../multimc.qrc">
     <normaloff>:/icons/toolbar/cat</normaloff>:/icons/toolbar/cat</iconset>
   </property>
   <property name="text">
    <string>Meow</string>
   </property>
   <property name="toolTip">
    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; color:#ff0004;&quot;&gt;Catnarok!&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;Or just a cat with a ball of yarn?&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;WHO KNOWS?!&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/icons/instances/tnt&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
  <include location="../multimc.qrc"/>
 </resources>
 <connections/>
</ui>