Skip to content
  • How to add options to "command" ?

    Unsolved C++ Gurus expect
    2
    0 Votes
    2 Posts
    272 Views
    sierdzioS
    What is BTUL and how does it work? If you ask about QProcess, then something like this should work: QProcess process; process.start("bluetoothctl", {"scan", "on"}); Qt will insert spaces between arguments automatically.