• 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

170     connect( buttons, SIGNAL(rejected()), this, SLOT(close()));
180 connect( &myTimer, SIGNAL(timeout()), this, SLOT(onTimer()));
181 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)) );
218 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
847 connect( box, SIGNAL(toggled(bool)), w, SLOT(setEnabled(bool)) );
1087 connect( c, SIGNAL(clicked(bool)), this, SLOT(onHonorsSessionLimitsToggled(bool)) );
1098 connect( c, SIGNAL(clicked(bool)), this, SLOT(onDownloadLimitedToggled(bool)) );
1099 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1110 connect( c, SIGNAL(clicked(bool)), this, SLOT(onUploadLimitedToggled(bool)) );
1111 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1117 connect( m, SIGNAL(currentIndexChanged(int)), this, SLOT(onBandwidthPriorityChanged(int)));
1130 connect( m, SIGNAL(currentIndexChanged(int)), this, SLOT(onRatioModeChanged(int)));
1135 connect( ds, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1145 connect( m, SIGNAL(currentIndexChanged(int)), this, SLOT(onIdleModeChanged(int)));
1151 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1163 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1206 connect( myTrackerView->selectionModel(), SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)), this, SLOT(onTrackerSelectionChanged()));
1214 connect( p, SIGNAL(clicked(bool)), this, SLOT(onAddTrackerClicked()));
1223 connect( p, SIGNAL(clicked(bool)), this, SLOT(onEditTrackerClicked()));
1231 connect( p, SIGNAL(clicked(bool)), this, SLOT(onRemoveTrackerClicked()));
1244 connect( c, SIGNAL(clicked(bool)), this, SLOT(onShowTrackerScrapesToggled(bool)) );
1250 connect( c, SIGNAL(clicked(bool)), this, SLOT(onShowBackupTrackersToggled(bool)) );
1305 connect( myFileTreeView, SIGNAL( priorityChanged(const QSet<int>&, int)),
1308 connect( myFileTreeView, SIGNAL( wantedChanged(const QSet<int>&, bool)),