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. Create PySide Designer Plugin
Forum Updated to NodeBB v4.3 + New Features

Create PySide Designer Plugin

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 3 Posters 663 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.
  • D Offline
    D Offline
    DeepakH
    wrote on last edited by
    #1

    Hello,

    Does PySide provide any mechanism for creating Qt-Designer plugins in Python?
    I know that PyQt provides mechanism for creating designer plugins in python which can be reused, but I am trying to use as much of Qt stuff as possible for better support.
    I couldn't find any references online for creating Qt-Designer plugins in PySide, but I could be wrong.
    Could any one tell if there is a way for creating QtDesigner plugins in Pyside or if there are any plans to support such a feature in future.

    Any help in this direction would be useful.
    Thanks!

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

      Hi,

      I may be wrong but I don't think that there's an equivalent currently.

      You might want to consider opening a feature request on the bug report system.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        I may be wrong but I don't think that there's an equivalent currently.

        You might want to consider opening a feature request on the bug report system.

        D Offline
        D Offline
        DeepakH
        wrote on last edited by
        #3

        @SGaist Thanks for your prompt reply.

        PyQT does provide the option to create plugins in python which can be integrated with the designer.
        Ref: https://wiki.python.org/moin/PyQt/Using_Python_Custom_Widgets_in_Qt_Designer
        Or maybe I just didn't express my self correctly :)

        However, I was hoping to use PySide instead of PyQt for all our requirements.
        I was wanting to know if it was actively maintained and had all the features.

        I will check out the bug report system. and try for a feature request.

        Thanks a lot!

        eyllanescE 1 Reply Last reply
        0
        • D DeepakH

          @SGaist Thanks for your prompt reply.

          PyQT does provide the option to create plugins in python which can be integrated with the designer.
          Ref: https://wiki.python.org/moin/PyQt/Using_Python_Custom_Widgets_in_Qt_Designer
          Or maybe I just didn't express my self correctly :)

          However, I was hoping to use PySide instead of PyQt for all our requirements.
          I was wanting to know if it was actively maintained and had all the features.

          I will check out the bug report system. and try for a feature request.

          Thanks a lot!

          eyllanescE Offline
          eyllanescE Offline
          eyllanesc
          wrote on last edited by
          #4

          @DeepakH In PySide there is no such functionality.

          If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

          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