Results 1 to 2 of 2

Thread: QDockwidget

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default QDockwidget

    Hello friends,

    how can I style the background of the header section, after I add a titlebarwidget to the header. My previous added style seems to go obsolete after I add the titlebarwidget to the dockwidget.

    Setting this:

    Qt Code:
    1. QString style = "QDockWidget::title { "
    2. "background: #661166;"
    3. " }";
    To copy to clipboard, switch view to plain text mode 

    to my dock seems to going inactive after adding titbarwidget.

    Yours,
    Last edited by codeman; 24th October 2012 at 14:36.

Similar Threads

  1. Replies: 1
    Last Post: 7th December 2010, 21:46
  2. Help with QDockWidget
    By mindbender in forum Qt Programming
    Replies: 6
    Last Post: 10th March 2010, 16:13
  3. QDockwidget
    By peace_comp in forum Qt Programming
    Replies: 3
    Last Post: 30th June 2008, 05:19
  4. QDockWidget
    By fellobo in forum Qt Programming
    Replies: 8
    Last Post: 26th June 2008, 18:52
  5. QDockWidget
    By ToddAtWSU in forum Qt Programming
    Replies: 6
    Last Post: 29th November 2007, 13:37

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.