Open frak0d opened 1 year ago
QSkinny has a proper layout system, what in theory allows to implement a gui designer like the one that is available for widgets. Actually it could even be superior once the anchor layout from the anchors example has been moved into the library code. ( a GUI builder is a declarative API and any type of layout that is made of constraints is a good match ).
However nobody was working on a gui designer support so far and as the library itself is far from being complete it won't happen very soon. But let's see what we can achieve in the next year ...
I'm looking forward to try out qskinny, have used qt widgets in past.
Just one question, is there any drag and drop gui designer available? Or perhaps can i use qt designer, export as c++ and then "find and replace" qt widget names with qskinny ones ?
If no, are there any plans for it ?