From 21f855f24b50a3745ebaaadc4442ffb7d974e893 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 20 Jan 2009 22:48:12 -0500 Subject: Cleaned up Move widget --- sigmodr/gui/move.ui | 345 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 199 insertions(+), 146 deletions(-) diff --git a/sigmodr/gui/move.ui b/sigmodr/gui/move.ui index 5c65ad30..d35b4443 100644 --- a/sigmodr/gui/move.ui +++ b/sigmodr/gui/move.ui @@ -1,12 +1,22 @@ formMove - - - - - Name + + + + + Name: + + + Qt::AlignRight|Qt::AlignVCenter + + + varName + + + + Name of the move @@ -16,43 +26,81 @@ Name of the move - - - - - true - - - - + + true + - - - - Priority + + + + Type: + + + Qt::AlignRight|Qt::AlignVCenter + + varType + + + + + - The priority of the move (lower goes first) + The type of the move - The priority of the move (lower goes first) + The type of the move - The priority of the move (lower goes first) + The type of the move - - - - - - - - - Accuracy + + + + Special: + + + Qt::AlignRight|Qt::AlignVCenter + + + varSpecial + + + + + + + Whether the move uses special stats + + + Whether the move uses special stats + + + Whether the move uses special stats + + + Use special stats + + + + + + + Accuracy: + + Qt::AlignRight|Qt::AlignVCenter + + + varAccuracy + + + + + The chance that the move hits @@ -62,22 +110,26 @@ The chance that the move hits - - - - - Sigmodr::FractionWidget::NonZero - - - - + + Sigmodr::FractionWidget::NonZero + - - - - Power + + + + Power: + + + Qt::AlignRight|Qt::AlignVCenter + + + varPower + + + + The power of the move @@ -87,43 +139,26 @@ The power of the move - - - - - 0 - - - - + + 0 + - - - - Type + + + + Power points: - - The type of the move + + Qt::AlignRight|Qt::AlignVCenter - - The type of the move + + varPowerPoints - - The type of the move - - - - - - - - - - Power Points - + + How many power points the move has @@ -133,44 +168,52 @@ How many power points the move has - - - - - 1 - - - - + + 1 + - - - - Special + + + + Priority: + + Qt::AlignRight|Qt::AlignVCenter + + + varPriority + + + + + - Whether the move uses special stats + The priority of the move (lower goes first) - Whether the move uses special stats + The priority of the move (lower goes first) - Whether the move uses special stats + The priority of the move (lower goes first) - - true + + + + + + Description: + + + Qt::AlignRight|Qt::AlignVCenter - - false + + varDescription - - - - Description - + + Description of the move @@ -180,76 +223,73 @@ Description of the move - - - - - true - - - - + + true + - + Battle Script - - Script that controls the move when used in battle - - - Script that controls the move when used in battle - - - Script that controls the move when used in battle - - - - + + + + + Script that controls the move when used in battle + + + Script that controls the move when used in battle + + + Script that controls the move when used in battle + + - + World Script - - The script that controls the move when used in the overworld - - - The script that controls the move when used in the overworld - - - The script that controls the move when used in the overworld - - - - + + + + + The script that controls the move when used in the overworld + + + The script that controls the move when used in the overworld + + + The script that controls the move when used in the overworld + + - + Priority Script - - The script used to determine if the move should modify its priority depending on the environment - - - The script used to determine if the move should modify its priority depending on the environment - - - The script used to determine if the move should modify its priority depending on the environment - - - - + + + + + The script used to determine if the move should modify its priority depending on the environment + + + The script used to determine if the move should modify its priority depending on the environment + + + The script used to determine if the move should modify its priority depending on the environment + + @@ -283,6 +323,19 @@
ScriptWidget.h
+ + varName + varType + varSpecial + varAccuracy + varPower + varPowerPoints + varPriority + varDescription + varBattleScript + varWorldScript + varPriorityScript +
-- cgit