Home
last modified time | relevance | path

Searched refs:startWithScanPopupOn (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dpreferences.cc180 ui.startWithScanPopupOn->setChecked( p.startWithScanPopupOn ); in Preferences()
398 p.startWithScanPopupOn = ui.startWithScanPopupOn->isChecked(); in getPreferences()
H A Dconfig.hh276 bool startWithScanPopupOn; member
H A Dconfig.cc189 startWithScanPopupOn( false ), in Preferences()
849 …c.preferences.startWithScanPopupOn = ( preferences.namedItem( "startWithScanPopupOn" ).toElement()… in load()
1727 opt.appendChild( dd.createTextNode( c.preferences.startWithScanPopupOn ? "1":"0" ) ); in save()
H A Dmainwindow.cc197 if ( cfg.preferences.enableScanPopup && cfg.preferences.startWithScanPopupOn ) in MainWindow()
862 if( cfg.preferences.startWithScanPopupOn && !MacMouseOver::isAXAPIEnabled() ) in MainWindow()