wpa_gui-qt4: Add context menu for peers dialog

Replace the clicked() event with more appropriate context menu
and add a WPS PIN entry as an example command.
This commit is contained in:
Jouni Malinen 2009-09-10 14:43:08 +03:00 committed by Jouni Malinen
parent 7598210b79
commit 6a88ae863f
5 changed files with 137 additions and 9 deletions

View file

@ -36,7 +36,8 @@ HEADERS += wpamsg.h \
userdatarequest.h \
networkconfig.h \
addinterface.h \
peers.h
peers.h \
stringquery.h
SOURCES += main.cpp \
wpagui.cpp \
@ -46,6 +47,7 @@ SOURCES += main.cpp \
networkconfig.cpp \
addinterface.cpp \
peers.cpp \
stringquery.cpp \
../../src/common/wpa_ctrl.c
RESOURCES += icons.qrc