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

Lines Matching full:signal

36 	connect(helpIndexAction, SIGNAL(activated()), this, SLOT(helpIndex()));
37 connect(helpContentsAction, SIGNAL(activated()), this,
39 connect(helpAboutAction, SIGNAL(activated()), this, SLOT(helpAbout()));
40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close()));
41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
42 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan()));
43 connect(connectButton, SIGNAL(clicked()), this, SLOT(connectB()));
44 connect(fileEventHistoryAction, SIGNAL(activated()), this,
46 connect(networkSelect, SIGNAL(activated(const QString&)), this,
48 connect(fileEdit_networkAction, SIGNAL(activated()), this,
50 connect(fileAdd_NetworkAction, SIGNAL(activated()), this,
52 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
68 connect(timer, SIGNAL(timeout()), SLOT(ping()));
272 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));