Searched refs:SHOW_TRAY_ICON (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.h43 SHOW_TRAY_ICON, enumerator in enum:Prefs::__anon7427
H A Dprefs.cc40 { SHOW_TRAY_ICON, "show-notification-area-icon", QVariant::Bool },
267 tr_bencDictAddBool( d, keyStr(SHOW_TRAY_ICON), false );
H A Dmainwin.cc258 ui.action_TrayIcon->setChecked( minimized || prefs.getBool( Prefs::SHOW_TRAY_ICON ) );
265 << Prefs :: SHOW_TRAY_ICON
320 if( !myPrefs.getBool( Prefs :: SHOW_TRAY_ICON ) )
1078 case Prefs::SHOW_TRAY_ICON:
H A Dprefs-dialog.cc302 hig->addWideControl( checkBoxNew( tr( "Show Transmission icon in the &notification area" ), Prefs::SHOW_TRAY_ICON ) ); member in class:Prefs

Completed in 71 milliseconds