1.
QResizeEvent Class
The QResizeEvent class contains event parameters for resize events. ... QResizeEvent ( const QSize & size, const QSize & oldSize ); const QSize & size () ...
2.
QSA Workbench Manual
QSA Workbench Manual. Preface · Reference: Key Bindings · Reference: Menu Options · Reference: Toolbar Buttons · Reference: Dialogs · Reference: Windows ...
3.
QServerSocket Class
You can specify the port or have QServerSocket pick one, and listen on just one address or on all the machine's addresses. ...
4.
qstringlist.h Include File
This is the verbatim text of the qstringlist.h include file. It is provided only for illustration; the copyright remains with Trolltech. ...
5.
Qt 4.4.3: QString Class Reference
const QString operator+ ( char ch, const QString & s ) ... QString converts the const char * data into Unicode using the fromAscii() function. ...
6.
Qt 4.5.0: <QtAlgorithms> - Generic Algorithms
void qSwap ( T & var1, T & var2 ). Exchanges the values of variables var1 and var2. Example: double pi = 3.14; double e = 2.71; qSwap(pi, e); // pi == 2.71, ...
7.
Qt 4.2: What's New in Qt 4.2
In addition, various graphics view examples have been written to demonstrate key features of the framework, including ports of Canvas module examples from ...
8.
Qt 4.1: Qt's Classes
This is a list of all Qt classes excluding the Qt 3 compatibility classes. For a shorter list that only includes the most frequently used classes, ...
9.
Qt 4.0: Porting to Qt 4
Some properties have been removed from Qt 4, but the associated access functions are provided if QT3_SUPPORT is defined to help porting to Qt 4. ...
10.
Qt 4.2: QApplication Class Reference
bool QApplication::hasGlobalMouseTracking () [static]. This feature does not exist anymore. This function always returns true in Qt 4. ...