diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 19:37:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-19 19:41:53 -0500 |
| commit | 40bdd28cb169d0e1a70afe97c73c6c558d9d62bf (patch) | |
| tree | 4d69e03396ed57065abe02b64ac6f9299194d193 | |
| parent | aa5a73bc121faae176b9fee5b75e8e19fbe8d01b (diff) | |
Moved context information to script widgets in Ability widget
| -rw-r--r-- | sigmodr/gui/ability.ui | 63 |
1 files changed, 33 insertions, 30 deletions
diff --git a/sigmodr/gui/ability.ui b/sigmodr/gui/ability.ui index 9c5180f0..cf458e66 100644 --- a/sigmodr/gui/ability.ui +++ b/sigmodr/gui/ability.ui @@ -88,63 +88,66 @@ </item> <item row="3" column="0" colspan="2" > <widget class="QGroupBox" name="boxBattleScript" > - <property name="toolTip" > - <string>The script used for the ability in the battle</string> - </property> - <property name="statusTip" > - <string>The script used for the ability in the battle</string> - </property> - <property name="whatsThis" > - <string>The script used for the ability in the battle</string> - </property> <property name="title" > <string>Battle Script</string> </property> <layout class="QHBoxLayout" > <item> - <widget class="Sigmodr::ScriptWidget" name="varBattleScript" /> + <widget class="Sigmodr::ScriptWidget" name="varBattleScript" > + <property name="toolTip" > + <string>The script used for the ability in the battle</string> + </property> + <property name="statusTip" > + <string>The script used for the ability in the battle</string> + </property> + <property name="whatsThis" > + <string>The script used for the ability in the battle</string> + </property> + </widget> </item> </layout> </widget> </item> <item row="4" column="0" colspan="2" > <widget class="QGroupBox" name="boxWorldScript" > - <property name="toolTip" > - <string>The script used for the ability on the overworld</string> - </property> - <property name="statusTip" > - <string>The script used for the ability on the overworld</string> - </property> - <property name="whatsThis" > - <string>The script used for the ability on the overworld</string> - </property> <property name="title" > <string>World Script</string> </property> <layout class="QHBoxLayout" > <item> - <widget class="Sigmodr::ScriptWidget" name="varWorldScript" /> + <widget class="Sigmodr::ScriptWidget" name="varWorldScript" > + <property name="toolTip" > + <string>The script used for the ability on the world map</string> + </property> + <property name="statusTip" > + <string>The script used for the ability on the world map</string> + </property> + <property name="whatsThis" > + <string>The script used for the ability on the world map</string> + </property> + </widget> </item> </layout> </widget> </item> <item row="5" column="0" colspan="2" > <widget class="QGroupBox" name="boxPriorityScript" > - <property name="toolTip" > - <string>The script used to determine if the ability should modify its priority depending on the environment</string> - </property> - <property name="statusTip" > - <string>The script used to determine if the ability should modify its priority depending on the environment</string> - </property> - <property name="whatsThis" > - <string>The script used to determine if the ability should modify its priority depending on the environment</string> - </property> <property name="title" > <string>Priority Script</string> </property> <layout class="QHBoxLayout" > <item> - <widget class="Sigmodr::ScriptWidget" name="varPriorityScript" /> + <widget class="Sigmodr::ScriptWidget" name="varPriorityScript" > + <property name="toolTip" > + <string>The script used to determine if the ability should modify its priority depending on the environment</string> + </property> + <property name="statusTip" > + <string>The script used to determine if the ability should modify its priority depending on the environment</string> + </property> + <property name="whatsThis" > + <string>The script used to determine if the ability should modify its priority depending on the environment</string> + </property> + </widget> </item> </layout> </widget> |
