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. Qt App Manager
Forum Updated to NodeBB v4.3 + New Features

Qt App Manager

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 719 Views 2 Watching
  • 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.
  • D Offline
    D Offline
    Dean331
    wrote on last edited by
    #1

    Hello,

    I try to understand how Qt Application Manager works (from the official site), but not much success. That's why I would have some general questions on you:

    1. Why it was created? What is it's purpose?
    2. On what kind of platforms can run? (win, linux, mac, embedded, etc.)

    If you give me a short example of code would be great.

    Many thanks,
    Dean.

    Venkatesh VV 1 Reply Last reply
    0
    • D Dean331

      Hello,

      I try to understand how Qt Application Manager works (from the official site), but not much success. That's why I would have some general questions on you:

      1. Why it was created? What is it's purpose?
      2. On what kind of platforms can run? (win, linux, mac, embedded, etc.)

      If you give me a short example of code would be great.

      Many thanks,
      Dean.

      Venkatesh VV Offline
      Venkatesh VV Offline
      Venkatesh V
      wrote on last edited by Venkatesh V
      #2

      @Dean331
      Hi Welcome to the forum,

      It is a interface between application and operating system and hardware devices. It handles all the activities like displaying gui and event handling.

      For example,
      If user press any keys from keyboard then application manager identifies the key and pass it to application level and let the application to react as per the user keys. in program we wont be handle all these explicitly. this is how Application manager works.

      1 Reply Last reply
      0
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @Dean331 said in Qt App Manager:

        Qt Application Manager

        Do you mean this ?
        https://doc.qt.io/QtApplicationManager/

        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