[Previous: Porting to Qt 4] [Next: Porting to Qt 4 - Drag and Drop]
Virtual functions that changed their signature in Qt 4:
Qt 3 function signature | Qt 4 function signature |
---|---|
int QAccessibleInterface::navigate(NavDirection, int) const | int QAccessibleInterface::navigate(RelationFlag, int, QAccessibleInterface **) const |
bool QApplication::winEventFilter(MSG *) | bool QApplication::winEventFilter(MSG *, long *) |
Function: Offset QIODevice::at() const | Function: Q_LONGLONG QIODevice::pos() const |
bool QIODevice::at(Offset) | bool QIODevice::seek(Q_LONGLONG) |
bool QIODevice::open(int) | bool QIODevice::open(OpenMode) |
Q_LONG QIODevice::readBlock(char *, Q_ULONG) | Q_LONGLONG QIODevice::readData(char *, Q_LONGLONG) |
Q_LONG QIODevice::writeBlock(const char *, Q_ULONG) | Q_LONGLONG QIODevice::writeData(const char *, Q_LONGLONG) |
const char * QImageFormatType::formatName() const | QByteArray QImageFormatType::formatName() const |
QPopupMenu * QLineEdit::createPopupMenu() | QMenu * QLineEdit::createPopupMenu() |
bool QMacMime::canConvert(const char *, int) | bool QMacMime::canConvert(const QString &, int) |
QValueList<QByteArray> QMacMime::convertFromMime(QByteArray, const char *, int) | QList<QByteArray> QMacMime::convertFromMime(QByteArray, const QString &, int) |
QByteArray QMacMime::convertToMime(QValueList<QByteArray> data, const char *, int) | QByteArray QMacMime::convertToMime(QList<QByteArray> data, const QString &, int) |
const char * QMacMime::convertorName( ) | QString QMacMime::convertorName( ) |
int QMacMime::flavorFor(const char *) | int QMacMime::flavorFor(const QString &) |
const char * QMacMime::mimeFor(int) | QString QMacMime::mimeFor(int) |
QMetaObject * QObject::metaObject() const | const QMetaObject * QObject::metaObject() const |
bool QScreen::onCard(unsigned char *) const | bool QScreen::onCard(const unsigned char *) const |
bool QScreen::onCard(unsigned char *, ulong &) const | bool QScreen::onCard(const unsigned char *, ulong &) const |
int QSpinBox::mapTextToValue(bool *) | int QSpinBox::mapTextToValue(QString *, QValidator::State *) const |
QString QSpinBox::mapValueToText(int) | QString QSpinBox::mapValueToText(int) const |
bool QSqlDriver::open(const QString &, const QString &, const QString &, const QString &, int) | bool QSqlDriver::open(const QString &, const QString &, const QString &, const QString &, int, const QString &) |
QStringList QSqlDriver::tables(const QString &) const | QStringList QSqlDriver::tables(QSql::TableType) const |
bool QSqlQuery::prev() | bool QSqlQuery::previous() |
bool QSqlResult::fetchPrev() | bool QSqlResult::fetchPrevious() |
void QStyle::drawComplexControl(ComplexControl, QPainter *, const QWidget *, const QRect &, const QColorGroup &, SFlags, SCFlags, SCFlags, const QStyleOption &) const | void QStyle::drawComplexControl(ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget *) const |
void QStyle::drawComplexControlMask(ComplexControl, QPainter *, const QWidget *, const QRect &, const QStyleOption &) const | void QStyle::drawComplexControlMask(ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget *) const |
void QStyle::drawControl(ControlElement, QPainter *, const QWidget *, const QRect &, const QColorGroup &, SFlags, const QStyleOption &) const | void QStyle::drawControl(ControlElement, const QStyleOption *, QPainter *, const QWidget *) const |
void QStyle::drawControlMask(ControlElement, QPainter *, const QWidget *, const QRect &, const QStyleOption &) const | void QStyle::drawControlMask(ControlElement, const QStyleOption *, QPainter *, const QWidget *) const |
void QStyle::drawItem(QPainter *, const QRect &, int, const QColorGroup &, bool, const QPixmap *, const QString &, int, const QColor *) const | void QStyle::drawItem(QPainter *, const QRect &, int, const QPalette &, bool, const QString &, int, const QColor *) const |
void QStyle::drawPrimitive(PrimitiveElement, QPainter *, const QRect &, const QColorGroup &, SFlags, const QStyleOption &) const | void QStyle::drawPrimitive(PrimitiveElement, const QStyleOption *, QPainter *, const QWidget *) const |
QRect QStyle::itemRect(QPainter *, const QRect &, int, bool, const QPixmap *, const QString &, int) const | QRect QStyle::itemTextRect(const QFontMetrics &, const QRect &, int, bool, const QString &, int) const |
int QStyle::pixelMetric(PixelMetric, const QWidget *) const | int QStyle::pixelMetric(PixelMetric, const QStyleOption *, const QWidget *) const |
SubControl QStyle::querySubControl(ComplexControl, const QWidget *, const QPoint &, const QStyleOption &) const | SubControl QStyle::hitTestComplexControl(ComplexControl, const QStyleOptionComplex *, const QPoint &, const QWidget *) const |
QRect QStyle::querySubControlMetrics(ComplexControl, const QWidget *, SubControl, const QStyleOption &) const | QRect QStyle::subControlRect(ComplexControl, const QStyleOptionComplex *, SubControl, const QWidget *) const |
QSize QStyle::sizeFromContents(ContentsType, const QWidget *, const QSize &, const QStyleOption &) const | QSize QStyle::sizeFromContents(ContentsType, const QStyleOption *, const QSize &, const QFontMetrics &, const QWidget *) const |
int QStyle::styleHint(StyleHint, const QWidget *, const QStyleOption &, QStyleHintReturn *) const | int QStyle::styleHint(StyleHint, const QStyleOption *, const QWidget *, QStyleHintReturn *) const |
QPixmap QStyle::stylePixmap(StylePixmap, const QWidget *, const QStyleOption &) const | QPixmap QStyle::standardPixmap(StandardPixmap, const QStyleOption *, const QWidget *) const |
QRect QStyle::subRect(SubRect, const QWidget *) const | QRect QStyle::subRect(SubRect, const QStyleOption *, const QFontMetrics &, const QWidget *) const |
void QStyle::unPolish(QApplication *) | void QStyle::unpolish(QApplication *) |
void QStyle::unPolish(QWidget *) | void QStyle::unpolish(QWidget *) |
QCString QTextCodec::fromUnicode(const QString &, int &) const | QByteArray QTextCodec::fromUnicode(const QString &, int &) const |
QValueList<int> QTextCodecPlugin::mibEnums() const | QList<int> QTextCodecPlugin::mibEnums() const |
void QTextDrag::setSubtype(const QCString &) | void QTextDrag::setSubtype(const QString &) |
QCString QTextEncoder::fromUnicode(const QString &, int &) | QByteArray QTextEncoder::fromUnicode(const QString &, int &) |
void QUriDrag::setUris(QStrList) | void QUriDrag::setUris(const QList<QByteArray> & list) |
void QUrlInfo::setSize(uint) | void QUrlInfo::setSize(Q_LONGLONG) |
bool QWindowsMime::canConvert(const char *, int) | bool QWindowsMime::canConvert(const QString &, int) |
int QWindowsMime::cfFor(const char *) | int QWindowsMime::cfFor(const QString &) |
QByteArray QWindowsMime::convertFromMime(QByteArray, const char *, int) | QByteArray QWindowsMime::convertFromMime(const QByteArray &, const QString &, int) |
QByteArray QWindowsMime::convertToMime(QByteArray, const char *, int) | QByteArray QWindowsMime::convertToMime(const QByteArray &, const QString &, int) |
const char * QWindowsMime::convertorName() | QString QWindowsMime::convertorName() |
void QWSMouseHandler::calibrate(QWSPointerCalibrationData *) | void QWSMouseHandler::calibrate(const QWSPointerCalibrationData *) |
bool QWidget::macEvent(MSG *) | bool QWidget::macEvent(EventHandlerCallRef, EventRef) |
bool QWidget::winEvent(MSG *) | bool QWidget::winEvent(MSG *, long *) |
QString QXmlContentHandler::errorString() | QString QXmlContentHandler::errorString() const |
QString QXmlDTDHandler::errorString() | QString QXmlDTDHandler::errorString() const |
QString QXmlDeclHandler::errorString() | QString QXmlDeclHandler::errorString() const |
QString QXmlEntityResolver::errorString() | QString QXmlEntityResolver::errorString() const |
QString QXmlErrorHandler::errorString() | QString QXmlErrorHandler::errorString() const |
QString QXmlInputSource::data() | QString QXmlInputSource::data() const |
QString QXmlLexicalHandler::errorString() | QString QXmlLexicalHandler::errorString() const |
int QXmlLocator::columnNumber() | int QXmlLocator::columnNumber() const |
int QXmlLocator::lineNumber() | int QXmlLocator::lineNumber() const |
Virtual functions that are not virtual in Qt 4:
Qt 3 function | Comment |
---|---|
void QAccessibleInterface::clearSelection() | Port to the new QAccessibleInterface API. |
int QAccessibleInterface::controlAt(int, int) const | Port to the new QAccessibleInterface API. |
bool QAccessibleInterface::doDefaultAction(int) | Port to the new QAccessibleInterface API. |
QMemArray<int> QAccessibleInterface::selection() const | Port to the new QAccessibleInterface API. |
bool QAccessibleInterface::setFocus(int) | Port to the new QAccessibleInterface API. |
bool QAccessibleInterface::setSelected(int, bool, bool) | Port to the new QAccessibleInterface API. |
bool QAction::addTo(QWidget *) | Use Q3Action instead or port to the new QAction API. |
void QAction::addedTo(QWidget *, QWidget *) | Use Q3Action instead or port to the new QAction API. |
void QAction::addedTo(int, QPopupMenu *) | Use Q3Action instead or port to the new QAction API. |
bool QAction::removeFrom(QWidget *) | Use Q3Action instead or port to the new QAction API. |
void QAction::setAccel(const QKeySequence &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setEnabled(bool) | Use Q3Action instead or port to the new QAction API. |
void QAction::setIconSet(const QIcon &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setMenuText(const QString &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setOn(bool) | Use Q3Action instead or port to the new QAction API. |
void QAction::setStatusTip(const QString &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setText(const QString &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setToggleAction(bool) | Use Q3Action instead or port to the new QAction API. |
void QAction::setToolTip(const QString &) | Use Q3Action instead or port to the new QAction API. |
void QAction::setWhatsThis(const QString &) | Use Q3Action instead or port to the new QAction API. |
void QButton::drawButton(QPainter *) | Use Q3Button instead or reimplement QButton::paintEvent(). |
void QButton::drawButtonLabel(QPainter *) | Use Q3Button instead or reimplement QButton::paintEvent(). |
void QButton::setAccel(const QKeySequence &) | Setter. |
void QButton::setAutoRepeat(bool) | Setter. |
void QButton::setDown(bool) | Use Q3Button instead or reimplement or port to the new QPushButton API. |
void QButton::setPixmap(const QPixmap &) | Setter. |
void QButton::setState(ToggleState) | Setter. |
void QButton::setText(const QString &) | Use the QAbstractButton::setText() setter function. |
void QButton::setToggleType(ToggleType) | Setter. |
void QButtonGroup::moveFocus(int) | Use the QWidget::setFocus() setter function. |
void QButtonGroup::setButton(int) | Setter. |
void QButtonGroup::setExclusive(bool) | Setter. |
void QButtonGroup::setRadioButtonExclusive(bool) | Setter. |
void QComboBox::setAutoCompletion(bool) | Setter. |
void QComboBox::setAutoResize(bool) | Setter. |
void QComboBox::setCurrentItem(int) | Setter. |
void QComboBox::setCurrentText(const QString &) | Setter. |
void QComboBox::setFont(const QFont &) | Setter. |
void QComboBox::setInsertionPolicy(Policy) | Setter. |
void QComboBox::setLineEdit(QLineEdit *) | Setter. |
void QComboBox::setListBox(QListBox *) | Setter. |
void QComboBox::setMaxCount(int) | Setter. |
void QComboBox::setPalette(const QPalette &) | Setter. |
void QComboBox::setSizeLimit(int) | Setter. |
void QComboBox::setValidator(const QValidator *) | Setter. |
void QDateEdit::fix() | Port to the new QDateTimeEdit API. |
QString QDateEdit::sectionFormattedText(int) | Port to the new QDateTimeEdit API. |
void QDateEdit::setAutoAdvance(bool) | Port to the new QDateTimeEdit API. |
void QDateEdit::setDate(const QDate &) | Port to the new QDateTimeEdit API. |
void QDateEdit::setDay(int) | Port to the new QDateTimeEdit API. |
void QDateEdit::setMaxValue(const QDate &) | Port to the new QDateTimeEdit API. |
void QDateEdit::setMinValue(const QDate &) | Port to the new QDateTimeEdit API. |
void QDateEdit::setMonth(int) | Port to the new QDateTimeEdit API. |
void QDateEdit::setOrder(Order) | Port to the new QDateTimeEdit API. |
void QDateEdit::setRange(const QDate &, const QDate &) | Port to the new QDateTimeEdit API. |
void QDateEdit::setSeparator(const QString &) | Port to the new QDateTimeEdit API. |
void QDateEdit::setYear(int) | Port to the new QDateTimeEdit API. |
void QDateTimeEdit::setAutoAdvance(bool) | Port to the new QDateTimeEdit API. |
void QDateTimeEdit::setDateTime(const QDateTime &) | Port to the new QDateTimeEdit API. |
void QDial::rangeChange() | Reimplement QDial::sliderChange() instead. |
void QDial::repaintScreen(const QRect *) | Reimplement QDial::paintEvent() instead. |
void QDial::setNotchTarget(double) | Setter. |
void QDial::setNotchesVisible(bool) | Setter. |
void QDial::setTracking(bool) | Setter. |
void QDial::setValue(int) | Use QDial::sliderChange() instead. |
void QDial::setWrapping(bool) | Setter. |
void QDial::valueChange() | Use QDial::sliderChange() instead. |
QString QDir::absFilePath(const QString &, bool) const | Value type. |
QString QDir::absPath() const | Value type. |
QString QDir::canonicalPath() const | Value type. |
bool QDir::cd(const QString &, bool) | Value type. |
bool QDir::cdUp() | Value type. |
void QDir::convertToAbs() | Value type. |
QString QDir::dirName() const | Value type. |
QStrList QDir::encodedEntryList(int, int) const | Value type. |
QStrList QDir::encodedEntryList(const QString &, int, int) const | Value type. |
const QFileInfoList * QDir::entryInfoList(int, int) const | Value type. |
const QFileInfoList * QDir::entryInfoList(const QString &, int, int) const | Value type. |
QStringList QDir::entryList(const QString &, int, int) const | Value type. |
QStringList QDir::entryList(int, int) const | Value type. |
bool QDir::exists() const | Value type. |
bool QDir::exists(const QString &, bool) | Value type. |
QString QDir::filePath(const QString &, bool) const | Value type. |
bool QDir::isReadable() const | Value type. |
bool QDir::isRelative() const | Value type. |
bool QDir::isRoot() const | Value type. |
bool QDir::mkdir(const QString &, bool) const | Value type. |
bool QDir::operator!=() const | Value type. |
bool QDir::operator==() const | Value type. |
QString QDir::path() const | Value type. |
bool QDir::remove(const QString &, bool) | Value type. |
bool QDir::rename(const QString &, const QString &, bool) | Value type. |
bool QDir::rmdir(const QString &, bool) const | Value type. |
void QDir::setFilter(int) | Value type. |
void QDir::setMatchAllDirs(bool) | Value type. |
void QDir::setNameFilter(const QString &) | Value type. |
void QDir::setPath(const QString &) | Value type. |
void QDir::setSorting(int) | Value type. |
void QDns::setLabel(const QString &) | Use Q3Dns instead. |
void QDns::setLabel(const QHostAddress &) | Use Q3Dns instead. |
void QDns::setRecordType(RecordType) | Use Q3Dns instead. |
void QDockWindow::dock() | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setCloseMode(int) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setFixedExtentHeight(int) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setFixedExtentWidth(int) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setHorizontallyStretchable(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setMovingEnabled(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setNewLine(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setOffset(int) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setOpaqueMoving(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setOrientation(Orientation) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setResizeEnabled(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setVerticallyStretchable(bool) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::setWidget(QWidget *) | Use Q3DockWindow instead or port to the new QDockWidget API. |
void QDockWindow::undock() | Use Q3DockWindow instead or port to the new QDockWidget API. |
QString QDomAttr::name() const | Value type. |
QDomElement QDomAttr::ownerElement() const | Value type. |
void QDomAttr::setValue(const QString &) | Value type. |
bool QDomAttr::specified() const | Value type. |
QString QDomAttr::value() const | Value type. |
void QDomCharacterData::appendData(const QString &) | Value type. |
QString QDomCharacterData::data() const | Value type. |
void QDomCharacterData::deleteData(unsigned, unsigned) | Value type. |
void QDomCharacterData::insertData(unsigned, const QString &) | Value type. |
uint QDomCharacterData::length() const | Value type. |
void QDomCharacterData::replaceData(unsigned, unsigned, const QString &) | Value type. |
void QDomCharacterData::setData(const QString &) | Value type. |
QString QDomCharacterData::substringData(unsigned, unsigned) | Value type. |
QDomNamedNodeMap QDomDocumentType::entities() const | Value type. |
QString QDomDocumentType::internalSubset() const | Value type. |
QString QDomDocumentType::name() const | Value type. |
QDomNamedNodeMap QDomDocumentType::notations() const | Value type. |
QString QDomDocumentType::publicId() const | Value type. |
QString QDomDocumentType::systemId() const | Value type. |
QDomNamedNodeMap QDomElement::attributes() const | Value type. |
QDomNodeList QDomElement::elementsByTagName(const QString &) const | Value type. |
QDomNodeList QDomElement::elementsByTagNameNS(const QString &, const QString &) const | Value type. |
QString QDomEntity::notationName() const | Value type. |
QString QDomEntity::publicId() const | Value type. |
QString QDomEntity::systemId() const | Value type. |
QDomDocument QDomImplementation::createDocument(const QString &, const QString &, const QDomDocumentType &) | Value type. |
QDomDocumentType QDomImplementation::createDocumentType(const QString &, const QString &, const QString &) | Value type. |
bool QDomImplementation::hasFeature(const QString &, const QString &) | Value type. |
QDomImplementation::~QDomImplementation() | Value type. |
QDomNode QDomNode::appendChild(const QDomNode &) | Value type. |
QDomNamedNodeMap QDomNode::attributes() const | Value type. |
QDomNodeList QDomNode::childNodes() const | Value type. |
QDomNode QDomNode::cloneNode(bool) const | Value type. |
QDomNode QDomNode::firstChild() const | Value type. |
bool QDomNode::hasAttributes() const | Value type. |
bool QDomNode::hasChildNodes() const | Value type. |
QDomNode QDomNode::insertAfter(const QDomNode &, const QDomNode &) | Value type. |
QDomNode QDomNode::insertBefore(const QDomNode &, const QDomNode &) | Value type. |
bool QDomNode::isAttr() const | Value type. |
bool QDomNode::isCDATASection() const | Value type. |
bool QDomNode::isCharacterData() const | Value type. |
bool QDomNode::isComment() const | Value type. |
bool QDomNode::isDocument() const | Value type. |
bool QDomNode::isDocumentFragment() const | Value type. |
bool QDomNode::isDocumentType() const | Value type. |
bool QDomNode::isElement() const | Value type. |
bool QDomNode::isEntity() const | Value type. |
bool QDomNode::isEntityReference() const | Value type. |
bool QDomNode::isNotation() const | Value type. |
bool QDomNode::isProcessingInstruction() const | Value type. |
bool QDomNode::isSupported(const QString &, const QString &) const | Value type. |
bool QDomNode::isText() const | Value type. |
QDomNode QDomNode::lastChild() const | Value type. |
QString QDomNode::localName() const | Value type. |
QString QDomNode::namespaceURI() const | Value type. |
QDomNode QDomNode::nextSibling() const | Value type. |
QString QDomNode::nodeName() const | Value type. |
QDomNode::NodeType QDomNode::nodeType() const | Value type. |
QString QDomNode::nodeValue() const | Value type. |
void QDomNode::normalize() | Value type. |
QDomDocument QDomNode::ownerDocument() const | Value type. |
QDomNode QDomNode::parentNode() const | Value type. |
QString QDomNode::prefix() const | Value type. |
QDomNode QDomNode::previousSibling() const | Value type. |
QDomNode QDomNode::removeChild(const QDomNode &) | Value type. |
QDomNode QDomNode::replaceChild(const QDomNode &, const QDomNode &) | Value type. |
void QDomNode::setNodeValue(const QString &) | Value type. |
void QDomNode::setPrefix(const QString &) | Value type. |
QDomNode::~QDomNode() | Value type. |
QDomNode QDomNodeList::item(int) const | Value type. |
uint QDomNodeList::length() const | Value type. |
QDomNodeList::~QDomNodeList() | Value type. |
QString QDomProcessingInstruction::data() const | Value type. |
void QDomProcessingInstruction::setData(const QString &) | Value type. |
QString QDomProcessingInstruction::target() const | Value type. |
int QEventLoop::enterLoop() | Port to the new QAbstractEventDispatcher API. |
int QEventLoop::exec() | Port to the new QAbstractEventDispatcher API. |
void QEventLoop::exit(int) | Port to the new QAbstractEventDispatcher API. |
void QEventLoop::exitLoop() | Port to the new QAbstractEventDispatcher API. |
bool QEventLoop::hasPendingEvents() const | Port to the new QAbstractEventDispatcher API. |
int QEventLoop::loopLevel() const | Port to the new QAbstractEventDispatcher API. |
bool QEventLoop::processEvents(ProcessEventsFlags) | Port to the new QAbstractEventDispatcher API. |
void QEventLoop::registerSocketNotifier(QSocketNotifier *) | Port to the new QAbstractEventDispatcher API. |
void QEventLoop::unregisterSocketNotifier(QSocketNotifier *) | Port to the new QAbstractEventDispatcher API. |
void QEventLoop::wakeUp() | Port to the new QAbstractEventDispatcher API. |
void QFrame::drawContents(QPainter *) | Use Q3Frame or reimplement QFrame::paintEvent() instead. |
void QFrame::drawFrame(QPainter *) | Use Q3Frame or reimplement QFrame::paintEvent() instead. |
void QFrame::frameChanged() | Use Q3Frame or reimplement QFrame::resizeEvent() instead. |
void QFrame::setFrameRect(const QRect &) | Setter. |
void QFrame::setFrameStyle(int) | Setter. |
void QFrame::setLineWidth(int) | Setter. |
void QFrame::setMargin(int) | Setter. |
void QFrame::setMidLineWidth(int) | Setter. |
void QGridLayout::setColStretch(int, int) | Setter. |
void QGridLayout::setRowStretch(int, int) | Setter. |
void QGroupBox::setAlignment(int) | Setter. |
void QGroupBox::setColumnLayout(int, Orientation) | Setter. |
void QGroupBox::setTitle(const QString &) | Setter. |
QHostAddress::~QHostAddress() | Value type. |
int QIODevice::getch() | Port to the new QIODevice API. |
int QIODevice::putch(int) | Port to the new QIODevice API. |
QByteArray QIODevice::readAll() | Port to the new QIODevice API. |
Q_LONG QIODevice::readLine(char *, Q_ULONG) | Port to the new QIODevice API. |
int QIODevice::ungetch(int) | Port to the new QIODevice API. |
void QIcon::setPixmap(const QString &, Size, Mode, State) | Value type. |
void QIcon::setPixmap(const QPixmap &, Size, Mode, State) | Value type. |
QIcon::~QIcon() | Value type. |
void QLabel::setAlignment(int) | Setter. |
void QLabel::setAutoResize(bool) | Setter. |
void QLabel::setBuddy(QWidget *) | Setter. |
void QLabel::setMovie(const QMovie &) | Setter. |
void QLabel::setNum(int) | Setter. |
void QLabel::setNum(double) | Setter. |
void QLabel::setPicture(const QPicture &) | Setter. |
void QLabel::setPixmap(const QPixmap &) | Setter. |
void QLabel::setText(const QString &) | Setter. |
QLayoutIterator QLayout::iterator() | Port to the new QLayout API. |
void QLayout::setAutoAdd(bool) | Setter. |
void QLayout::setMargin(int) | Setter. |
void QLayout::setMenuBar(QMenuBar *) | Setter. |
void QLayout::setSpacing(int) | Setter. |
QLayoutIterator QLayoutItem::iterator() | Port to the new QLayoutItem API. |
void QLayoutItem::setAlignment(int) | Setter. |
bool QLibrary::unload() | Never used polymorphically in Qt. |
void QLineEdit::clear() | Connect to QLineEdit::textChanged() instead. |
void QLineEdit::clearValidator() | Never used polymorphically in Qt. |
void QLineEdit::copy() const | Never used polymorphically in Qt. |
void QLineEdit::cut() | Never used polymorphically in Qt. |
void QLineEdit::deselect() | Connect to QLineEdit::selectionChanged() instead. |
void QLineEdit::insert(const QString &) | Connect to QLineEdit::textChanged() instead. |
void QLineEdit::paste() | Connect to QLineEdit::textChanged() instead. |
void QLineEdit::redo() | Never used polymorphically in Qt. |
void QLineEdit::selectAll() | Connect to QLineEdit::selectionChanged() instead. |
void QLineEdit::setAlignment(int) | Setter. |
void QLineEdit::setCursorPosition(int) | Connect to QLineEdit::cursorPositionChanged() instead. |
void QLineEdit::setDragEnabled(bool) | Setter. |
void QLineEdit::setEchoMode(EchoMode) | Setter. |
void QLineEdit::setFrame(bool) | Setter. |
void QLineEdit::setMaxLength(int) | Setter. |
void QLineEdit::setReadOnly(bool) | Setter. |
void QLineEdit::setSelection(int, int) | Connect to QLineEdit::selectionChanged() instead. |
void QLineEdit::setText(const QString &) | Connect to QLineEdit::textChanged() instead. |
void QLineEdit::setValidator(const QValidator *) | Setter. |
void QLineEdit::undo() | Never used in a polymorphic way by Qt. |
void QMainWindow::addDockWindow(QDockWindow *, Dock, bool) | Port to the new QMainWindow API. |
void QMainWindow::addDockWindow(QDockWindow *, const QString &, Dock, bool) | Port to the new QMainWindow API. |
void QMainWindow::customize() | Port to the new QMainWindow API. |
bool QMainWindow::isCustomizable() const | Port to the new QMainWindow API. |
void QMainWindow::moveDockWindow(QDockWindow *, Dock) | Port to the new QMainWindow API. |
void QMainWindow::moveDockWindow(QDockWindow *, Dock, bool, int, int) | Port to the new QMainWindow API. |
void QMainWindow::removeDockWindow(QDockWindow *) | Port to the new QMainWindow API. |
void QMainWindow::setAppropriate(QDockWindow *, bool) | Port to the new QMainWindow API. |
void QMainWindow::setCentralWidget(QWidget *) | Setter. |
void QMainWindow::setDockEnabled(QDockWindow *, Dock, bool) | Port to the new QMainWindow API. |
void QMainWindow::setDockEnabled(Dock, bool) | Port to the new QMainWindow API. |
void QMainWindow::setDockMenuEnabled(bool) | Port to the new QMainWindow API. |
void QMainWindow::setDockWindowsMovable(bool) | Port to the new QMainWindow API. |
void QMainWindow::setOpaqueMoving(bool) | Port to the new QMainWindow API. |
void QMainWindow::setRightJustification(bool) | Port to the new QMainWindow API. |
void QMainWindow::setUpLayout() | Port to the new QMainWindow API. |
void QMainWindow::setUsesBigPixmaps(bool) | Port to the new QMainWindow API. |
void QMainWindow::setUsesTextLabel(bool) | Port to the new QMainWindow API. |
bool QMainWindow::showDockMenu(const QPoint &) | Port to the new QMainWindow API. |
void QMenuBar::activateItemAt(int) | Port to the new QMenuBar API. |
void QMenuBar::menuContentsChanged() | Port to the new QMenuBar API. |
void QMenuBar::menuDelPopup(QPopupMenu *) | Port to the new QMenuBar API. |
void QMenuBar::menuInsPopup(QPopupMenu *) | Port to the new QMenuBar API. |
void QMenuBar::menuStateChanged() | Port to the new QMenuBar API. |
void QMenuBar::setId(int, int) | Port to the new QMenuBar API. |
void QMenuBar::setSeparator(Separator) | Port to the new QMenuBar API. |
void QMenuBar::updateItem(int) | Port to the new QMenuBar API. |
QMutex::~QMutex() | Value type. |
bool QObject::checkConnectArgs(const char *, const QObject *, const char *) | Reimplementing this function is no longer possible. |
const char * QObject::className() const | Reimplementing this function is no longer supported. |
void QObject::insertChild(QObject *) | Reimplement QObject::childEvent() instead and handle QEvent::ChildAdded events. |
QVariant QObject::property(const char *) const | Reimplementing this function is no longer supported. |
void QObject::removeChild(QObject *) | Reimplement QObject::childEvent() instead and handle QEvent::ChildRemoved events. |
void QObject::setName(const char *) | Setter. |
bool QObject::setProperty(const char *, const QVariant &) | Setter. |
bool QPaintDevice::cmd(int , QPainter * , QPDevCmdParam *) | Port to the new QPaintEngine API. |
Qt::HANDLE QPaintDevice::handle() const | Port to the new QPaintDevice API. |
HDC QPaintDevice::handle() const | Port to the new QPaintDevice API. |
void QPopupMenu::activateItemAt(int) | Port to the new QMenu API. |
void QPopupMenu::menuContentsChanged() | Port to the new QMenu API. |
void QPopupMenu::menuDelPopup(QPopupMenu *) | Port to the new QMenu API. |
void QPopupMenu::menuInsPopup(QPopupMenu *) | Port to the new QMenu API. |
void QPopupMenu::menuStateChanged() | Port to the new QMenu API. |
void QPopupMenu::setActiveItem(int) | Port to the new QMenu API. |
void QPopupMenu::setCheckable(bool) | Port to the new QMenu API. |
void QPopupMenu::setId(int, int) | Port to the new QMenu API. |
void QPopupMenu::updateItem(int) | Port to the new QMenu API. |
int QPrinter::resolution() const | Call QPrinter::setResolution() to change the resolution. |
void QPrinter::setColorMode(ColorMode) | Subclass QPrintEngine instead. |
void QPrinter::setCreator(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setDocName(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setFromTo(int, int) | Subclass QPrintEngine instead. |
void QPrinter::setFullPage(bool) | Subclass QPrintEngine instead. |
void QPrinter::setMinMax(int, int) | Subclass QPrintEngine instead. |
void QPrinter::setNumCopies(int) | Subclass QPrintEngine instead. |
void QPrinter::setOrientation(Orientation) | Subclass QPrintEngine instead. |
void QPrinter::setOutputFileName(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setOutputToFile(bool) | Subclass QPrintEngine instead. |
void QPrinter::setPageOrder(PageOrder) | Subclass QPrintEngine instead. |
void QPrinter::setPageSize(PageSize) | Subclass QPrintEngine instead. |
void QPrinter::setPaperSource(PaperSource) | Subclass QPrintEngine instead. |
void QPrinter::setPrintProgram(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setPrinterName(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setPrinterSelectionOption(const QString &) | Subclass QPrintEngine instead. |
void QPrinter::setResolution(int) | Subclass QPrintEngine instead. |
void QProcess::addArgument(const QString &) | Not used polymorphically in Qt. |
void QProcess::closeStdin() | Not used polymorphically in Qt. |
bool QProcess::launch(const QByteArray & buf, QStringList *) | Not used polymorphically in Qt. |
bool QProcess::launch(const QString & buf, QStringList *) | Not used polymorphically in Qt. |
QString QProcess::readLineStderr() | Not used polymorphically in Qt. |
QString QProcess::readLineStdout() | Not used polymorphically in Qt. |
QByteArray QProcess::readStderr() | Not used polymorphically in Qt. |
QByteArray QProcess::readStdout() | Not used polymorphically in Qt. |
void QProcess::setArguments(const QStringList &) | Not used polymorphically in Qt. |
void QProcess::setWorkingDirectory(const QDir &) | Not used polymorphically in Qt. |
bool QProcess::start(QStringList *) | Not used polymorphically in Qt. |
void QProcess::writeToStdin(const QByteArray &) | Not used polymorphically in Qt. |
bool QProgressBar::setIndicator(QString &, int, int) | Not used polymorphically in Qt. |
void QProgressBar::setProgress(int) | Not used polymorphically in Qt. |
void QProgressBar::setTotalSteps(int) | Not used polymorphically in Qt. |
void QPushButton::setAutoDefault(bool) | Not used polymorphically in Qt. |
void QPushButton::setDefault(bool) | Not used polymorphically in Qt. |
void QPushButton::setIsMenuButton(bool) | Not used polymorphically in Qt. |
void QPushButton::setOn(bool) | Connect to QPushButton::toggled(bool) instead. |
void QRadioButton::setChecked(bool) | Connect to QRadioButton::toggled(bool) instead. |
uchar * QScreen::cache(int , int) | Port to the new QScreen API. |
void QScreen::set(unsigned int , unsigned int , unsigned int , unsigned) | Port to the new QScreen API. |
void QScreen::uncache(uchar *) | Port to the new QScreen API. |
void QScrollBar::setOrientation(Orientation) | Setter. |
void QScrollBar::setTracking(bool) | Setter. |
void QSignalMapper::setMapping(const QObject *, const QString &) | Setter. |
void QSignalMapper::setMapping(const QObject *, int) | Setter. |
void QSlider::rangeChange() | Reimplement QSlider::sliderChange() instead. |
void QSlider::setOrientation(Orientation) | Setter. |
void QSlider::setPalette(const QPalette &) | Setter. |
void QSlider::setTickInterval(int) | Setter. |
void QSlider::setTickmarks(TickSetting) | Setter. |
void QSlider::setTracking(bool) | Setter. |
void QSlider::setValue(int) | Reimplement QSlider::sliderChange() instead. |
void QSlider::valueChange() | Reimplement QSlider::sliderChange() instead. |
QString QSpinBox::cleanText() const | Port to the new QSpinBox API. |
void QSpinBox::interpretText() | Port to the new QSpinBox API. |
QString QSpinBox::prefix() const | Port to the new QSpinBox API. |
void QSpinBox::rangeChange() | Reimplement QSpinBox::sliderChange() instead. |
void QSpinBox::selectAll() | Port to the new QSpinBox API. |
void QSpinBox::setButtonSymbols(ButtonSymbols) | Setter. |
void QSpinBox::setPrefix(const QString &) | Setter. |
void QSpinBox::setSpecialValueText(const QString &) | Setter. |
void QSpinBox::setSuffix(const QString &) | Setter. |
void QSpinBox::setValidator(const QValidator *) | Setter. |
void QSpinBox::setValue(int) | Connect to QSpinBox::valueChanged(). |
void QSpinBox::setWrapping(bool) | Setter. |
void QSpinBox::stepDown() | Reimplement QSpinBox::stepBy() instead. |
void QSpinBox::stepUp() | Reimplement QSpinBox::stepBy() instead. |
QString QSpinBox::suffix() const | Port to the new QSpinBox API. |
void QSpinBox::updateDisplay() | Port to the new QSpinBox API. |
void QSpinBox::valueChange() | Reimplement QSpinBox::sliderChange() instead. |
void QSplitter::drawSplitter(QPainter *, QCOORD, QCOORD, QCOORD, QCOORD) | Reimplement QStyle::drawPrimitive() instead and handle QStyle::PE_Splitter. |
void QSplitter::setOpaqueResize(bool) | Setter. |
void QSplitter::setOrientation(Orientation) | Setter. |
void QSplitter::setResizeMode(QWidget *, ResizeMode) | Setter. |
void QSqlDatabase::setDatabaseName(const QString &) | Setter. |
void QSqlDatabase::setHostName(const QString &) | Setter. |
void QSqlDatabase::setPassword(const QString &) | Setter. |
void QSqlDatabase::setPort(int) | Setter. |
void QSqlDatabase::setUserName(const QString &) | Setter. |
QSqlQuery QSqlDriver::createQuery() const | Port to the new QSqlDriver API. |
QString QSqlDriver::nullText() const | Port to the new QSqlDriver API. |
QSqlRecord QSqlDriver::record(const QSqlQuery &) const | Port to the new QSqlDriver API. |
QSqlRecordInfo QSqlDriver::recordInfo(const QSqlQuery &) const | Port to the new QSqlDriver API. |
QSqlRecordInfo QSqlDriver::recordInfo(const QString &) const | Port to the new QSqlDriver API. |
void QSqlError::setDatabaseText(const QString &) | Value type. |
void QSqlError::setDriverText(const QString &) | Value type. |
void QSqlError::setNumber(int) | Value type. |
void QSqlError::setType(int) | Value type. |
QSqlError::~QSqlError() | Value type. |
void QSqlField::setName(const QString &) | Value type. |
void QSqlField::setNull() | Value type. |
void QSqlField::setReadOnly(bool) | Value type. |
void QSqlField::setValue(const QVariant &) | Value type. |
QVariant QSqlField::value() const | Value type. |
QSqlField::~QSqlField() | Value type. |
void QSqlFieldInfo::setCalculated(bool) | Value type. |
void QSqlFieldInfo::setGenerated(bool) | Value type. |
void QSqlFieldInfo::setTrim(bool) | Value type. |
QSqlFieldInfo::~QSqlFieldInfo() | Value type. |
void QSqlIndex::append(const QSqlField &) | Value type. |
void QSqlIndex::append(const QSqlField &, bool) | Value type. |
void QSqlIndex::setCursorName(const QString &) | Value type. |
void QSqlIndex::setDescending(int, bool) | Value type. |
void QSqlIndex::setName(const QString &) | Value type. |
QVariant QSqlQuery::value(int) const | Exists as a non-virtual function. |
void QSqlRecord::append(const QSqlField &) | Value type. |
void QSqlRecord::clear() | Value type. |
void QSqlRecord::clearValues(bool) | Value type. |
void QSqlRecord::insert(int, const QSqlField &) | Value type. |
void QSqlRecord::remove(int) | Value type. |
void QSqlRecord::setGenerated(const QString &, bool) | Value type. |
void QSqlRecord::setGenerated(int, bool) | Value type. |
void QSqlRecord::setNull(int) | Value type. |
void QSqlRecord::setNull(const QString &) | Value type. |
void QSqlRecord::setValue(const QString &, const QVariant &) | Value type. |
void QSqlRecord::setValue(int, const QVariant &) | Value type. |
QString QSqlRecord::toString(const QString &, const QString &) const | Value type. |
QStringList QSqlRecord::toStringList(const QString &) const | Value type. |
QVariant QSqlRecord::value(int) const | Value type. |
QVariant QSqlRecord::value(const QString &) const | Value type. |
QSqlRecord::~QSqlRecord() | Value type. |
void QStyle::polishPopupMenu(QPopupMenu *) | Reimplement QStyle::polish(QWidget *) instead. |
int QTabBar::addTab(QTab *) | Reimplement QTabBar::tabInserted() instead. |
int QTabBar::insertTab(QTab *, int) | Reimplement QTabBar::tabInserted() instead. |
void QTabBar::layoutTabs() | Reimplement QTabBar::tabLayoutChange() instead. |
void QTabBar::paint(QPainter *, QTab *, bool) const | Reimplement QTabBar::paintEvent() instead. |
void QTabBar::paintLabel(QPainter *, const QRect &, QTab *, bool) const | Reimplement QTabBar::paintEvent() instead. |
void QTabBar::removeTab(QTab *) | Reimplement QTabBar::tabRemoved() instead. |
QTab * QTabBar::selectTab(const QPoint &) const | Reimplement QTabBar::mousePressEvent() instead. |
void QTabBar::setCurrentTab(int) | Connect to the QTabBar::currentChanged() signal. |
void QTabBar::setCurrentTab(QTab *) | Connect to the QTabBar::currentChanged() signal. |
void QTabBar::setShape(Shape) | Setter. |
void QTabBar::setTabEnabled(int, bool) | Setter. |
void QTabWidget::addTab(QWidget *, const QString &) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::addTab(QWidget *, const QIcon &, const QString &) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::addTab(QWidget *, QTab *) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::insertTab(QWidget *, const QIcon &, const QString &, int) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::insertTab(QWidget *, const QString &, int) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::insertTab(QWidget *, QTab *, int) | Reimplement QTabWidget::tabInserted() instead. |
void QTabWidget::removePage(QWidget *) | Reimplement QTabWidget::tabRemoved() instead. |
void QTabWidget::showPage(QWidget *) | Connect to QTabWidget::currentChanged() instead. |
void QTextEdit::append(const QString &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::clear() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::clearParagraphBackground(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::copy() | Use Q3TextEdit or port to the new QTextEdit API. |
QPopupMenu * QTextEdit::createPopupMenu(const QPoint &) | Use Q3TextEdit or port to the new QTextEdit API. |
QPopupMenu * QTextEdit::createPopupMenu() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::cut() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::del() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::doKeyboardAction(KeyboardAction) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::ensureCursorVisible() | Use Q3TextEdit or port to the new QTextEdit API. |
bool QTextEdit::find(const QString &, bool, bool, bool, int *, int *) | Use Q3TextEdit or port to the new QTextEdit API. |
bool QTextEdit::focusNextPrevChild(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
int QTextEdit::heightForWidth(int) const | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::insert(const QString &, bool, bool, bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::insertAt(const QString &, int, int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::insertParagraph(const QString &, int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::moveCursor(CursorAction, bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::paste() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::pasteSubType(const QCString &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::placeCursor(const QPoint &, QTextCursor *) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::redo() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::removeParagraph(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::removeSelectedText(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::removeSelection(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::scrollToAnchor(const QString &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::scrollToBottom() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::selectAll(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setAlignment(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setBold(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setColor(const QColor &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setCurrentFont(const QFont &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setCursorPosition(int, int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setFamily(const QString &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setItalic(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setLinkUnderline(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setMimeSourceFactory(QMimeSourceFactory *) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setModified(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setOverwriteMode(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setPaper(const QBrush &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setParagraphBackgroundColor(int, const QColor &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setPointSize(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setReadOnly(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setSelection(int, int, int, int, int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setSelectionAttributes(int, const QColor &, bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setStyleSheet(QStyleSheet *) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setTabStopWidth(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setText(const QString &, const QString &) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setTextFormat(TextFormat) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setUnderline(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setUndoDepth(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setUndoRedoEnabled(bool) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setVerticalAlignment(VerticalAlignment) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setWordWrap(WordWrap) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setWrapColumnOrWidth(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::setWrapPolicy(WrapPolicy) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::sync() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::undo() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::zoomIn() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::zoomIn(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::zoomOut(int) | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::zoomOut() | Use Q3TextEdit or port to the new QTextEdit API. |
void QTextEdit::zoomTo(int) | Use Q3TextEdit or port to the new QTextEdit API. |
QString QTimeEdit::sectionFormattedText(int) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setAutoAdvance(bool) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setHour(int) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setMaxValue(const QTime &) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setMinValue(const QTime &) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setMinute(int) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setRange(const QTime &, const QTime &) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setSecond(int) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setSeparator(const QString &) | Port to the new QDateTimeEdit API. |
void QTimeEdit::setTime(const QTime &) | Port to the new QDateTimeEdit API. |
void QToolBar::clear() | Setter. |
void QToolBar::setLabel(const QString &) | Setter. |
void QToolBar::setStretchableWidget(QWidget *) | Setter. |
void QToolButton::setIconSet(const QIcon &) | Setter. |
void QToolButton::setOn(bool) | Connect to QToolButton::toggled(bool) instead. |
void QToolButton::setTextLabel(const QString &, bool) | Setter. |
void QToolButton::setToggleButton(bool) | Setter. |
void QToolButton::setUsesBigPixmap(bool) | Setter. |
void QToolButton::setUsesTextLabel(bool) | Setter. |
void QToolTip::maybeTip(const QPoint &) | Port to the new QToolTip API. |
void QUrl::addPath(const QString &) | Value type. |
bool QUrl::cdUp() | Value type. |
bool QUrl::parse(const QString &) | Value type. |
void QUrl::reset() | Value type. |
void QUrl::setEncodedPathAndQuery(const QString &) | Value type. |
void QUrl::setFileName(const QString &) | Value type. |
void QUrl::setHost(const QString &) | Value type. |
void QUrl::setPassword(const QString &) | Value type. |
void QUrl::setPath(const QString &) | Value type. |
void QUrl::setPort(int) | Value type. |
void QUrl::setProtocol(const QString &) | Value type. |
void QUrl::setQuery(const QString &) | Value type. |
void QUrl::setRef(const QString &) | Value type. |
void QUrl::setUser(const QString &) | Value type. |
QString QUrl::toString(bool, bool) const | Value type. |
QUrl::~QUrl() | Value type. |
QWaitCondition::~QWaitCondition() | Value type. |
bool QWhatsThis::clicked(const QString &) | Port to the new QWhatsThis API. |
QString QWhatsThis::text(const QPoint &) | Port to the new QWhatsThis API. |
QWhatsThis::~QWhatsThis() | Port to the new QWhatsThis API. |
void QWidget::adjustSize() | Reimplement QWidget::sizeHint() instead. |
bool QWidget::close(bool) | Reimplement QWidget::closeEvent(). |
void QWidget::create(WId, bool, bool) | Not supported in Qt 4. |
bool QWidget::customWhatsThis() const | Not supported in Qt 4. |
void QWidget::destroy(bool, bool) | Not supported in Qt 4. |
void QWidget::enabledChange(bool) | Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange. |
void QWidget::fontChange(const QFont &) | Reimplement QWidget::changeEvent() and handle QEvent::FontChange. |
void QWidget::imComposeEvent(QIMEvent *) | Reimplement QWidget::inputMethodEvent() instead. |
void QWidget::imEndEvent(QIMEvent *) | Reimplement QWidget::inputMethodEvent() instead. |
void QWidget::imStartEvent(QIMEvent *) | Reimplement QWidget::inputMethodEvent() instead. |
void QWidget::move(int, int) | Setter. |
void QWidget::paletteChange(const QPalette &) | Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange. |
void QWidget::polish() | Reimplement event() and handle the QEvent::Polish event type. |
void QWidget::reparent(QWidget *, WFlags, const QPoint &, bool) | Reimplement QWidget::event() and handle QEvent::Reparent. |
void QWidget::resize(int, int) | Reimplement QWidget::resizeEvent() instead. |
void QWidget::setAcceptDrops(bool) | Setter. |
void QWidget::setActiveWindow() | Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange. |
void QWidget::setAutoMask(bool) | Setter. |
void QWidget::setBackgroundColor(const QColor &) | Setter. |
void QWidget::setBackgroundMode(BackgroundMode) | Setter. |
void QWidget::setBackgroundOrigin(BackgroundOrigin) | Setter. |
void QWidget::setBackgroundPixmap(const QPixmap &) | Setter. |
void QWidget::setCaption(const QString &) | Reimplement QWidget::changeEvent() and handle QEvent::WindowTitleChange. |
void QWidget::setCursor(const QCursor &) | Setter. |
void QWidget::setEnabled(bool) | Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange. |
void QWidget::setEraseColor(const QColor &) | Setter. |
void QWidget::setErasePixmap(const QPixmap &) | Setter. |
void QWidget::setFocus() | Reimplement QWidget::focusInEvent() or QWidget::focusOutEvent(). |
void QWidget::setFocusPolicy(FocusPolicy) | Setter. |
void QWidget::setFocusProxy(QWidget *) | Setter. |
void QWidget::setFont(const QFont &) | Reimplement QWidget::changeEvent() and handle QEvent::FontChange and/or QEvent::ApplicationFontChange. |
void QWidget::setGeometry(int, int, int, int) | Setter. |
void QWidget::setGeometry(const QRect &) | Setter. |
void QWidget::setIcon(const QPixmap &) | Reimplement QWidget::changeEvent() and handle QEvent::WindowIconChange. |
void QWidget::setIconText(const QString &) | Reimplement QWidget::changeEvent() and handle QEvent::IconTextChange. |
void QWidget::setKeyCompression(bool) | Setter. |
void QWidget::setMask(const QRegion &) | Setter. |
void QWidget::setMask(const QBitmap &) | Setter. |
void QWidget::setMaximumSize(int, int) | Setter. |
void QWidget::setMicroFocusHint(int, int, int, int, bool, QFont *) | Setter. |
void QWidget::setMinimumSize(int, int) | Setter. |
void QWidget::setMouseTracking(bool) | Reimplement QWidget::changeEvent() and handle QEvent::MouseTrackingChange. |
void QWidget::setPalette(const QPalette &) | Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange. |
void QWidget::setPaletteBackgroundColor(const QColor &) | Setter. |
void QWidget::setPaletteBackgroundPixmap(const QPixmap &) | Setter. |
void QWidget::setSizeIncrement(int, int) | Setter. |
void QWidget::setSizePolicy(QSizePolicy) | Setter. |
void QWidget::setUpdatesEnabled(bool) | Setter. |
void QWidget::setWFlags(WFlags) | Setter. |
void QWidget::show() | Reimplement QWidget::showEvent(). |
void QWidget::showMaximized() | Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange. |
void QWidget::showMinimized() | Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange. |
void QWidget::showNormal() | Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange. |
void QWidget::styleChange(QStyle &) | Reimplement QWidget::changeEvent() and handle QEvent::StyleChange. |
void QWidget::unsetCursor() | Setter. |
void QWidget::windowActivationChange(bool) | Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange. |
[Previous: Porting to Qt 4] [Next: Porting to Qt 4 - Drag and Drop]
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.