summaryrefslogtreecommitdiffstats
path: root/sigmodr/gui/speciesmove.ui
blob: 04b5ecc33172d11a54e2b38c7e2dbc4fa4550080 (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
<ui version="4.0" >
 <class>formSpeciesMove</class>
 <widget class="QWidget" name="formSpeciesMove" >
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QGroupBox" name="boxMove" >
     <property name="title" >
      <string>Move</string>
     </property>
     <property name="toolTip" >
      <string>Move that can be learned</string>
     </property>
     <property name="statusTip" >
      <string>Move that can be learned</string>
     </property>
     <property name="whatsThis" >
      <string>Move that can be learned</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KComboBox" name="varMove" />
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxLevel" >
     <property name="title" >
      <string>Level</string>
     </property>
     <property name="toolTip" >
      <string>Level learned when the player levels up</string>
     </property>
     <property name="statusTip" >
      <string>Level learned when the player levels up</string>
     </property>
     <property name="whatsThis" >
      <string>Level learned when the player levels up</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KIntNumInput" name="varLevel" >
        <property name="minimum" >
         <number>0</number>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxWildLevel" >
     <property name="title" >
      <string>Wild Level</string>
     </property>
     <property name="toolTip" >
      <string>Level learned in the wild (used to give wilds better moves)</string>
     </property>
     <property name="statusTip" >
      <string>Level learned in the wild (used to give wilds better moves)</string>
     </property>
     <property name="whatsThis" >
      <string>Level learned in the wild (used to give wilds better moves)</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KIntNumInput" name="varWildLevel" >
        <property name="minimum" >
         <number>1</number>
        </property>
       </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>
 <customwidgets>
  <customwidget>
   <class>KComboBox</class>
   <extends>QComboBox</extends>
   <header location="global" >KComboBox</header>
  </customwidget>
  <customwidget>
   <class>KIntNumInput</class>
   <extends>QWidget</extends>
   <header location="global" >KIntNumInput</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>