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 | 注释 |
|---|---|
| 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 *) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::addedTo( QWidget *, QWidget *) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::addedTo(int, QPopupMenu *) | 使用 Q3Action instead or port to the new QAction API. |
| bool QAction::removeFrom ( QWidget *) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setAccel (const QKeySequence &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setEnabled (bool) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setIconSet (const QIcon &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setMenuText (const QString &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setOn (bool) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setStatusTip (const QString &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setText (const QString &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setToggleAction (bool) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setToolTip (const QString &) | 使用 Q3Action instead or port to the new QAction API. |
| void QAction::setWhatsThis (const QString &) | 使用 Q3Action instead or port to the new QAction API. |
| void QButton::drawButton( QPainter *) | 使用 Q3Button instead or reimplement QButton::paintEvent(). |
| void QButton::drawButtonLabel( QPainter *) | 使用 Q3Button instead or reimplement QButton::paintEvent(). |
| void QButton::setAccel(const QKeySequence &) | Setter. |
| void QButton::setAutoRepeat(bool) | Setter. |
| void QButton::setDown(bool) | 使用 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 &) | 使用 QAbstractButton::setText () setter function. |
| void QButton::setToggleType(ToggleType) | Setter. |
| void QButtonGroup::moveFocus(int) | 使用 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() | 重实现 QDial::sliderChange () 代替。 |
| void QDial::repaintScreen(const QRect *) | 重实现 QDial::paintEvent () 代替。 |
| void QDial::setNotchTarget (double) | Setter. |
| void QDial::setNotchesVisible (bool) | Setter. |
| void QDial::setTracking (bool) | Setter. |
| void QDial::setValue (int) | 使用 QDial::sliderChange () 代替。 |
| void QDial::setWrapping (bool) | Setter. |
| void QDial::valueChange() | 使用 QDial::sliderChange () 代替。 |
| 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 &) | 使用 Q3Dns 代替。 |
| void QDns::setLabel(const QHostAddress &) | 使用 Q3Dns 代替。 |
| void QDns::setRecordType(RecordType) | 使用 Q3Dns 代替。 |
| void QDockWindow::dock() | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setCloseMode(int) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setFixedExtentHeight(int) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setFixedExtentWidth(int) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setHorizontallyStretchable(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setMovingEnabled(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setNewLine(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setOffset(int) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setOpaqueMoving(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setOrientation(Orientation) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setResizeEnabled(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setVerticallyStretchable(bool) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::setWidget( QWidget *) | 使用 Q3DockWindow instead or port to the new QDockWidget API. |
| void QDockWindow::undock() | 使用 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 *) | 使用 Q3Frame or reimplement QFrame::paintEvent () 代替。 |
| void QFrame::drawFrame( QPainter *) | 使用 Q3Frame or reimplement QFrame::paintEvent () 代替。 |
| void QFrame::frameChanged() | 使用 Q3Frame or reimplement QFrame::resizeEvent () 代替。 |
| 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 () 代替。 |
| 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 () 代替。 |
| void QLineEdit::insert (const QString &) | Connect to QLineEdit::textChanged () 代替。 |
| void QLineEdit::paste () | Connect to QLineEdit::textChanged () 代替。 |
| void QLineEdit::redo () | Never used polymorphically in Qt. |
| void QLineEdit::selectAll () | Connect to QLineEdit::selectionChanged () 代替。 |
| void QLineEdit::setAlignment (int) | Setter. |
| void QLineEdit::setCursorPosition (int) | Connect to QLineEdit::cursorPositionChanged () 代替。 |
| 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 () 代替。 |
| void QLineEdit::setText (const QString &) | Connect to QLineEdit::textChanged () 代替。 |
| 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 *) | 重实现 QObject::childEvent () instead and handle QEvent::ChildAdded 事件。 |
| QVariant QObject::property (const char *) const | Reimplementing this function is no longer supported. |
| void QObject::removeChild ( QObject *) | 重实现 QObject::childEvent () instead and handle QEvent::ChildRemoved 事件。 |
| 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 | 调用 QPrinter::setResolution () to change the resolution. |
| void QPrinter::setColorMode (ColorMode) | 子类 QPrintEngine 代替。 |
| void QPrinter::setCreator (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setDocName (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setFromTo (int, int) | 子类 QPrintEngine 代替。 |
| void QPrinter::setFullPage (bool) | 子类 QPrintEngine 代替。 |
| void QPrinter::setMinMax (int, int) | 子类 QPrintEngine 代替。 |
| void QPrinter::setNumCopies(int) | 子类 QPrintEngine 代替。 |
| void QPrinter::setOrientation (Orientation) | 子类 QPrintEngine 代替。 |
| void QPrinter::setOutputFileName (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setOutputToFile (bool) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPageOrder (PageOrder) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPageSize(PageSize) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPaperSource (PaperSource) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPrintProgram (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPrinterName (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setPrinterSelectionOption (const QString &) | 子类 QPrintEngine 代替。 |
| void QPrinter::setResolution (int) | 子类 QPrintEngine 代替。 |
| 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() | 重实现 QSlider::sliderChange () 代替。 |
| 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) | 重实现 QSlider::sliderChange () 代替。 |
| void QSlider::valueChange() | 重实现 QSlider::sliderChange () 代替。 |
| 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 () | 重实现 QSpinBox::stepBy () 代替。 |
| void QSpinBox::stepUp () | 重实现 QSpinBox::stepBy () 代替。 |
| 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) | 重实现 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 *) | 重实现 QStyle::polish ( QWidget *) 代替。 |
| int QTabBar::addTab (QTab *) | 重实现 QTabBar::tabInserted () 代替。 |
| int QTabBar::insertTab (QTab *, int) | 重实现 QTabBar::tabInserted () 代替。 |
| void QTabBar::layoutTabs() | 重实现 QTabBar::tabLayoutChange () 代替。 |
| void QTabBar::paint( QPainter *, QTab *, bool) const | 重实现 QTabBar::paintEvent () 代替。 |
| void QTabBar::paintLabel( QPainter *, const QRect &, QTab *, bool) const | 重实现 QTabBar::paintEvent () 代替。 |
| void QTabBar::removeTab (QTab *) | 重实现 QTabBar::tabRemoved () 代替。 |
| QTab * QTabBar::selectTab(const QPoint &) const | 重实现 QTabBar::mousePressEvent () 代替。 |
| void QTabBar::setCurrentTab (int) | Connect to the QTabBar::currentChanged () 信号。 |
| void QTabBar::setCurrentTab (QTab *) | Connect to the QTabBar::currentChanged () 信号。 |
| void QTabBar::setShape (Shape) | Setter. |
| void QTabBar::setTabEnabled (int, bool) | Setter. |
| void QTabWidget::addTab ( QWidget *, const QString &) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::addTab ( QWidget *, const QIcon &, const QString &) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::addTab ( QWidget *, QTab *) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::insertTab ( QWidget *, const QIcon &, const QString &, int) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::insertTab ( QWidget *, const QString &, int) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::insertTab ( QWidget *, QTab *, int) | 重实现 QTabWidget::tabInserted () 代替。 |
| void QTabWidget::removePage ( QWidget *) | 重实现 QTabWidget::tabRemoved () 代替。 |
| void QTabWidget::showPage ( QWidget *) | Connect to QTabWidget::currentChanged () 代替。 |
| void QTextEdit::append (const QString &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::clear () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::clearParagraphBackground(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::copy () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| QPopupMenu * QTextEdit::createPopupMenu(const QPoint &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| QPopupMenu * QTextEdit::createPopupMenu() | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::cut () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::del() | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::doKeyboardAction (KeyboardAction) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::ensureCursorVisible () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| bool QTextEdit::find (const QString &, bool, bool, bool, int *, int *) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| bool QTextEdit::focusNextPrevChild (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| int QTextEdit::heightForWidth (int) const | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::insert (const QString &, bool, bool, bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::insertAt(const QString &, int, int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::insertParagraph(const QString &, int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::moveCursor (CursorAction, bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::paste () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::pasteSubType(const QCString &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::placeCursor(const QPoint &, QTextCursor *) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::redo () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::removeParagraph(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::removeSelectedText(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::removeSelection(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::scrollToAnchor (const QString &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::scrollToBottom() | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::selectAll (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setAlignment (int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setBold (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setColor (const QColor &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setCurrentFont (const QFont &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setCursorPosition(int, int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setFamily (const QString &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setItalic (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setLinkUnderline(bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setMimeSourceFactory( QMimeSourceFactory *) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setModified (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setOverwriteMode (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setPaper(const QBrush &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setParagraphBackgroundColor(int, const QColor &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setPointSize (int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setReadOnly (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setSelection(int, int, int, int, int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setSelectionAttributes(int, const QColor &, bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setStyleSheet ( QStyleSheet *) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setTabStopWidth (int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setText (const QString &, const QString &) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setTextFormat (TextFormat) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setUnderline (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setUndoDepth(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setUndoRedoEnabled (bool) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setVerticalAlignment(VerticalAlignment) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setWordWrap(WordWrap) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setWrapColumnOrWidth(int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::setWrapPolicy(WrapPolicy) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::sync () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::undo () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::zoomIn () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::zoomIn (int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::zoomOut (int) | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::zoomOut () | 使用 Q3TextEdit or port to the new QTextEdit API. |
| void QTextEdit::zoomTo(int) | 使用 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 () | 重实现 QWidget::sizeHint () 代替。 |
| bool QWidget::close (bool) | 重实现 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) | 重实现 QWidget::changeEvent () and handle QEvent::EnabledChange . |
| void QWidget::fontChange(const QFont &) | 重实现 QWidget::changeEvent () and handle QEvent::FontChange . |
| void QWidget::imComposeEvent(QIMEvent *) | 重实现 QWidget::inputMethodEvent () 代替。 |
| void QWidget::imEndEvent(QIMEvent *) | 重实现 QWidget::inputMethodEvent () 代替。 |
| void QWidget::imStartEvent(QIMEvent *) | 重实现 QWidget::inputMethodEvent () 代替。 |
| void QWidget::move (int, int) | Setter. |
| void QWidget::paletteChange(const QPalette &) | 重实现 QWidget::changeEvent () and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange . |
| void QWidget::polish () | Reimplement event() and handle the QEvent::Polish 事件类型。 |
| void QWidget::reparent ( QWidget *, WFlags, const QPoint &, bool) | 重实现 QWidget::event () and handle QEvent::Reparent . |
| void QWidget::resize (int, int) | 重实现 QWidget::resizeEvent () 代替。 |
| void QWidget::setAcceptDrops (bool) | Setter. |
| void QWidget::setActiveWindow () | 重实现 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 &) | 重实现 QWidget::changeEvent () and handle QEvent::WindowTitleChange . |
| void QWidget::setCursor (const QCursor &) | Setter. |
| void QWidget::setEnabled (bool) | 重实现 QWidget::changeEvent () and handle QEvent::EnabledChange . |
| void QWidget::setEraseColor (const QColor &) | Setter. |
| void QWidget::setErasePixmap (const QPixmap &) | Setter. |
| void QWidget::setFocus () | 重实现 QWidget::focusInEvent () 或 QWidget::focusOutEvent (). |
| void QWidget::setFocusPolicy (FocusPolicy) | Setter. |
| void QWidget::setFocusProxy ( QWidget *) | Setter. |
| void QWidget::setFont (const QFont &) | 重实现 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 &) | 重实现 QWidget::changeEvent () and handle QEvent::WindowIconChange . |
| void QWidget::setIconText (const QString &) | 重实现 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) | 重实现 QWidget::changeEvent () and handle QEvent::MouseTrackingChange . |
| void QWidget::setPalette (const QPalette &) | 重实现 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 () | 重实现 QWidget::showEvent (). |
| void QWidget::showMaximized () | 重实现 QWidget::changeEvent () and handle QEvent::WindowStateChange . |
| void QWidget::showMinimized () | 重实现 QWidget::changeEvent () and handle QEvent::WindowStateChange . |
| void QWidget::showNormal () | 重实现 QWidget::changeEvent () and handle QEvent::WindowStateChange . |
| void QWidget::styleChange( QStyle &) | 重实现 QWidget::changeEvent () and handle QEvent::StyleChange . |
| void QWidget::unsetCursor () | Setter. |
| void QWidget::windowActivationChange(bool) | 重实现 QWidget::changeEvent () and handle QEvent::ActivationChange . |