summaryrefslogtreecommitdiffstats
path: root/pokemodr/gui/tile.ui
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/gui/tile.ui')
-rw-r--r--pokemodr/gui/tile.ui41
1 files changed, 23 insertions, 18 deletions
diff --git a/pokemodr/gui/tile.ui b/pokemodr/gui/tile.ui
index 8198b4e6..4c0b0371 100644
--- a/pokemodr/gui/tile.ui
+++ b/pokemodr/gui/tile.ui
@@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>226</width>
- <height>953</height>
+ <width>236</width>
+ <height>941</height>
</rect>
</property>
<layout class="QVBoxLayout" >
@@ -68,13 +68,7 @@
</property>
<layout class="QHBoxLayout" >
<item>
- <widget class="QGraphicsView" name="varImage" >
- <property name="maximumSize" >
- <size>
- <width>64</width>
- <height>64</height>
- </size>
- </property>
+ <widget class="KPushButton" name="varImage" >
<property name="toolTip" >
<string>Image of the tile</string>
</property>
@@ -90,13 +84,7 @@
</property>
<layout class="QHBoxLayout" >
<item>
- <widget class="QListView" name="varAccessibility" >
- <property name="maximumSize" >
- <size>
- <width>150</width>
- <height>75</height>
- </size>
- </property>
+ <widget class="KListWidget" name="varAccessibility" >
<property name="toolTip" >
<string>Directions into the tile</string>
</property>
@@ -112,13 +100,13 @@
</widget>
</item>
<item>
- <widget class="QGroupBox" name="varWild" >
+ <widget class="QGroupBox" name="boxWild" >
<property name="title" >
<string>Wild</string>
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="KLineEdit" name="varWildChance" >
+ <widget class="KLineEdit" name="varWild" >
<property name="toolTip" >
<string>Chacne of having a wild encounter on the tile</string>
</property>
@@ -155,6 +143,12 @@
<property name="title" >
<string>HMs</string>
</property>
+ <property name="checkable" >
+ <bool>true</bool>
+ </property>
+ <property name="checked" >
+ <bool>false</bool>
+ </property>
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="boxType" >
@@ -208,6 +202,12 @@
<property name="title" >
<string>Forces</string>
</property>
+ <property name="checkable" >
+ <bool>true</bool>
+ </property>
+ <property name="checked" >
+ <bool>false</bool>
+ </property>
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="boxForceType" >
@@ -288,6 +288,11 @@
<header>klineedit.h</header>
</customwidget>
<customwidget>
+ <class>KListWidget</class>
+ <extends>QListWidget</extends>
+ <header>klistwidget.h</header>
+ </customwidget>
+ <customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>