Searched refs:copyResIns (Results 1 – 2 of 2) sorted by relevance
542 QCheckBox *copyResIns; variable
3736 copyResIns = new QCheckBox("Copy .res file to ins file before execution",extDLG); in extraSettings()3771 lt->addWidget(copyResIns, 4, 9); in extraSettings()3804 extraResIns.append(copyResIns->checkState()); in extraSettings()3980 copyResIns = new QCheckBox("Copy .res file to ins file before execution",extDLG); in extraSettingsLast()4015 lt->addWidget(copyResIns, 4, 9); in extraSettingsLast()4049 extraResIns.append(copyResIns->checkState()); in extraSettingsLast()4375 if (index<extraResIns.size()) copyResIns->setCheckState(extraResIns.at(index)); in updateExtraSettings()