summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/coinlist.ui
blob: 523a944604946a396b0eb4b9a2b85b3026cf1d6f (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
<ui version="4.0" >
 <class>formCoinList</class>
 <widget class="QWidget" name="formCoinList" >
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QGroupBox" name="boxButtons" >
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KPushButton" name="buttonApply" >
        <property name="text" >
         <string>&amp;Apply</string>
        </property>
        <property name="shortcut" >
         <string>Ctrl+Return</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="KPushButton" name="buttonDiscard" >
        <property name="text" >
         <string>&amp;Discard</string>
        </property>
        <property name="shortcut" >
         <string>Esc</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <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 coin list</string>
        </property>
        <property name="showClearButton" stdset="0" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxValue" >
     <property name="title" >
      <string>Value</string>
     </property>
     <layout class="QHBoxLayout" >
      <item>
       <widget class="KComboBox" name="varValue" >
        <property name="toolTip" >
         <string>The type of coin needed to buy items</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KComboBox</class>
   <extends>QComboBox</extends>
   <header>kcombobox.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>
 </customwidgets>
 <resources/>
 <connections/>
</ui>