How to do UI mockup for Qt Widgets;
Hello;
I'm building Qt Widget application with Qt Designer.
I need simple ways and simple free Tools to do UI mock for my to be designed UI:
I want to mockup data in
1) QTreeView with columns
2) QTableView views
3) QLineEdit
4) QTabWidget
Thanks;
Mut
Re: How to do UI mockup for Qt Widgets;
The item widgets, e.g QTreeWidget, can be filled with data inside Qt Designer.
QLineEdit has a text property and QTabWidget is just another container widget that can be directly filled in designer.
Cheers,
_
Re: How to do UI mockup for Qt Widgets;
Hello,
We develop a tool that lets you draw high fidelity mockups for Qt GUI: MockupUI. It renders widgets with a native or wireframe style and you can populate them with data in CSV format (tables, trees, ...).
Best regards,
Eugen Fernea