Results 1 to 2 of 2

Thread: QStyleOptionProgressBar customized

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QStyleOptionProgressBar customized

    From what I know the default delegate in Qt4.3- might not support that feature. You might try applying the stylesheet on the view, but that probably won't work. You might also try applying the stylesheet to the view and using the view's style() to paint the progress bar. If that doesn't work, you'll need to get a snapshot of Qt4.4 with QStyledItemDelegate functionality and there it should work just fine (at least I hope so).

    See the details here:http://labs.trolltech.com/blogs/2007...ng-item-views/

  2. The following user says thank you to wysota for this useful post:

    xEsk (11th November 2007)

Similar Threads

  1. Customized Table
    By tunguska in forum Qt Programming
    Replies: 3
    Last Post: 28th September 2007, 17:44

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.