• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/

Lines Matching refs:myPrefs

66     box->setChecked( myPrefs.getBool( key ) );
98 spin->setValue( myPrefs.getInt( key ) );
112 spin->setValue( myPrefs.getDouble( key ) );
135 const int minutes( myPrefs.getInt( key ) );
159 QLineEdit * e = new QLineEdit( myPrefs.getString( key ) );
283 box->setCurrentIndex( box->findData( myPrefs.getInt( Prefs :: ALT_SPEED_LIMIT_TIME_DAY ) ) );
475 const QString myPath = myPrefs.getString( Prefs::SCRIPT_TORRENT_DONE_FILENAME );
486 const QString myPath = myPrefs.getString( Prefs::INCOMPLETE_DIR );
497 const QString myPath = myPrefs.getString( Prefs::DIR_WATCH );
508 const QString myPath = myPrefs.getString( Prefs::DOWNLOAD_DIR );
623 myPrefs( prefs ),
676 myPrefs.set( key, v );
705 const bool enabled( myPrefs.getBool( Prefs::RPC_ENABLED ) );
706 const bool whitelist( myPrefs.getBool( Prefs::RPC_WHITELIST_ENABLED ) );
707 const bool auth( myPrefs.getBool( Prefs::RPC_AUTH_REQUIRED ) );
715 const bool enabled = myPrefs.getBool( key );
721 const bool enabled = myPrefs.getBool( key );
727 myWatchButton->setText( QFileInfo(myPrefs.getString(Prefs::DIR_WATCH)).fileName() );
731 const QString path( myPrefs.getString( key ) );
742 QString path( myPrefs.getString( key ) );
748 QString path( myPrefs.getString( key ) );
754 const bool enabled = myPrefs.getBool( key );
775 checkBox->setChecked( myPrefs.getBool( key ) );
779 spin->setValue( myPrefs.getInt( key ) );
783 doubleSpin->setValue( myPrefs.getDouble( key ) );
787 const int minutes( myPrefs.getInt( key ) );
792 lineEdit->setText( myPrefs.getString( key ) );
797 const int index = comboBox->findData( myPrefs.getInt( key ) );