paysages: Small changes
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@203 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
This commit is contained in:
parent
8bc67f2507
commit
cb5b7d527a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ FormWater::FormWater(QWidget *parent) :
|
||||||
ui(new Ui::FormWater)
|
ui(new Ui::FormWater)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
|
this->findChild<QToolBox*>("water_configs")->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
FormWater::~FormWater()
|
FormWater::~FormWater()
|
||||||
|
|
Loading…
Reference in a new issue