Results 1 to 5 of 5

Thread: problem of customize the shape of QDialog

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: problem of customize the shape of QDialog

    Because QDialog is a top level widget - which means it has not parent widget in which it is embedded, so it has no information about what is behind it.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  2. #2
    Join Date
    Dec 2010
    Location
    Beijing.China
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Re: problem of customize the shape of QDialog

    aha, thanks for the reply.

Similar Threads

  1. QDialog problem
    By bostero22 in forum Newbie
    Replies: 6
    Last Post: 27th December 2015, 18:26
  2. Customize QDialog's background using a SVG image
    By danielperaza in forum Qt Programming
    Replies: 0
    Last Post: 7th April 2010, 21:39
  3. Problem with QDialog
    By sudheer168 in forum Qt Programming
    Replies: 2
    Last Post: 2nd December 2009, 12:26
  4. The problem of customize QtEmbedded-4.5.0 for arm920t board!
    By jeazh in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 23rd May 2009, 19:35
  5. QDialog - customize the buttons
    By ape in forum Newbie
    Replies: 5
    Last Post: 12th March 2008, 08:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.