summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/commands/jump.ui
blob: 39dcecaa6f3547f49041230ffc7be060f88d9e04 (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
<ui version="4.0" >
 <class>formJump</class>
 <widget class="QWidget" name="formJump" >
  <layout class="QVBoxLayout" name="verticalLayout" >
   <item>
    <widget class="QGroupBox" name="boxJump" >
     <property name="title" >
      <string>Jump Action</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout" >
      <item>
       <widget class="KComboBox" name="varJump" >
        <property name="toolTip" >
         <string>How the dialog jumped to is treated</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="boxDialog" >
     <property name="title" >
      <string>Dialog</string>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_2" >
      <item>
       <widget class="KComboBox" name="varDialog" >
        <property name="toolTip" >
         <string>The dialog to jump to</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KComboBox</class>
   <extends>QComboBox</extends>
   <header>kcombobox.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>