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. Standalone QFusionStyle plugin

Standalone QFusionStyle plugin

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 333 Views
  • 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.
  • J Offline
    J Offline
    JulienMaille
    wrote on last edited by JulienMaille
    #1

    I used to work with a Qt4 port of QFusionStyle which was slightly tweaked.
    Now I'd like to replicate this with Qt5 but I can't manage to setup a project to build QFusionStyle as a standalone plugin.
    There are many private includes and even with the right QT+=widget-private options I end up with many link errors.
    When did fusion stopped being a plugin?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      Are you sure it was a plugin ever in Qt5 ?
      Seems that in older versions styles was part of QtWidgets module and in 5.10 split to
      plugins. Could not find concrete info so not sure fusion ever was. ( confirmed)

      In any case, you could reuse their plugin code
      https://github.com/randrew/phantomstyle
      and use your own drawing code.
      That should give you a plugin to use.

      1 Reply Last reply
      0
      • Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        The fusion style was never a plugin in Qt5 - it was in QtWidgets all the time (and is).

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        2
        • J Offline
          J Offline
          JulienMaille
          wrote on last edited by
          #4

          Thank you for your replies

          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