Running behind the QT button?
-
Hi Dear all!
I want to drive the wifi scanner application like (wireshark) behind the qt button. I need to scan the wifi in qt application. Wifi sacnning is possible with wireshrk but I want to run this wireshark in my qt application like after pressing button in qt then this app should open.
Thanks -
Hi Dear all!
I want to drive the wifi scanner application like (wireshark) behind the qt button. I need to scan the wifi in qt application. Wifi sacnning is possible with wireshrk but I want to run this wireshark in my qt application like after pressing button in qt then this app should open.
Thanks@Wasee https://doc.qt.io/qt-5/qprocess.html is used in Qt to start new processes.
-
Hi Dear all!
I want to drive the wifi scanner application like (wireshark) behind the qt button. I need to scan the wifi in qt application. Wifi sacnning is possible with wireshrk but I want to run this wireshark in my qt application like after pressing button in qt then this app should open.
Thanks -
@jsulm @raven-worx Hi!
Thanks for your reply! I want to start my qt application in startup after login in qt application then I will press the button behind which my wireshark application will drive. Wireshark support command line arguments.
Thanks