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. PyQt Designer / Developer plugin to support a full Python GUI compile / edit REPL loop

PyQt Designer / Developer plugin to support a full Python GUI compile / edit REPL loop

Scheduled Pinned Locked Moved Unsolved General and Desktop
gui designer angui developer
2 Posts 2 Posters 700 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.
  • R Offline
    R Offline
    RichDev
    wrote on 13 Jul 2017, 18:20 last edited by
    #1

    Has someone created a plugin for Python developers to integrate IDE functions, i.e., design and develop GUIs with program logic using QT Designer. This means do the design, save the .ui file, compile the file, and display it, modify it, add user code for business logic, manage project files. I want to make the process faster, easier, INTERACTIVE and iterative process ? Right now it is still a batch process, and is more tedious than necessary to spawn out to command line, run pyuic4, etc., and then insert user code. With plugins for the compile step and managing project files, this process would be much closer to what we can do with VisualStudio, Eclipse, and other IDEs. Perhaps people think this is beyond the scope of "DESIGNER", and is more like QT GUI / Application Developer. I am new to this community so I am just learning what's available and how things work.

    Thank you.

    Rich Dev

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kieron Kaur
      wrote on 19 Feb 2021, 15:54 last edited by
      #2

      I haven’t come across anything that fits your needs exactly. But there is this software I found (MD Python). It definitely fits your needs of making GUIs faster, easier and more interacted. It uses drag and drop to place GUI element that are premade. You can generate all of this into python code if you want to add your own flair or speciality. The link for the software is https://labdeck.com/python/ , however it offers a limited amount of GUI components. The other one (MD Python Designer) is around $10-20 and it’s got unlimited GUI use (here’s the link https://labdeck.com/python-designer/ ). I think you’ll find the Python GUI Designer link more useful (https://labdeck.com/python/python-gui-designer/) as it shows the Designer in more depth. Slightly off-topic but they also have a GUI Designer that uses their own code, and from what I can gather it’s similar to C++ code and looks to need less lines of code but it’s not really my style, maybe it interests you: here’s the link for it https://labdeck.com/gui-designer/ .

      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