Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Is there any more widget libraries recommended to integrate with Qt Designer?
Forum Updated to NodeBB v4.3 + New Features

Is there any more widget libraries recommended to integrate with Qt Designer?

Scheduled Pinned Locked Moved Unsolved Qt for Python
qt for pythonpython
2 Posts 2 Posters 242 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.
  • M Offline
    M Offline
    markleo
    wrote on last edited by
    #1

    UI widget library for Qt Designer integration.
    As far as I know, there is only:
    PyQt-Fluent-Widgets

    Besides this widget library, what other recommended UI widget libraries are there?

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

      This is exactly what I was looking for recently, and sadly I couldn’t find one either.

      However, you can integrate your own widgets into Qt Designer by creating a custom widget plugin. Qt Creator even provides a boilerplate project template for this in C++ (I’m not sure yet on the PySide process), so it’s pretty easy to get started. Once built, your plugin will appear in Designer just like the default widgets.

      Screenshot_182.png

      I recently built one myself in C++ for another project using Fluent UI–style widgets. The repo’s here if you’d like to take a look: https://github.com/alviansm/QtFluentWidgetPlugin.

      Screenshot_181.png

      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