kopia lustrzana https://github.com/f4exb/sdrangel
Remove APRS items from map on close.
rodzic
e47689edda
commit
fe300d6d44
|
@ -151,9 +151,12 @@ private:
|
|||
QDateTimeAxis m_motionChartXAxis;
|
||||
QValueAxis m_motionChartYAxis;
|
||||
|
||||
QHash<QString, bool> m_mapItems;
|
||||
|
||||
explicit APRSGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *feature, QWidget* parent = nullptr);
|
||||
virtual ~APRSGUI();
|
||||
|
||||
void removeFromMap(const QString& name);
|
||||
void blockApplySettings(bool block);
|
||||
void applySettings(bool force = false);
|
||||
void displayTableSettings(QTableWidget *table, QMenu *menu, int *columnIndexes, int *columnSizes, int columns);
|
||||
|
|
Ładowanie…
Reference in New Issue