PDA

View Full Version : Basics


Gayathri
17th November 2006, 11:48
Hi,
Any body could let me know how to convert string to integer?
2. Invoke message boxes in QT?

jacek
17th November 2006, 12:13
QString::toInt()

QMessageBox

munna
17th November 2006, 12:14
Any body could let me know how to convert string to integer?
int QString::toInt() (Everything you need is in the docs)

2. Invoke message boxes in QT?

1. QT is QuickTime, Qt is the toolkit that you are using.
2. Look for QMessageBox (http://doc.trolltech.com/4.1/qmessagebox.html) in the doc