mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
ba4a060c27
Also, allow gadgets to have exactly one configuration only, which gives them a bit more real estate in the options page. For gadgets to use this, call functions setIcon(QIcon) and setSingleConfigurationGadgetTrue() in the constructor of the gadget factory, e.g.: SystemHealthGadgetFactory::SystemHealthGadgetFactory(QObject *parent) : IUAVGadgetFactory(QString("SystemHealthGadget"), tr("System Health Gadget"), parent) { setSingleConfigurationGadgetTrue(); setIcon(QIcon(":/core/images/openpilot_logo_64.png")); } |
||
---|---|---|
.. | ||
bin | ||
share | ||
src | ||
copydata.pro | ||
openpilotgcs.pri | ||
openpilotgcs.pro |