Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Button in the title

    General and Desktop
    3
    5
    799
    Loading More Posts
    • 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
      Arman last edited by Arman

      Hi all. Anyone has idea - how I can do the following

      I found out that it's called DWM. But I don't know how to do this kind of stuff.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Do you mean this ?

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

        A 1 Reply Last reply Reply Quote 0
        • A
          Arman @SGaist last edited by

          @SGaist I'm sorry. I have updated my link, so now you can see what I need. Thanks.

          1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion last edited by

            hi
            That you cannot do. The windows decorations are drawn by the OS and
            Qt cannot custom draw it. ( as far as i know)

            You can remove the caption and draw all yourself and must also handle drag in caption and
            all other windows function so not a small task.

            1 Reply Last reply Reply Quote 1
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              As @mrjj wrote, that's outside the scope of Qt, you'll have to check with Windows native API in order to do something like that.

              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 Reply Quote 0
              • First post
                Last post