1 Attachment(s)
how to draw a page with text ,image ,table and can accept input
RT!
like the picture blow:
give me some ideas ,Thank you from the newbie like me !
I think use frame in frame and use QLabel and layout resolve the problem!
Attachment 7216
Re: how to draw a page with text ,image ,table and can accept input
There are many ways. You're right, you can use QGridLayout and QLabel. You don't need QFrame, though. Use QTextEdit to accept text input.
If you want to learn Qt, follow the 7 parts of this tutorial: http://developer.qt.nokia.com/doc/qt...dressbook.html
Re: how to draw a page with text ,image ,table and can accept input
Thanks so much for your reply.I thought to use the gridlayout but the page have the different sizeof grids ,that confused me . I will have a try! :):)