diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-23 22:39:56 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-23 22:39:56 +0000 |
| commit | 0fe749eb04515ff7ee28cdc5d14c7be6f6fdeca4 (patch) | |
| tree | 61da8fe050b81a477c24fc481e5d6cb39f928e2f /pokemodr/PokemodUI.cpp | |
| parent | 793f2e539316e796968103617025320870f8c3ce (diff) | |
| download | sigen-0fe749eb04515ff7ee28cdc5d14c7be6f6fdeca4.tar.gz sigen-0fe749eb04515ff7ee28cdc5d14c7be6f6fdeca4.tar.xz sigen-0fe749eb04515ff7ee28cdc5d14c7be6f6fdeca4.zip | |
[ADD] Added UI classes for GlobalScript
[FIX] Script support is now in pokemodr
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@168 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokemodUI.cpp')
| -rw-r--r-- | pokemodr/PokemodUI.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pokemodr/PokemodUI.cpp b/pokemodr/PokemodUI.cpp index 1475b6d4..a3df0af0 100644 --- a/pokemodr/PokemodUI.cpp +++ b/pokemodr/PokemodUI.cpp @@ -85,8 +85,6 @@ void PokemodUI::setGui() } } varWarp->setCurrentIndex(varWarp->findData(static_cast<Pokemod*>(modified())->startWarp())); - varSuperPCUsername->setText(static_cast<Pokemod*>(modified())->superPCUname()); - varSuperPCPassword->setText(static_cast<Pokemod*>(modified())->superPCPasswd()); varWalkSkin->setIcon(static_cast<Pokemod*>(original())->walkSkin()); varBikeSkin->setIcon(static_cast<Pokemod*>(original())->bikeSkin()); varFlySkin->setIcon(static_cast<Pokemod*>(original())->flySkin()); @@ -135,16 +133,6 @@ void PokemodUI::on_varWarp_activated(const int warp) static_cast<Pokemod*>(modified())->setStartWarp(warp); } -void PokemodUI::on_varSuperPCUsername_textChanged(const QString& username) -{ - static_cast<Pokemod*>(modified())->setSuperPCUname(username); -} - -void PokemodUI::on_varSuperPCPassword_textChanged(const QString& password) -{ - static_cast<Pokemod*>(modified())->setSuperPCPasswd(password); -} - void PokemodUI::on_varWalkSkin_pressed() { FileDialog* dialog = new FileDialog(QSize(192, 168)); |
