summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/move.ui
blob: 52b8df4569b0d7846351577e0536add5348b363f (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
<ui version="4.0" >
 <class>formMove</class>
 <widget class="QWidget" name="formMove" >
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QGroupBox" name="boxName" >
     <property name="title" >
      <string>Name</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KLineEdit" name="varName" >
        <property name="toolTip" >
         <string>Name of the move</string>
        </property>
        <property name="showClearButton" stdset="0" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxAccuracy" >
     <property name="title" >
      <string>Accuracy</string>
     </property>
     <layout class="QVBoxLayout" >
      <item>
       <widget class="FractionWidget" name="varAccuracy" >
        <property name="toolTip" >
         <string>The chance that the move hits</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxPower" >
     <property name="title" >
      <string>Power</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KIntNumInput" name="varPower" >
        <property name="toolTip" >
         <string>The power of the move</string>
        </property>
        <property name="minimum" >
         <number>0</number>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxType" >
     <property name="title" >
      <string>Type</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KComboBox" name="varType" >
        <property name="toolTip" >
         <string>The type of the move</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxPowerPoints" >
     <property name="title" >
      <string>Power Points</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KIntNumInput" name="varPowerPoints" >
        <property name="toolTip" >
         <string>How many power points the move has</string>
        </property>
        <property name="minimum" >
         <number>1</number>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxTarget" >
     <property name="title" >
      <string>Target</string>
     </property>
     <layout class="QVBoxLayout" >
      <item>
       <widget class="KComboBox" name="varTarget" >
        <property name="toolTip" >
         <string>The target of the move</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QGroupBox" name="boxTargetChoice" >
        <property name="title" >
         <string>Target Choice</string>
        </property>
        <layout class="QHBoxLayout" >
         <item>
          <widget class="KComboBox" name="varTargetChoice" >
           <property name="toolTip" >
            <string>Whose choice the target is</string>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
      <item>
       <widget class="QGroupBox" name="boxNumTargets" >
        <property name="title" >
         <string>NumTargets</string>
        </property>
        <layout class="QHBoxLayout" >
         <item>
          <widget class="KIntNumInput" name="varNumTargets" >
           <property name="toolTip" >
            <string>The number of targets</string>
           </property>
           <property name="minimum" >
            <number>1</number>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxFlags" >
     <property name="title" >
      <string>Flags</string>
     </property>
     <layout class="QVBoxLayout" >
      <item>
       <widget class="QCheckBox" name="varSpecial" >
        <property name="toolTip" >
         <string>If checked, the move uses the Special stat(s) rather than the physical</string>
        </property>
        <property name="text" >
         <string>Special</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="varIgnoreAccuracy" >
        <property name="toolTip" >
         <string>If checked, the move ignores any accuracy-affecting items the enemy may be holding</string>
        </property>
        <property name="text" >
         <string>Ignore Accuracy</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="varCanFlinch" >
        <property name="toolTip" >
         <string>If checked, the move can make the target flinch with items</string>
        </property>
        <property name="text" >
         <string>Can Flinch</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="varCanRandom" >
        <property name="toolTip" >
         <string>If checked, Metronome-like moves can use this move</string>
        </property>
        <property name="text" >
         <string>Randomizable</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="varCanSnatch" >
        <property name="toolTip" >
         <string>If checked, the effects can be stolen</string>
        </property>
        <property name="text" >
         <string>Can Snatch</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="varMakesSound" >
        <property name="toolTip" >
         <string>If checked, the move makes sound</string>
        </property>
        <property name="text" >
         <string>Makes Sound</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxDescription" >
     <property name="title" >
      <string>Description</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KTextEdit" name="varDescription" >
        <property name="toolTip" >
         <string>Description of the move</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" >
      <size>
       <width>20</width>
       <height>40</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KComboBox</class>
   <extends>QComboBox</extends>
   <header>kcombobox.h</header>
  </customwidget>
  <customwidget>
   <class>KIntNumInput</class>
   <extends>QWidget</extends>
   <header>knuminput.h</header>
  </customwidget>
  <customwidget>
   <class>KLineEdit</class>
   <extends>QLineEdit</extends>
   <header>klineedit.h</header>
  </customwidget>
  <customwidget>
   <class>KPushButton</class>
   <extends>QPushButton</extends>
   <header>kpushbutton.h</header>
  </customwidget>
  <customwidget>
   <class>KTextEdit</class>
   <extends>QTextEdit</extends>
   <header>ktextedit.h</header>
  </customwidget>
  <customwidget>
   <class>FractionWidget</class>
   <extends>QWidget</extends>
   <header>../FractionWidget.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>