mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Some refactoring in the new Wizard
This commit is contained in:
parent
13e998ec2d
commit
e0582cd398
8 changed files with 72 additions and 48 deletions
|
@ -16,8 +16,9 @@
|
|||
#include "wizarddialog.h"
|
||||
#include "wizarddata.h"
|
||||
|
||||
WizardDialog::WizardDialog(QWidget *parent)
|
||||
: QWizard(parent)
|
||||
WizardDialog::WizardDialog(unsigned int modelId, QWidget *parent)
|
||||
: QWizard(parent),
|
||||
mix(modelId)
|
||||
{
|
||||
setWindowTitle(tr("Model Wizard"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue