summaryrefslogtreecommitdiffstats
path: root/sigmodr/gui/skin.ui
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/gui/skin.ui')
-rw-r--r--sigmodr/gui/skin.ui67
1 files changed, 67 insertions, 0 deletions
diff --git a/sigmodr/gui/skin.ui b/sigmodr/gui/skin.ui
new file mode 100644
index 00000000..9d18bdbd
--- /dev/null
+++ b/sigmodr/gui/skin.ui
@@ -0,0 +1,67 @@
+<ui version="4.0" >
+ <class>formSkin</class>
+ <widget class="QWidget" name="formSkin" >
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QGroupBox" name="boxName" >
+ <property name="title" >
+ <string>Name</string>
+ </property>
+ <property name="toolTip" >
+ <string>Name of the skin (internal use only)</string>
+ </property>
+ <property name="statusTip" >
+ <string>Name of the skin (internal use only)</string>
+ </property>
+ <property name="whatsThis" >
+ <string>Name of the skin (internal use only)</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="KLineEdit" name="varName" >
+ <property name="showClearButton" stdset="0" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="boxScript" >
+ <property name="title" >
+ <string>Script</string>
+ </property>
+ <property name="toolTip" >
+ <string>The script that controls the appearance skin</string>
+ </property>
+ <property name="statusTip" >
+ <string>The script that controls the appearance skin</string>
+ </property>
+ <property name="whatsThis" >
+ <string>The script that controls the appearance skin</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="Pokemodr::ScriptWidget" name="varScript" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>KLineEdit</class>
+ <extends>QLineEdit</extends>
+ <header location="global" >KLineEdit</header>
+ </customwidget>
+ <customwidget>
+ <class>Pokemodr::ScriptWidget</class>
+ <extends>QWidget</extends>
+ <header>ScriptWidget.h</header>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>