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. Make an image based interface
Qt 6.11 is out! See what's new in the release blog

Make an image based interface

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 761 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.
  • G Offline
    G Offline
    gregoire.stein
    wrote on last edited by
    #1

    Hello,
    i use Qt 5.3.1 and i want to create a GUI based only based on image.
    See the image to understand
    !http://www.enjoystation.net/images/player.png(EnjoyPlayerImage)!

    I have all images
    Background image (png)
    Player, stop button (png)
    etc..

    I want to create a not rectangle border for my windows.

    How can i create this ??
    Thanks you

    1 Reply Last reply
    0
    • jeremy_kJ Offline
      jeremy_kJ Offline
      jeremy_k
      wrote on last edited by
      #2

      Try QWindow::setFlags(Qt::FramelessWindowHint | Qt::WA_TranslucentBackground)

      Asking a question about code? http://eel.is/iso-c++/testcase/

      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