mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
532fc3071a
Added plug-in and registering menu item to start the wizard. Created SetupWizard sub class of QWizard to host logic for wizard traversal and data collection.
11 lines
478 B
XML
11 lines
478 B
XML
<plugin name="SetupWizard" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2012 OpenPilot Project</copyright>
|
|
<license>The GNU Public License (GPL) Version 3</license>
|
|
<description>A plugin that provides a setup wizard for easy initial setup of airframes.</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|