dRonin
adbada4
dRonin GCS
|
#include <configgadgetwidget.h>
Public Types | |
enum | widgetTabs { hardware = 0, aircraft, input, output, sensors, stabilization, modules, camerastabilization, txpid, autotune, osd, radio } |
Public Slots | |
void | onAutopilotConnect () |
void | onAutopilotDisconnect () |
void | tabAboutToChange (int i, bool *) |
void | deferredLoader () |
Signals | |
void | autopilotConnected () |
void | autopilotDisconnected () |
Public Member Functions | |
ConfigGadgetWidget (QWidget *parent=nullptr) | |
~ConfigGadgetWidget () | |
void | startInputWizard () |
void | changeTab (int i) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *event) |
void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
MyTabbedStackWidget * | ftw |
Definition at line 42 of file configgadgetwidget.h.