Python Forum
Custom widget in Python-Qt, 'live' at Qt Designer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom widget in Python-Qt, 'live' at Qt Designer
#4
By default, modules containing plugin classes should be located in the python directory inside the directory containing the other Qt plugins for Qt Designer. For testing purposes, the PYQTDESIGNERPATH environment variable can be used to refer to the location of the modules containing the plugin classes. I want to test it (for now), so how can I do it with PYQTDESIGNERPATH?

The modules containing the custom widgets themselves only need to be located on one of the standard paths recognized by Python, and can therefore be installed in the user's site-packages directory, or the PYTHONPATH environment variable can be set to refer to their location. How can I do it with PYTHONPATH?
Reply


Messages In This Thread
RE: Custom widget in Python-Qt, 'live' at Qt Designer - by panoss - Jan-05-2017, 11:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I want to create custom charts in Python. js1152410 1 651 Nov-13-2023, 05:45 PM
Last Post: gulshan212
  Is it possible to capture live running waveforms in an oscilloscope using python? Girishbabu_27 4 1,160 Jul-29-2023, 06:05 AM
Last Post: Girishbabu_27
  Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget Nietzsche 0 961 May-29-2023, 02:42 PM
Last Post: Nietzsche
  How to parse a live feed in Python? Daring_T 2 4,522 Jan-20-2022, 04:17 AM
Last Post: Daring_T
  importing same python library in multiple custom module escape_freedom13 6 4,042 May-10-2020, 07:01 PM
Last Post: escape_freedom13
  Python animate live plotting fetching data from Mysql Table dhirajm 6 3,861 Apr-24-2020, 05:07 PM
Last Post: dhirajm
  Importing Custom Modules in Python 3 Flexico 1 2,701 Aug-24-2019, 08:11 PM
Last Post: snippsat
  problem using custom exception handling in python srm 3 3,184 Jul-03-2019, 09:10 PM
Last Post: ichabod801
  Python Extensions with C Custom PyObject? babaliaris 9 5,868 Feb-14-2018, 08:39 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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