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. a windows application with full control over all installed apps Qt/c++
QtWS25 Last Chance

a windows application with full control over all installed apps Qt/c++

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.0k 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.
  • petrongP Offline
    petrongP Offline
    petrong
    wrote on last edited by
    #1

    I want to develop a windows application that displays all apps installed on the system. From my app, I will be able to launch any installed app or lock it. Please which Qt class or properties is meant to do this.

    Thanks.

    raven-worxR 1 Reply Last reply
    0
    • petrongP petrong

      I want to develop a windows application that displays all apps installed on the system. From my app, I will be able to launch any installed app or lock it. Please which Qt class or properties is meant to do this.

      Thanks.

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

      @petrong said:

      Please which Qt class or properties is meant to do this.

      simply none, since this is way out of scope of the Qt framework.
      You can use Qt for the GUI and utility classes but you will need to use the WinAPI for most of the logic.

      --- 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
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        hi
        The launching part is very clear but
        what does it mean "to lock it" ?

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What you want is called a kiosk mode and to do it you need to configure your system properly. Most of it is OS level configuration and this is not something any app can do, Qt or not. You can use Qt to make a fullscreen app but that is not nearly enough.

          The topic is vast. Here is some Windows 10 specific info to start you in the right direction, but there's certainly more: Set up a kiosk on Windows 10.

          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