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

Last change on this file since 603 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
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.