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. Move Borderless Form
Qt 6.11 is out! See what's new in the release blog

Move Borderless Form

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.8k Views 1 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.
  • A Offline
    A Offline
    absfrm
    wrote on last edited by
    #1

    Hi
    how can i move (drag and drop) a borderless form?

    If You Want You Can!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      You'll have to code that yourself for non-X11 systems. On Linux, you press ALT and then you can left-drag the window.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        absfrm
        wrote on last edited by
        #3

        [quote author="Andre" date="1343292193"]You'll have to code that yourself for non-X11 systems. On Linux, you press ALT and then you can left-drag the window.[/quote]
        Yes
        I solved it by :
        @
        void MainWindow::mouseMoveEvent(QMouseEvent *e)
        {
        move("QCursor position");
        }
        @
        thanks

        If You Want You Can!

        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