Again, this is really a qt-interest question, not a Qt Creator one.

The typical solution here is to just use layouts and QLabel and
QLineEdit, with QGroupBox and QFrame for boxes and lines.

If your layout doesn't work with the traditional approach,
QGraphicsView might be a place to start looking.

/s/ Adam

On Fri, Jan 22, 2010 at 5:33 PM, Ken Ray <[email protected]> wrote:
>
> I want to have a window/view that I can draw forms into. The will contain 
> mostly lines and text along with textboxes for data input. I know that I can 
> draw pretty much into anything. Is there any particular widget / object that 
> is suited to this better than others ?
>
> thanks
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to