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 way to understand when the application is starting

Is there a way to understand when the application is starting

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 330 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by aha_1980
    #1

    I noticed that when the application is opening is registered a moveEvent, is there a parameter that can do me undestand that the application is opening?, I used a counter, but I don't know if it's a good idea, I noticed that when the application is opening the counter is = 3

    J.HilkJ 1 Reply Last reply
    0
    • ? A Former User

      I noticed that when the application is opening is registered a moveEvent, is there a parameter that can do me undestand that the application is opening?, I used a counter, but I don't know if it's a good idea, I noticed that when the application is opening the counter is = 3

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

      @vale88 what exactly do you mean with apllication is opening ?

      You could listen to the showEvent that is triggered when your windows is drawn/shown(the first time and each following one)


      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
      2
      • J.HilkJ J.Hilk

        @vale88 what exactly do you mean with apllication is opening ?

        You could listen to the showEvent that is triggered when your windows is drawn/shown(the first time and each following one)

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @J.Hilk ok thanks, I just used it

        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