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. Additional Style for Qt application
Forum Updated to NodeBB v4.3 + New Features

Additional Style for Qt application

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

    Hi all,
    have you got some website where I can find some style to use in my application.

    In my application if I execute this:
    @
    qDebug() << QStyleFactory::keys();
    @
    I get something like this:
    @
    "motif", "cde", "plastique", "windowsxp", or "macintosh"
    @

    Is it possible to have some other style to use?

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      I think you'll have to subclass one of the styles yourself if you want more.

      Style sheets are an alternative. there is a nice example in Qt Demo :
      widgets > style sheets.

      I read somewhere motif and cde will be removed in the future Qt versions.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca
        wrote on last edited by
        #3

        [quote author="Eddy" date="1307372255"]I think you'll have to subclass one of the styles yourself if you want more.

        Style sheets are an alternative. there is a nice example in Qt Demo :
        widgets > style sheets.

        I read somewhere motif and cde will be removed in the future Qt versions.[/quote]

        The problem is that I'm not a very good designer so for me it's better to use an existing one... :-)

        1 Reply Last reply
        0
        • J Offline
          J Offline
          Jens
          wrote on last edited by
          #4

          I wrote something like that a few years back:
          http://labs.qt.nokia.com/2007/07/06/dotnet-style-with-office-flavor/

          Unfortunately I am not sure where this is hosted these days as it is no longer supported.
          You should be able to find the source code embedded within other projects by doing some google searches for qtdotnetstyle though.

          This might also be interesting:
          http://labs.qt.nokia.com/2009/09/15/using-blur-behind-on-windows/

          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