Home
last modified time | relevance | path

Searched refs:QCheckBox (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/ !
H A Dquickfindwidget.h
H A Dcrawlerwidget.h
H A Dquickfindwidget.cpp
H A Dcrawlerwidget.cpp
/glogg/src/ !
H A Dquickfindwidget.h30 class QCheckBox; variable
89 QCheckBox* ignoreCaseCheck_;
H A Dcrawlerwidget.h247 QCheckBox* ignoreCaseCheck;
248 QCheckBox* searchRefreshCheck;
H A Dquickfindwidget.cpp58 ignoreCaseCheck_ = new QCheckBox( "Ignore &case" ); in QuickFindWidget()
H A Dcrawlerwidget.cpp696 ignoreCaseCheck = new QCheckBox( "Ignore &case" ); in setup()
697 searchRefreshCheck = new QCheckBox( "Auto-&refresh" ); in setup()