Home
last modified time | relevance | path

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

/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h492 QLineEdit *extraPath,*extraName,*extraAltExtEdit,*extraArgumentsEdit,*shxPath,*shxOptions; variable
H A Dwindow.cpp104 shxPath=shxOptions=nullptr; in Window()
3676 shxOptions = new QLineEdit(shxOptDLG); in setShelxlOptions()
3678 shxOptions->setText(shelxlArgs); in setShelxlOptions()
3692 lt->addWidget(shxOptions, 2, 1); in setShelxlOptions()
3698 shelxlArgs=shxOptions->text(); in setShelxlOptions()
3709 delete shxOptions; in setShelxlOptions()
3710 shxPath=shxOptions=nullptr; in setShelxlOptions()