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. Skin for widget from where

Skin for widget from where

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

    Hi all,

    I need a predefined CSS file to my qwidget (not qml !) application.
    I'd like to "dress" my app with a (skin like) replacable css file.

    Is there any collected skin "lib" for Qt Widget?

    Thnx in advance.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      marsupial
      wrote on last edited by
      #2

      Hey,
      when you say "collected skin “lib”" are you looking for a collection of CSS files or for a possibility to skin Qt Widgets?
      Because the latter is already implemented in Qt. Have a look here:
      http://doc-snapshot.qt-project.org/4.8/qwidget.html#styleSheet-prop

      There also is a more detailed documentation about the use of stylesheets:
      http://doc-snapshot.qt-project.org/4.8/stylesheet.html

      If that was not what you were looking for, I don't know about a collection of CSS files, except for those provided with the Qt examples. ;)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        marsupial
        wrote on last edited by
        #3

        In fact, you find two style sheets from the examples here:
        http://qt.gitorious.org/qt/qt/trees/4.8/examples/widgets/stylesheet/qss

        1 Reply Last reply
        0
        • B Offline
          B Offline
          broadpeak
          wrote on last edited by
          #4

          [quote author="marsupial" date="1344328397"]In fact, you find two style sheets from the examples here:
          http://qt.gitorious.org/qt/qt/trees/4.8/examples/widgets/stylesheet/qss[/quote]

          Yes, I've thought your last link!

          I've found this too, I'd like to use something similar to my project:
          http://doc-snapshot.qt-project.org/4.8/qcdestyle.html

          Question is still alive: Are there more collected qss (skin) somewhere?

          Thanks!

          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