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. The style of my program ?
Forum Updated to NodeBB v4.3 + New Features

The style of my program ?

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

    Hey guys ,

    is there a way to convert the style from windows to mac's style ?

    if I cannot , can you please tell me if I can download a style and use it ? can you name some examples of things like this ?

    what are the classes that I should be doing if I wanted to covert the style ? I used setstylesheets before are there other things ?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      mac style is, AFAIK, only available on mac.

      Stylesheets are a completely different way of styling than using QStyle. Mixing them is not trivial, to say the least. The build-in styles all can handle style sheets, but supporting them in custom styles is -impossible- very hard.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Project try
        wrote on last edited by
        #3

        [quote author="Andre" date="1399378634"]mac style is, AFAIK, only available on mac.

        Stylesheets are a completely different way of styling than using QStyle. Mixing them is not trivial, to say the least. The build-in styles all can handle style sheets, but supporting them in custom styles is -impossible- very hard. [/quote]

        Thanks for answering , so the best thing I could do is playing with QStyle a little until I get the look that I want ?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          There are some example of styles around. KDE ships its own styles, and I think that they are basically "just" QStyle implementations as well. Perhaps you can use these as inspiration?

          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