Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dcrawlerwidget.cpp73 bool autoRefresh() const { return auto_refresh_; } in autoRefresh() function in CrawlerWidgetContext
253 auto auto_refresh_check_state = context.autoRefresh() ? Qt::Checked : Qt::Unchecked; in doSetViewContext()