Home
last modified time | relevance | path

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

/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h542 QCheckBox *copyResIns; variable
H A Dwindow.cpp3736 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()