9 #ifndef AIRCRAFTWIDGET_H
10 #define AIRCRAFTWIDGET_H
13 #include <QStringList>
15 #include <QtGui/QWidget>
16 #include <QtGui/QAbstractButton>
17 #include <QtGui/QButtonGroup>
18 #include <QtGui/QCheckBox>
19 #include <QtGui/QLineEdit>
20 #include <QtGui/QTreeWidget>
21 #include <QtGui/QTabBar>
22 #include <QtGui/QLabel>
23 #include <QtGui/QStatusBar>
24 #include <QtGui/QToolButton>
26 #include "xobjects/mainobject.h"
51 QCheckBox *checkBoxUseCustomHangar;
53 QButtonGroup *groupUseAircraft;
54 QLineEdit *txtAircraftPath;
55 QToolButton *buttSelectPath;
58 QLabel *aeroImageLabel;
59 QCheckBox *checkViewNested;
69 QCheckBox *checkBoxUseDefaultFuel;
70 QCheckBox *checkBoxFuelFreeze;
78 void select_node(QString aero);
79 QString selected_aircraft();
82 QTreeWidget *treeWidget;
83 QStatusBar *statusBarTree;
84 QLabel *labelAeroPath;
85 QToolButton *buttonAeroPath;
88 void setx( QString option,
bool enabled,QString value);
92 void on_select_path();
93 void on_custom_hangar_path();
94 void on_tree_selection_changed();
95 void on_reload_cache();
97 void on_enable_fuel_freeze_clicked();
99 void on_navs_changed();
100 void on_fuel_changed();
102 void on_upx(QString option,
bool enabled, QString value);
103 void on_open_aircraft_path();
106 #endif // AIRCRAFTWIDGET_H