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

68     connect( box, SIGNAL(toggled(bool)), this, SLOT(checkBoxToggled(bool)));
76 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
100 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
114 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
141 connect( e, SIGNAL(editingFinished()), this, SLOT(timeEditingFinished()) );
163 connect( e, SIGNAL(editingFinished()), this, SLOT(lineEditingFinished()) );
179 connect( b, SIGNAL(clicked()), &session, SLOT(launchWebInterface()) );
192 hig->addWideControl( w = checkBoxNew( tr( "Only allow these IP a&ddresses to connect:" ), Prefs::RPC_WHITELIST_ENABLED ) );
284 connect( box, SIGNAL(activated(int)), this, SLOT(altSpeedDaysEdited(int)) );
345 connect( b, SIGNAL(clicked(bool)), this, SLOT(onPortTest()));
346 connect( &mySession, SIGNAL(portTested(bool)), this, SLOT(onPortTested(bool)));
403 connect( myBlocklistDialog, SIGNAL(rejected()), this, SLOT(onUpdateBlocklistCancelled()) );
404 connect( &mySession, SIGNAL(blocklistUpdated(int)), this, SLOT(onBlocklistUpdated(int))) ;
432 connect( w, SIGNAL(clicked(bool)), this, SLOT(onUpdateBlocklistClicked()));
452 connect( box, SIGNAL(activated(int)), this, SLOT(encryptionEdited(int)));
543 connect( b, SIGNAL(clicked(bool)), this, SLOT(onWatchClicked(void)) );
581 connect( b, SIGNAL(clicked(bool)), this, SLOT(onDestinationClicked(void)) );
599 connect( b, SIGNAL(clicked(bool)), this, SLOT(onIncompleteClicked(void)) );
607 connect( b, SIGNAL(clicked(bool)), this, SLOT(onScriptClicked(void)) );
639 connect( buttons, SIGNAL(rejected()), this, SLOT(close()) ); // "close" triggers rejected
643 connect( &mySession, SIGNAL(sessionUpdated()), this, SLOT(sessionUpdated()));