This page contains a comprehensive list of all new classes and functions introduced in Qt 5.9. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.
virtual | id () const |
类 QDir :
isEmpty (QDir::Filters filters ) const |
类 QByteArray :
toHex (char separator ) const |
类 QDataStream :
operator<< (qfloat16 f ) | |
operator<< (std::nullptr_t ptr ) | |
operator>> (qfloat16 & f ) | |
operator>> (std::nullptr_t & ptr ) |
类 QObject :
startTimer (std::chrono::milliseconds time , Qt::TimerType timerType ) |
类 QStorageInfo :
subvolume () const |
类 QStringRef :
constBegin () const | |
constEnd () const | |
isRightToLeft () const |
类 QTemporaryDir :
filePath (const QString & fileName ) const |
类 QThreadPool :
tryTake (QRunnable * runnable ) |
类 QTimeZone :
fromCFTimeZone (CFTimeZoneRef timeZone ) | |
fromNSTimeZone (const NSTimeZone * timeZone ) | |
toCFTimeZone () const | |
toNSTimeZone () const |
类 QVarLengthArray :
append (T && t ) | |
push_back (T && t ) |
search (const QString & searchInput ) | |
searchInput () const | |
searchResultCount () const | |
searchResults (int start , int end ) const |
searchInput () const | |
setSearchInput (const QString & searchInput ) |
类 QIconEngine :
scaledPixmap (const QSize & size , QIcon::Mode mode , QIcon::State state , qreal scale ) |
类 QImage :
reinterpretAsFormat (QImage::Format format ) |
nativeHandle () const | |
setNativeHandle (void * handle ) |
addCacheableShaderFromSourceCode (QOpenGLShader::ShaderType type , const QByteArray & source ) | |
addCacheableShaderFromSourceCode (QOpenGLShader::ShaderType type , const QString & source ) | |
addCacheableShaderFromSourceCode (QOpenGLShader::ShaderType type , const char * source ) | |
addCacheableShaderFromSourceFile (QOpenGLShader::ShaderType type , const QString & fileName ) |
类 QOpenGLTexture :
setCompressedData (int mipLevel , int layer , int layerCount , QOpenGLTexture::CubeMapFace cubeFace , int dataSize , const void * data , const QOpenGLPixelTransferOptions *const options ) | |
setData (int mipLevel , int layer , int layerCount , QOpenGLTexture::CubeMapFace cubeFace , QOpenGLTexture::PixelFormat sourceFormat , QOpenGLTexture::PixelType sourceType , const void * data , const QOpenGLPixelTransferOptions *const options ) |
类 TouchPoint :
ellipseDiameters () const |
类 QWindow :
parent (QWindow::AncestorMode mode ) const | |
setFlag (Qt::WindowType flag , bool on ) |
类 QTextDocument :
toRawText () const |
类 QPlatformScreen :
virtual | currentMode () const |
virtual | manufacturer () const |
virtual | model () const |
virtual | modes () const |
virtual | preferredMode () const |
virtual | serialNumber () const |
类 QPlatformTheme :
virtual | standardButtonShortcut (int button ) const |
maximumFieldOfView () const | |
minimumFieldOfView () const | |
overzoomEnabled () const | |
setMaximumFieldOfView (double maximumFieldOfView ) | |
setMinimumFieldOfView (double minimumFieldOfView ) | |
setOverzoomEnabled (bool overzoomEnabled ) |
类 QGeoCodeReply :
aborted () |
类 QGeoRouteReply :
aborted () |
类 QPlaceReply :
aborted () |
类 QHostInfo :
lookupHost (const QString & name , Functor functor ) | |
lookupHost (const QString & name , const QObject * context , Functor functor ) | |
lookupHost (const QString & name , const QObject * receiver , PointerToMemberFunction function ) |
addStrictTransportSecurityHosts (const QVector<QHstsPolicy> & knownHosts ) | |
clearConnectionCache () | |
isStrictTransportSecurityEnabled () const | |
redirectPolicy () const | |
setRedirectPolicy (QNetworkRequest::RedirectPolicy policy ) | |
setStrictTransportSecurityEnabled (bool enabled ) | |
strictTransportSecurityHosts () const |
connectTimeout () const | |
setConnectTimeout (int timeout ) |
类 QNetworkReply :
redirectAllowed () |
类 QNearFieldTarget :
disconnect () | |
keepConnection () const | |
maxCommandLength () const | |
setKeepConnection (bool isPersistent ) |
isTabletMode () | |
isTabletModeIdentifier () |
类 QGeoCircle :
extendCircle (const QGeoCoordinate & coordinate ) |
类 QGeoRectangle :
extendRectangle (const QGeoCoordinate & coordinate ) |
类 QGeoShape :
boundingGeoRectangle () const |
类 QQmlEngine :
offlineStorageDatabaseFilePath (const QString & databaseName ) const |
类 QQmlError :
messageType () const | |
setMessageType (QtMsgType messageType ) |
类 QQuickWindow :
sceneGraphBackend () |
类 QSGTexture :
anisotropyLevel () const | |
setAnisotropyLevel (QSGTexture::AnisotropyLevel level ) |
类 QQuickStyle :
availableStyles () |
类 QCanBus :
availableDevices (const QString & plugin , QString * errorMessage ) const |
类 QCanBusFrame :
hasBitrateSwitch () const | |
hasErrorStateIndicator () const | |
setBitrateSwitch (bool bitrateSwitch ) | |
setErrorStateIndicator (bool errorStateIndicator ) |
类 QWebSocketServer :
handleConnection (QTcpSocket * socket ) const |
类 QFileDialog :
selectedMimeTypeFilter () const |
类 QSizePolicy :
transposed () const |
类 QSplitter :
replaceWidget (int index , QWidget * widget ) |
类 QSystemTrayIcon :
showMessage (const QString & title , const QString & message , const QIcon & icon , int millisecondsTimeoutHint ) |
类 QUndoCommand :
isObsolete () const | |
setObsolete (bool obsolete ) |
类 QWidget :
setWindowFlag (Qt::WindowType flag , bool on ) |
类 QSkyboxEntity :
isGammaCorrectEnabled () const | |
setGammaCorrectEnabled (bool enabled ) |
saveImage (const QString & fileName ) const |
addRow (const char * format , ... ) | |
qmlDebug (const QObject * object ) | |
qmlWarning (const QObject * object ) |
operator!= (QHostAddress::SpecialAddress lhs , const QHostAddress & rhs ) | |
qChecksum (const char * data , uint len , Qt::ChecksumType standard ) | |
qMakeStaticByteArrayMatcher (const char (&)[N] pattern ) | |
qmlRegisterModule (const char * uri , int versionMajor , int versionMinor ) |
enum | RedirectPolicy { ManualRedirectPolicy, NoLessSafeRedirectPolicy, SameOriginRedirectPolicy, UserVerifiedRedirectPolicy } |
enum | AnisotropyLevel { AnisotropyNone, Anisotropy2x, Anisotropy4x, Anisotropy8x, Anisotropy16x } |
enum | ChecksumType { ChecksumIso3309, ChecksumItuV41 } |
typedef | IsTabletModeType |
|
|
positioningComplete () | |
positioningComplete () | |
positioningComplete () | |
shortcutOverride () | |
positioningComplete () | |
textEdited () |
forceLayout () | |
forceLayout () | |
forceLayout () | |
addMapItemGroup () | |
addMapParameter () | |
clearMapParameters () | |
removeMapItemGroup () | |
removeMapParameter () | |
path () | |
shapeToPath () | |
saveImage () | |
forceLayout () | |
createTemporaryObject () | |
createTemporaryQmlObject () | |
touchEvent () | |
forceLayout () |