PDA

View Full Version : how to draw a page with text ,image ,table and can accept input



baoxuefei771
30th December 2011, 10:30
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!
7216

hackerNovitiate
2nd January 2012, 10:00
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-4.8/tutorials-addressbook.html

baoxuefei771
3rd January 2012, 11:21
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! :):)