How to create this widget with PySide or QtDesigner?
-
A widget so I need :(
Image
How I can do it from Qt Designer?
It is for programming with Python. -
hi and welcome
The image you link to ask for login so people might not see it and reduce
you chance for answers. -
Super
There is no direct Extender widget available but you can
have a look at ToolBox widget.
Alternativ you would create a custom widget and paint and handle
the expansion yourself.When its expanded, what items can be in the expanded part?
If only text then its also somewhat close to a combobox widget. -
@curiosport
sorry I know of no video tutorials.
This article might be of use
https://doc.qt.io/archives/qq/qq26-pyqtdesigner.html
(even if a bit old)
http://zetcode.com/gui/pyqt4/customwidgets/
this seems fairly new
http://downloadandlearning.blogspot.dk/2013/04/making-custom-widget-in-pyqt.html -
@mrjj Thank you, if I served.
Just one last thing, how I can install these files in QtDesigner ??
http://qt-apps.org -
@curiosport
this is cpp files so you need cpp compiler.
Then you would open the qiron.pro and compile it all.
It would produce some DLLS in the plugin folder.
Those should be copied to the plugin folder in QtCreator.Note: the source is for older Qt 4.6 so it might have compile
errors u need to fix if using newer Qt.