Developing a plugin with Qt Designer for QGIS 2.14.1-Essen on Windows 7 and having trouble inserting the QgsCollapsibleGroupBox widget. I receive the following error:
ImportError: No module named qgscollapsiblegroupbox
I put from qgis.gui import QgsCollapsibleGroupBox into my main.py file but it still doesn't recognise it. Only post I found which mentioned this error is QGIS custom widgets with python plugins but not exactly sure how to install this qgis_customwidgets.py file.
I would like this plugin to be transferred to other computers but would like to avoid having to install this file each time (if it is indeed required).
Is there another way to use this type of widget or perhaps a method to save the qgis_customwidgets.py into my plugin directory and just call the module?
libqgis-customwidgets v.2.14.1as most of the information I found online refers using a Linux system. – Joseph May 05 '16 at 12:00qgscollapsiblegroupboxand perhaps a generic description on how to do this for other widgets, I will accept it? I can also change the title so that it is more generic which hopefully makes it easier to search for. – Joseph May 05 '16 at 13:05