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. Is there a QT object to get my application to start automatically at login time
Forum Updated to NodeBB v4.3 + New Features

Is there a QT object to get my application to start automatically at login time

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 324 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.
  • C Offline
    C Offline
    Cyrille de Brebisson
    wrote on last edited by
    #1

    Hello,

    Is there any standard, cross OS way, QT system to get my application to automatically start when the user logs in?

    Thanks,
    Cyrille

    J.HilkJ 1 Reply Last reply
    0
    • C Cyrille de Brebisson

      Hello,

      Is there any standard, cross OS way, QT system to get my application to automatically start when the user logs in?

      Thanks,
      Cyrille

      J.HilkJ Online
      J.HilkJ Online
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @Cyrille-de-Brebisson said in Is there a QT object to get my application to start automatically at login time:

      Is there any standard, cross OS way, QT system to get my application to automatically start when the user logs in?

      no, not to my knowledge .

      You'll have to write your own platform specific code, If the OS allows it.

      Usually, placing something into the "autostart" is done during and via the installer


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      4
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by
        #3

        as previously stated, this is not something the framework can handle natively. it is highly OS (and even desktop manager) specific.

        1 Reply Last reply
        1

        • Login

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