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. Image or animation transition between multiple desktops windows
Forum Updated to NodeBB v4.3 + New Features

Image or animation transition between multiple desktops windows

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

    Hi,

    I am working on a windows desktop application where I need to show different views in three different monitors connected to same windows machine. I need to run animations or move images between the monitors. Like dragging a object from monitor 1 to monitor 2.

    I want to know what are the possible options available in qt to achieve this? Can anyone help?

    jsulmJ 1 Reply Last reply
    0
    • darthanaD darthana

      Hi,

      I am working on a windows desktop application where I need to show different views in three different monitors connected to same windows machine. I need to run animations or move images between the monitors. Like dragging a object from monitor 1 to monitor 2.

      I want to know what are the possible options available in qt to achieve this? Can anyone help?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @darthana Sounds like you should start here: https://doc.qt.io/qt-6/dnd.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • darthanaD Offline
        darthanaD Offline
        darthana
        wrote on last edited by
        #3

        @jsulm That was quick. Thanks. But not just drag and drop. I am looking to run animations like a object moving from one display to another. So I start moving a object from left end of monitor 1 to right and once it reached the right end of monitor 1 the object starts from left end of monitor 2. Like moving a object between two different qmls, when it moves out of first qml, it enters into second one.

        jsulmJ 1 Reply Last reply
        0
        • darthanaD darthana

          @jsulm That was quick. Thanks. But not just drag and drop. I am looking to run animations like a object moving from one display to another. So I start moving a object from left end of monitor 1 to right and once it reached the right end of monitor 1 the object starts from left end of monitor 2. Like moving a object between two different qmls, when it moves out of first qml, it enters into second one.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @darthana There is also https://doc.qt.io/qt-6/animation-overview.html, but not sure you can use it to animate drag and drop.

          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