The VWidgets is a set of custom widgets for the framework Qt using PyQt.
These widgets can be added to the Qt Designer as plugins.
At the moment it is three widgets released.
- VColorCombobox wich is a comboBox designed to handle color objects.
- VLineEdit wich is a lineEdit with some features like historic, reset or informative text.
- VToolHeader wich is a header bar for tool box.
Python 2 and Python 3 are supported.
For Python 2.5 ~ 3.x:
- http://bazaar.launchpad.net/~vincent-vandevyvre/oqapy/serie-1.0/files/head:/oqapy-1.0/VWidgets/
Python:
In your folder ../pythonx.y/dist-packages/ create a folder VWidgets. Copy into this folder the files:
- __init__.py
- vcolorcombobox.py
- colorsdata.py
- vlineedit.py
- vtoolheader.py
Note: depending on your version of python dist-packages may be named site-packages.
Qt4 Designer:
In your folder ../qt4/plugins/designer/ create, if not exists, a folder python. Into this folder, copy the files:
- vcolorcomboboxplugin.py
- vlineeditplugin.py
- vtoolheaderplugin.py
and create a sub-folder VWidgets with the same files as for Python.