Home
last modified time | relevance | path

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

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfilepropsdialog.cpp237 execCheckState = Qt::PartiallyChecked; in initPermissionsPage()
243 execCheckState = Qt::Checked; in initPermissionsPage()
248 execCheckState = Qt::Unchecked; in initPermissionsPage()
251 ui->executable->setCheckState(execCheckState); in initPermissionsPage()
582 (newExecCheckState != execCheckState)); in accept()
632 if(newExecCheckState != execCheckState && newExecCheckState != Qt::PartiallyChecked) { in accept()
H A Dfilepropsdialog.h93 Qt::CheckState execCheckState; variable