I'm new to Qt, and just want to ask. What should I use to开发者_Python百科 make a text box?
Thanks.
If with text box
you mean it one line
then it should be QLineEdit.
Anyway I suggest you to get a look at some full working samples to learn using all available widgets.
QLineEdit
for textbox
QTextEdit
for textareas
QPushButton
for buttons
Here's the complete component reference: http://doc.qt.digia.com/qt-components-symbian-1.0/qt-components.html
精彩评论