• 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:PrefsDialog

56 PrefsDialog :: checkBoxToggled( bool checked )
63 PrefsDialog :: checkBoxNew( const QString& text, int key )
74 PrefsDialog :: enableBuddyWhenChecked( QCheckBox * box, QWidget * buddy )
81 PrefsDialog :: spinBoxEditingFinished()
93 PrefsDialog :: spinBoxNew( int key, int low, int high, int step )
106 PrefsDialog :: doubleSpinBoxNew( int key, double low, double high, double step, int decimals )
120 PrefsDialog :: timeEditingFinished( )
133 PrefsDialog :: timeEditNew( int key )
146 PrefsDialog :: lineEditingFinished( )
157 PrefsDialog :: lineEditNew( int key, int echoMode )
172 PrefsDialog :: createWebTab( Session& session )
206 PrefsDialog :: altSpeedDaysEdited( int i )
214 PrefsDialog :: createSpeedTab( )
297 PrefsDialog :: createDesktopTab( )
314 PrefsDialog :: onPortTested( bool isOpen )
323 PrefsDialog :: onPortTest( )
332 PrefsDialog :: createNetworkTab( )
374 PrefsDialog :: onBlocklistDialogDestroyed( QObject * o )
382 PrefsDialog :: onUpdateBlocklistCancelled( )
389 PrefsDialog :: onBlocklistUpdated( int n )
396 PrefsDialog :: onUpdateBlocklistClicked( )
410 PrefsDialog :: encryptionEdited( int i )
417 PrefsDialog :: createPrivacyTab( )
472 PrefsDialog :: onScriptClicked( void )
483 PrefsDialog :: onIncompleteClicked( void )
494 PrefsDialog :: onWatchClicked( void )
505 PrefsDialog :: onDestinationClicked( void )
516 PrefsDialog :: onLocationSelected( const QString& path, int key )
522 PrefsDialog :: createTorrentsTab( )
565 PrefsDialog :: createDownloadTab( )
619 PrefsDialog :: PrefsDialog( Session& session, Prefs& prefs, QWidget * parent ):
669 PrefsDialog :: ~PrefsDialog( )
674 PrefsDialog :: setPref( int key, const QVariant& v )
685 PrefsDialog :: sessionUpdated( )
691 PrefsDialog :: updateBlocklistLabel( )
698 PrefsDialog :: refreshPref( int key )
804 PrefsDialog :: isAllowed( int key ) const