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:
parent
7598210b79
commit
6a88ae863f
5 changed files with 137 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue