| « Oh Hail | A New Start » |
Learning GUI programming
Looked at the QT GUI builder tonight. A lot of drag and drop, and frame dragging resizes of objects.
In the past I have coded a few things by hand in pythons tkinter lib. The majority of the work there was "guessing" at a window layout, and tweaking til it was right.
It looks like not only does it output the widget placement, but also any data list associated, and some class methods.
This would free me from that part of the design, once I understood how to plug into it. Ah the toys and joys of programming.
I'll have to ponder a project for this, besides the one i NEED this for.