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. UI Skinning
Forum Updated to NodeBB v4.3 + New Features

UI Skinning

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 3.2k 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.
  • R Offline
    R Offline
    ryadav
    wrote on last edited by
    #1

    Hello all,

    I've started to read http://qt-project.org/doc/qt-4.8/stylesheet-customizing.html

    could someone please point me to some other good resource for skinning the UI for a Qt C++ Widget base app.

    If anyone knows of any sample app, that would be great.

    Right now I am using Qt 4.8.

    Thanks,
    Rajinder

    Kind Regards,
    Rajinder Yadav

    SafetyNet Test Driven Development
    http://safetynet.devmentor.org

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      There are many examples of how to customize any widget with css styles here: "Link":http://qt-project.org/doc/qt-4.8/stylesheet-reference.html

      If you want total low-level control over how your app looks you could subclass one of the style classes like QWindowsStyle or the very basic QStyle and do all the drawing there.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        JulienMaille
        wrote on last edited by
        #3

        You can find a few samples on that blog:
        http://thesmithfam.org/blog/2009/10/13/cool-qprogressbar-stylesheet/

        1 Reply Last reply
        0
        • R Offline
          R Offline
          ryadav
          wrote on last edited by
          #4

          Thanks for the response, however what I am looking for is sample on advanced skinning the entire window, with the ability to use custom (bitmap) images to lay down as tiles, such as for the titlebar and the min/max/close buttons with their own images. Also on how to handle various screen resolution and fonts size with using bitmap images.

          Kind Regards,
          Rajinder Yadav

          SafetyNet Test Driven Development
          http://safetynet.devmentor.org

          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