source: trunk/doc/src/porting4-removedvariantfunctions.qdocinc@ 321

Last change on this file since 321 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 841 bytes
Line 
1\row \o toBitmap () \o QVariant::value()
2\row \o toBrush () \o QVariant::value()
3\row \o toColorGroup () \o Use QVariant::value() with QPalette instead.
4\row \o toColor () \o QVariant::value()
5\row \o toCString () \o QVariant::toByteArray()
6\row \o toCursor () \o QVariant::value()
7\row \o toFont () \o QVariant::value()
8\row \o toIconSet () \o Use QVariant::value() with QIcon instead.
9\row \o toImage () \o QVariant::value()
10\row \o toKeySequence () \o QVariant::value()
11\row \o toPalette () \o QVariant::value()
12\row \o toPen () \o QVariant::value()
13\row \o toPixmap () \o QVariant::value()
14\row \o toPointArray () \o QVariant::value()
15\row \o toRegion () \o QVariant::value()
16\row \o toSizePolicy () \o QVariant::value()
Note: See TracBrowser for help on using the repository browser.