Python Forum
[PyQt] how to create qt plugins
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] how to create qt plugins
#2
Are you familiar with python already? You have to learn about modules and class structures, or else the learning curve will be a little steep.

Altough it use no dynamic plugin manager, here is an example of a modular application: https://gitlab.com/william.belanger/obsuite
Notice how the main.py file is short, and all the code is isolated in the plugins.
Reply


Messages In This Thread
how to create qt plugins - by pyuser123 - Oct-24-2018, 02:14 AM
RE: how to create qt plugins - by Alfalfa - Oct-24-2018, 01:42 PM
RE: how to create qt plugins - by pyuser123 - Oct-25-2018, 05:38 PM
RE: how to create qt plugins - by Alfalfa - Oct-25-2018, 09:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020