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

Lines Matching refs:clicked

99 	connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
100 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
101 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
106 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
107 connect(editNetworkButton, SIGNAL(clicked()), this,
109 connect(removeNetworkButton, SIGNAL(clicked()), this,
117 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
122 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc()));
123 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin()));
126 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin()));