summaryrefslogtreecommitdiffstats
path: root/sigmodr/gui/pokemod.ui
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/gui/pokemod.ui')
-rw-r--r--sigmodr/gui/pokemod.ui240
1 files changed, 240 insertions, 0 deletions
diff --git a/sigmodr/gui/pokemod.ui b/sigmodr/gui/pokemod.ui
new file mode 100644
index 00000000..f066110d
--- /dev/null
+++ b/sigmodr/gui/pokemod.ui
@@ -0,0 +1,240 @@
+<ui version="4.0" >
+ <class>formPokemod</class>
+ <widget class="QWidget" name="formPokemod" >
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="KTabWidget" name="notebookPokemod" >
+ <widget class="QWidget" name="tabGeneral" >
+ <attribute name="title" >
+ <string>General</string>
+ </attribute>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QGroupBox" name="boxTitle" >
+ <property name="title" >
+ <string>Title</string>
+ </property>
+ <property name="toolTip" >
+ <string>The title of the Pokémod</string>
+ </property>
+ <property name="statusTip" >
+ <string>The title of the Pokémod</string>
+ </property>
+ <property name="whatsThis" >
+ <string>The title of the Pokémod</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="KLineEdit" name="varTitle" >
+ <property name="showClearButton" stdset="0" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxVersion" >
+ <property name="title" >
+ <string>Version</string>
+ </property>
+ <property name="toolTip" >
+ <string>Pokémod version</string>
+ </property>
+ <property name="statusTip" >
+ <string>Pokémod version</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Pokémod version</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="KLineEdit" name="varVersion" >
+ <property name="showClearButton" stdset="0" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxDescription" >
+ <property name="title" >
+ <string>Description</string>
+ </property>
+ <property name="toolTip" >
+ <string>Description of the Pokémod</string>
+ </property>
+ <property name="statusTip" >
+ <string>Description of the Pokémod</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Description of the Pokémod</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="KLineEdit" name="varDescription" >
+ <property name="showClearButton" stdset="0" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxStartPosition" >
+ <property name="title" >
+ <string>Start Position</string>
+ </property>
+ <property name="toolTip" >
+ <string>Where the player starts the game</string>
+ </property>
+ <property name="statusTip" >
+ <string>Where the player starts the game</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Where the player starts the game</string>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="KComboBox" name="varMap" >
+ <property name="toolTip" >
+ <string>Map the player starts on</string>
+ </property>
+ <property name="statusTip" >
+ <string>Map the player starts on</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Map the player starts on</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxWarp" >
+ <property name="title" >
+ <string>Warp</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="KComboBox" name="varWarp" >
+ <property name="toolTip" >
+ <string>Warp the player starts on</string>
+ </property>
+ <property name="statusTip" >
+ <string>Warp the player starts on</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Warp the player starts on</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </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>
+ <widget class="QWidget" name="tabTypechart" >
+ <attribute name="title" >
+ <string>Typechart</string>
+ </attribute>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QTableView" name="varTypechart" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip" >
+ <string>Grid used for determining type effectiveness</string>
+ </property>
+ <property name="statusTip" >
+ <string>Grid used for determining type effectiveness</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Grid used for determining type effectiveness</string>
+ </property>
+ <property name="selectionMode" >
+ <enum>QAbstractItemView::SingleSelection</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxEffectiveness" >
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="Pokemodr::FractionWidget" name="varEffectiveness" >
+ <property name="toolTip" >
+ <string>Multiplier for attacks of the attacking type against the defending type</string>
+ </property>
+ <property name="statusTip" >
+ <string>Multiplier for attacks of the attacking type against the defending type</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Multiplier for attacks of the attacking type against the defending type</string>
+ </property>
+ <property name="behavior" >
+ <enum>Pokemodr::FractionWidget::Any</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>KComboBox</class>
+ <extends>QComboBox</extends>
+ <header location="global" >KComboBox</header>
+ </customwidget>
+ <customwidget>
+ <class>KLineEdit</class>
+ <extends>QLineEdit</extends>
+ <header location="global" >KLineEdit</header>
+ </customwidget>
+ <customwidget>
+ <class>KPushButton</class>
+ <extends>QPushButton</extends>
+ <header location="global" >KPushButton</header>
+ </customwidget>
+ <customwidget>
+ <class>KTabWidget</class>
+ <extends>QTabWidget</extends>
+ <header location="global" >KTabWidget</header>
+ <container>1</container>
+ </customwidget>
+ <customwidget>
+ <class>Pokemodr::FractionWidget</class>
+ <extends>QWidget</extends>
+ <header>FractionWidget.h</header>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>