Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

Format of the QDataStream operators


The QDataStream allows you to serialize some of the Qt data types. In the following table you find for these data types the format of the serialization.

Q_INT8
  • signed byte
Q_INT16
  • signed 16 bit integer
Q_INT32
  • signed 32 bit integer
Q_UINT8
  • unsigned byte
Q_UINT16
  • unsigned 16 bit integer
Q_UINT32
  • unsigned 32 bit integer
float
  • 32-bit floating point number using the standard IEEE754 format
double
  • 64-bit floating point number using the standard IEEE754 format
char*
  1. The length of the string including the terminating 0 (Q_UINT32)
  2. The string including the terminating 0, i.e. length bytes
QBrush
  1. The brush style (Q_UINT8)
  2. The brush color (QColor)
  3. If style == CustomPattern: the brush pixmap (QPixmap)
QColor
  • RGB value serialized as a Q_UINT32
QCursor
  1. Shape id (Q_INT16)
  2. If shape == BitmapCursor: bitmap (QPixmap)
  3. If shape == BitmapCursor: mask (QPixmap)
  4. If shape == BitmapCursor: hot spot (QPoint)
QFont
  1. The point size (Q_INT16)
  2. The style hint (Q_UINT8)
  3. The char set (Q_UINT8)
  4. The weight (Q_UINT8)
  5. The font bits (Q_UINT8)
QImage
  • Save it as a PNG image.
QColorGroup
  1. foreground (QBrush)
  2. button (QBrush)
  3. light (QBrush)
  4. midLight (QBrush)
  5. dark (QBrush)
  6. mid (QBrush)
  7. text (QBrush)
  8. brightText (QBrush)
  9. ButtonText (QBrush)
  10. base (QBrush)
  11. background (QBrush)
  12. shadow (QBrush)
  13. highlight (QBrush)
  14. highlightedText (QBrush)
QPalette
  1. active (QColorGroup)
  2. disabled (QColorGroup)
  3. inactive (QColorGroup)
QPen
  1. The pen style(s) (Q_UINT8)
  2. The pen width (Q_UINT8)
  3. The pen color (QColor)
QPixmap
  • Save it as a PNG image.
QPoint
  1. The x coordinate (Q_INT32)
  2. The y coordinate (Q_INT32)
QPointArray
  1. The array size (Q_UINT32)
  2. The array points (QPoint)
QRect
  1. left (Q_INT32)
  2. top (Q_INT32)
  3. right (Q_INT32)
  4. bottom (Q_INT32)
QRegion
  1. The size of the data, i.e. 8+16*(number of rectangles) (Q_UINT32)
  2. QRGN_RECTS (Q_INT32)
  3. The number of rectangles (Q_UINT32)
  4. The rectangles in sequential order (QRect)
QSize
  1. width (Q_INT32)
  2. height (Q_INT32)
QVariant
  1. The type of the data (Q_UINT32)
  2. The data of the specified type
QWMatrix
  1. m11 (double)
  2. m12 (double)
  3. m21 (double)
  4. m22 (double)
  5. dx (double)
  6. dy (double)
QBitArray
  1. The array size (Q_UINT32)
  2. The array bits, i.e. (size+7)/8 bytes
QByteArray
  1. The array size (Q_UINT32)
  2. The array bytes, i.e. size bytes
QCString
  1. The length (Q_UINT32)
  2. The data, i.e. length bytes
QDate
  • Julian day (Q_UINT32)
QTime
  • Milliseconds since midnight (Q_UINT32)
QDateTime
  1. Date (QDate)
  2. Time (QTime)
QMap
  1. The number of items (Q_UINT32)
  2. For all items: the key and value
QString
  1. If isNull():
    1. 0xffffffff (Q_UINT32)
  2. Else:
    1. length (Q_UINT32)
    2. data in utf16
QValueList
  1. The number of list elements (Q_UINT32)
  2. All the elements in sequential order

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 41
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 6
Page suivante

Le Qt Labs au hasard

Logo

Améliorer les performances de Qt lors du rendu avec plus de SIMD

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 2.3
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web