Thread
:
Need a simple example which shows how to link a GUI from Qt Designer with some Python code!
View Single Post
nicola.mfb
2010-01-31 , 03:28
Posts: 107 | Thanked: 74 times | Joined on Jan 2010
#
2
You may convert the ui xml file in python code with pyuic4, there is another similiar tool for pyside.
The next step is to create a class to integrate/inherit that code.
IIRC eric4 should manage that automagically for you.
Quote & Reply
|
nicola.mfb
View Public Profile
Send a private message to nicola.mfb
Find all posts by nicola.mfb