diff options
Diffstat (limited to 'pokemodr/gui/commands/jump.ui')
-rw-r--r-- | pokemodr/gui/commands/jump.ui | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/pokemodr/gui/commands/jump.ui b/pokemodr/gui/commands/jump.ui deleted file mode 100644 index 39dcecaa..00000000 --- a/pokemodr/gui/commands/jump.ui +++ /dev/null @@ -1,48 +0,0 @@ -<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> |