Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Running behind the QT button?
QtWS25 Last Chance

Running behind the QT button?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 290 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • WaseeW Offline
    WaseeW Offline
    Wasee
    wrote on last edited by
    #1

    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

    jsulmJ raven-worxR 2 Replies Last reply
    0
    • WaseeW Wasee

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Wasee https://doc.qt.io/qt-5/qprocess.html is used in Qt to start new processes.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • WaseeW Wasee

        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

        raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        @Wasee
        see QProcess
        check what calling arguments wireshark supports to also automatically do what you want on startup

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        2
        • WaseeW Offline
          WaseeW Offline
          Wasee
          wrote on last edited by
          #4

          @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

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved