PDA

View Full Version : How to do UI mockup for Qt Widgets;



mut
27th June 2014, 22:52
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

anda_skoa
28th June 2014, 11:42
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,
_

MockupUI
7th August 2016, 09:40
Hello,

We develop a tool that lets you draw high fidelity mockups for Qt GUI: MockupUI (http://mockupui.com). 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