mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
V-tail and Elevon mixing added to wizard.
This commit is contained in:
parent
a527a869c1
commit
342aa93213
5 changed files with 33 additions and 19 deletions
|
@ -15,12 +15,14 @@
|
|||
#include <QtGui>
|
||||
#include "wizarddialog.h"
|
||||
#include "wizarddata.h"
|
||||
#include "helpers.h"
|
||||
|
||||
WizardDialog::WizardDialog(const GeneralSettings & settings, unsigned int modelId, QWidget *parent)
|
||||
: QWizard(parent),
|
||||
mix(settings, modelId),
|
||||
settings(settings)
|
||||
{
|
||||
setWindowIcon(CompanionIcon("wizard.png"));
|
||||
setWindowTitle(tr("Model Wizard"));
|
||||
|
||||
setPage(Page_Models, new ModelSelectionPage(this, "models",tr("Model Type"),tr("Enter model name and model type.")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue