alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
803 stars 98 forks source link

testapp.ui -> Class "customappwidgets.timewidget" not mapped #100

Closed matecsaj closed 2 years ago

matecsaj commented 2 years ago

The error Class "customappwidgets.timewidget" not mapped appears in a dialog window when you open testapp.ui.

alejandroautalan commented 2 years ago

This example requires to add the custom builder to the pygubu-designer. I Added a readme file to point to the full explanation. I think this will be enough. Let me know.

Regards Alejandro A.

matecsaj commented 2 years ago

Thank you.