blob: 19f05452eded1709b81fc9999dd1f5867c3f6394 (
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
|
<ui version="4.0" >
<class>formSigmod</class>
<widget class="QWidget" name="formSigmod" >
<layout class="QVBoxLayout" >
<item>
<widget class="KTabWidget" name="notebookSigmod" >
<widget class="QWidget" name="tabGeneral" >
<attribute name="title" >
<string>General</string>
</attribute>
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="boxTitle" >
<property name="title" >
<string>Title</string>
</property>
<property name="toolTip" >
<string>The title of the Sigmod</string>
</property>
<property name="statusTip" >
<string>The title of the Sigmod</string>
</property>
<property name="whatsThis" >
<string>The title of the Sigmod</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="KLineEdit" name="varTitle" >
<property name="showClearButton" stdset="0" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="boxVersion" >
<property name="title" >
<string>Version</string>
</property>
<property name="toolTip" >
<string>Sigmod version</string>
</property>
<property name="statusTip" >
<string>Sigmod version</string>
</property>
<property name="whatsThis" >
<string>Sigmod version</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="KLineEdit" name="varVersion" >
<property name="showClearButton" stdset="0" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="boxDescription" >
<property name="title" >
<string>Description</string>
</property>
<property name="toolTip" >
<string>Description of the Sigmod</string>
</property>
<property name="statusTip" >
<string>Description of the Sigmod</string>
</property>
<property name="whatsThis" >
<string>Description of the Sigmod</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="KLineEdit" name="varDescription" >
<property name="showClearButton" stdset="0" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="varSinglePlayer" >
<property name="title" >
<string>Single Player</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="toolTip" >
<string>Whether the Sigmod is meant to be played as a single player game or as a MMO</string>
</property>
<property name="statusTip" >
<string>Whether the Sigmod is meant to be played as a single player game or as a MMO</string>
</property>
<property name="whatsThis" >
<string>Whether the Sigmod is meant to be played as a single player game or as a MMO</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="boxStartPosition" >
<property name="title" >
<string>Start Position</string>
</property>
<property name="toolTip" >
<string>Where the player starts the game</string>
</property>
<property name="statusTip" >
<string>Where the player starts the game</string>
</property>
<property name="whatsThis" >
<string>Where the player starts the game</string>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="KComboBox" name="varMap" >
<property name="toolTip" >
<string>Map the player starts on</string>
</property>
<property name="statusTip" >
<string>Map the player starts on</string>
</property>
<property name="whatsThis" >
<string>Map the player starts on</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="boxWarp" >
<property name="title" >
<string>Warp</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="KComboBox" name="varWarp" >
<property name="toolTip" >
<string>Warp the player starts on</string>
</property>
<property name="statusTip" >
<string>Warp the player starts on</string>
</property>
<property name="whatsThis" >
<string>Warp the player starts on</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>0</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabTypechart" >
<attribute name="title" >
<string>Typechart</string>
</attribute>
<layout class="QVBoxLayout" >
<item>
<widget class="QTableView" name="varTypechart" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Grid used for determining type effectiveness</string>
</property>
<property name="statusTip" >
<string>Grid used for determining type effectiveness</string>
</property>
<property name="whatsThis" >
<string>Grid used for determining type effectiveness</string>
</property>
<property name="selectionMode" >
<enum>QAbstractItemView::SingleSelection</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="boxEffectiveness" >
<layout class="QVBoxLayout" >
<item>
<widget class="Sigmodr::FractionWidget" name="varEffectiveness" >
<property name="toolTip" >
<string>Multiplier for attacks of the attacking type against the defending type</string>
</property>
<property name="statusTip" >
<string>Multiplier for attacks of the attacking type against the defending type</string>
</property>
<property name="whatsThis" >
<string>Multiplier for attacks of the attacking type against the defending type</string>
</property>
<property name="behavior" >
<enum>Sigmodr::FractionWidget::Any</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header location="global" >KComboBox</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header location="global" >KLineEdit</header>
</customwidget>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header location="global" >KPushButton</header>
</customwidget>
<customwidget>
<class>KTabWidget</class>
<extends>QTabWidget</extends>
<header location="global" >KTabWidget</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Sigmodr::FractionWidget</class>
<extends>QWidget</extends>
<header>FractionWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|