MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / postLoadInit

Method postLoadInit

App/AppUI.cpp:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83AppUI::postLoadInit(QMainWindow *owner)
84{
85 // Singleton config has been deserialized. Refresh UI with these changes.
86 SigDiggerHelpers::instance()->deserializePalettes();
87
88 this->configDialog = new ConfigDialog(owner);
89 this->spectrum->deserializeFATs();
90
91 this->spectrum->adjustSizes();
92}
93
94AppUI::~AppUI(void)
95{

Callers 2

runMethod · 0.45
applyConfigMethod · 0.45

Calls 3

deserializePalettesMethod · 0.80
deserializeFATsMethod · 0.45
adjustSizesMethod · 0.45

Tested by

no test coverage detected