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. Porting QT5 QWindowsStyle and QPlastiqueStyle

Porting QT5 QWindowsStyle and QPlastiqueStyle

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 12.8k Views 2 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.
  • A Offline
    A Offline
    artif27
    wrote on last edited by
    #1

    Hello people,

    i need to do the porting for QPlastiqueStyle in QT5 which inherits QWindowsStyle. This classe has been removed? Any way to replace it in QT5??

    Thanks.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2
      1. The Plastique style has been replaced with the Fusion style: http://blog.qt.digia.com/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/ (I think it's still possible to get a Plastique plugin though, if you really want to use it)

      2. Specific style classes are not public anymore. Instead, use QStyleFactory::create() to get the style you want: http://qt-project.org/doc/qt-5.0/qtwidgets/qstylefactory.html

      (For more details, see https://bugreports.qt-project.org/browse/QTBUG-28472 )

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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