Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:connect

51 	connect(fileStartServiceAction, SIGNAL(triggered()), this,
53 connect(fileStopServiceAction, SIGNAL(triggered()), this,
60 connect(addInterfaceAction, SIGNAL(triggered()), this,
73 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
75 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
77 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
78 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
79 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
80 connect(networkAddAction, SIGNAL(triggered()), this,
82 connect(networkEditAction, SIGNAL(triggered()), this,
84 connect(networkRemoveAction, SIGNAL(triggered()), this,
86 connect(networkEnableAllAction, SIGNAL(triggered()), this,
88 connect(networkDisableAllAction, SIGNAL(triggered()), this,
90 connect(networkRemoveAllAction, SIGNAL(triggered()), this,
92 connect(helpIndexAction, SIGNAL(triggered()), this, SLOT(helpIndex()));
93 connect(helpContentsAction, SIGNAL(triggered()), this,
95 connect(helpAboutAction, SIGNAL(triggered()), this, SLOT(helpAbout()));
96 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
97 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
98 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
99 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
101 connect(networkSelect, SIGNAL(activated(const QString&)), this,
103 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
104 connect(editNetworkButton, SIGNAL(clicked()), this,
106 connect(removeNetworkButton, SIGNAL(clicked()), this,
108 connect(networkList, SIGNAL(itemSelectionChanged()), this,
110 connect(enableRadioButton, SIGNAL(toggled(bool)), this,
112 connect(disableRadioButton, SIGNAL(toggled(bool)), this,
114 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
115 connect(networkList, SIGNAL(itemDoubleClicked(QListWidgetItem *)),
117 connect(wpaguiTab, SIGNAL(currentChanged(int)), this,
119 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc()));
120 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin()));
121 connect(wpsApPinEdit, SIGNAL(textChanged(const QString &)), this,
123 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin()));
159 connect(timer, SIGNAL(timeout()), SLOT(ping()));
371 printf("Trying to connect to '%s'\n", cfile);
395 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1279 connect(tray_icon,
1288 reconnectAction = new QAction(tr("Re&connect"), this);
1289 connect(disconnectAction, SIGNAL(triggered()), this,
1291 connect(reconnectAction, SIGNAL(triggered()), this,
1300 connect(eventAction, SIGNAL(triggered()), this, SLOT(eventHistory()));
1301 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan()));
1302 connect(statAction, SIGNAL(triggered()), this, SLOT(showTrayStatus()));
1311 connect(showAction, SIGNAL(triggered()), this, SLOT(show()));
1312 connect(hideAction, SIGNAL(triggered()), this, SLOT(hide()));
1313 connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));