Home
last modified time | relevance | path

Searched refs:selectionFlagsChanged (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dadditionalartworksetup.h24 void selectionFlagsChanged(bool checked = false);
H A Dadditionalartworksetup.cpp183 connect(checkBoxSelect, SIGNAL(toggled(bool)), this, SLOT(selectionFlagsChanged(bool))); in load()
290 connect(checkBoxSelect, SIGNAL(toggled(bool)), this, SLOT(selectionFlagsChanged(bool))); in on_toolButtonAdd_clicked()
400 selectionFlagsChanged(); in on_toolButtonRemove_clicked()
404 void AdditionalArtworkSetup::selectionFlagsChanged(bool) in selectionFlagsChanged() function in AdditionalArtworkSetup