summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.ui
blob: 0ef98d0ea76baa89bb07d28f184d3fac65adf89c (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
<?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>600</width>
    <height>400</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MultiMC 5</string>
  </property>
  <widget class="QWidget" name="centralWidget"/>
  <widget class="QToolBar" name="mainToolBar">
   <property name="movable">
    <bool>false</bool>
   </property>
   <property name="allowedAreas">
    <set>Qt::TopToolBarArea</set>
   </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"/>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <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>
  </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>
  </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>
  </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>
  </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>
  </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="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>
  </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>
  </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="menuRole">
    <enum>QAction::AboutRole</enum>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources>
  <include location="../multimc.qrc"/>
 </resources>
 <connections/>
</ui>