WtDesigner icon indicating copy to clipboard operation
WtDesigner copied to clipboard

Results 14 WtDesigner issues
Sort by recently updated
recently updated
newest added

Hi @juangburgos, Thank you so much for this project! I'm an OS X user, I was wondering if you ever built WtDesigner on a mac, I'd love to give it...

Hi Juan, WtDesigner should remember previously saved or opened projects. My projects are located deep within some folder structures which makes re-opening a pain. Regards Uli

Instead of exposing the actual pointers to the widgets, the generated UI-class should expose them through getters. This way we can prevent some self-injuries. ``` c++ class Ui_foo { public:...

Hi Juan, the generated ui_xx.h references Wt::WApplication in several places but does not include the WApplication header which results in a unclean include hierarchy. Regards Uli