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. Transition animation between windows
QtWS25 Last Chance

Transition animation between windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 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.
  • BhanuKiranChaluvadiB Offline
    BhanuKiranChaluvadiB Offline
    BhanuKiranChaluvadi
    wrote on last edited by
    #1

    Hi

    I made a window containing a button using Qt Quick Application. When ever i click on the button it call a function written in C++.

    In the C++ function, i used Qprocess to open an executable ( Qt Widget application). When ever i click on the button it is opening the executable that i defined in the path.

    Is there a way that i can create a transition animation between the windows ?

    some thing like the first window( Qt Quick Application) is moving out of the monitor screen and second window (Qt Widget application) coming in slowly as the first on go out ?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Technically you don't have the information about when the other application's window becomes visible so it will rather be complicated.

      Can you explain the relation between these two applications ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      BhanuKiranChaluvadiB 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Technically you don't have the information about when the other application's window becomes visible so it will rather be complicated.

        Can you explain the relation between these two applications ?

        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadiB Offline
        BhanuKiranChaluvadi
        wrote on last edited by
        #3

        @SGaist

        Hi,

        There is no particular relation between them.
        Actually i am thinking of a demo project containing 5 set of examples.

        It has front end interaction i.e user should be pick example od is choise. (This is written in Qt Quick application)

        For each example i have a separate executable.

        So, as i mentioned in the my 1st post after selecting the example and then click on the view/explore button. The front end integration program (Qt quick application) call the executable based in the index number of the selected example.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Somethings like the old Qt Demo ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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