| 80 | } |
| 81 | |
| 82 | void |
| 83 | AppUI::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 | |
| 94 | AppUI::~AppUI(void) |
| 95 | { |
no test coverage detected