MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / LoadUI

Method LoadUI

lib/advanced-scene-switcher.cpp:119–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void AdvSceneSwitcher::LoadUI()
120{
121 DisplayMissingDataDirWarning();
122 DisplayMissingDependencyWarning();
123 DisplayCorruptedInstallWarning();
124
125 SetupGeneralTab();
126 SetupTitleTab();
127 SetupExecutableTab();
128 SetupRegionTab();
129 SetupPauseTab();
130 SetupSequenceTab();
131 SetupTransitionsTab();
132 SetupIdleTab();
133 SetupRandomTab();
134 SetupMediaTab();
135 SetupFileTab();
136 SetupTimeTab();
137 SetupAudioTab();
138 SetupVideoTab();
139 SetupSceneGroupTab();
140 SetupMacroTab();
141 SetupOtherTabs(ui->tabWidget);
142
143 SetDeprecationWarnings();
144 SetTabOrder(ui->tabWidget);
145 SetCurrentTab(ui->tabWidget);
146 RestoreWindowGeo();
147
148 loading = false;
149}
150
151bool AdvSceneSwitcher::eventFilter(QObject *obj, QEvent *event)
152{

Callers

nothing calls this directly

Calls 6

SetupOtherTabsFunction · 0.85
SetTabOrderFunction · 0.85
SetCurrentTabFunction · 0.85

Tested by

no test coverage detected