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

Lines Matching refs:SIGNAL

61 	connect(fileStartServiceAction, SIGNAL(triggered()), this,
63 connect(fileStopServiceAction, SIGNAL(triggered()), this,
70 connect(addInterfaceAction, SIGNAL(triggered()), this,
83 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
85 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
87 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
88 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
89 connect(networkAddAction, SIGNAL(triggered()), this,
91 connect(networkEditAction, SIGNAL(triggered()), this,
93 connect(networkRemoveAction, SIGNAL(triggered()), this,
95 connect(networkEnableAllAction, SIGNAL(triggered()), this,
97 connect(networkDisableAllAction, SIGNAL(triggered()), this,
99 connect(networkRemoveAllAction, SIGNAL(triggered()), this,
101 connect(helpIndexAction, SIGNAL(triggered()), this, SLOT(helpIndex()));
102 connect(helpContentsAction, SIGNAL(triggered()), this,
104 connect(helpAboutAction, SIGNAL(triggered()), this, SLOT(helpAbout()));
105 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
106 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
107 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
108 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
110 connect(networkSelect, SIGNAL(activated(const QString&)), this,
112 connect(addNetworkButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
113 connect(editNetworkButton, SIGNAL(clicked()), this,
115 connect(removeNetworkButton, SIGNAL(clicked()), this,
117 connect(networkList, SIGNAL(itemSelectionChanged()), this,
119 connect(enableRadioButton, SIGNAL(toggled(bool)), this,
121 connect(disableRadioButton, SIGNAL(toggled(bool)), this,
123 connect(scanNetworkButton, SIGNAL(clicked()), this, SLOT(scan()));
124 connect(networkList, SIGNAL(itemDoubleClicked(QListWidgetItem *)),
126 connect(wpaguiTab, SIGNAL(currentChanged(int)), this,
128 connect(wpsPbcButton, SIGNAL(clicked()), this, SLOT(wpsPbc()));
129 connect(wpsPinButton, SIGNAL(clicked()), this, SLOT(wpsGeneratePin()));
130 connect(wpsApPinEdit, SIGNAL(textChanged(const QString &)), this,
132 connect(wpsApPinButton, SIGNAL(clicked()), this, SLOT(wpsApPin()));
167 connect(timer, SIGNAL(timeout()), SLOT(ping()));
396 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1276 SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
1285 connect(disconnectAction, SIGNAL(triggered()), this,
1287 connect(reconnectAction, SIGNAL(triggered()), this,
1296 connect(eventAction, SIGNAL(triggered()), this, SLOT(eventHistory()));
1297 connect(scanAction, SIGNAL(triggered()), this, SLOT(scan()));
1298 connect(statAction, SIGNAL(triggered()), this, SLOT(showTrayStatus()));
1307 connect(showAction, SIGNAL(triggered()), this, SLOT(show()));
1308 connect(hideAction, SIGNAL(triggered()), this, SLOT(hide()));
1309 connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit()));