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  ·  Tous les espaces de nom  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QtCore Module

The QtCore module contains core non-GUI functionality. More...

Namespaces

QtContains miscellaneous identifiers used throughout the Qt library
QtConcurrentHigh-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives

Classes

QtConcurrent::ExceptionBase class for exceptions that can transferred across threads
QAbstractEventDispatcherInterface to manage Qt's event queue
QAbstractFileEngineAbstraction for accessing the filesystem
QAbstractFileEngineHandlerWay to register custom file engines with your application
QAbstractFileEngineIteratorIterator interface for custom file engines
QAbstractItemModelThe abstract interface for item model classes
QAbstractListModelAbstract model that can be subclassed to create one-dimensional list models
QAbstractTableModelAbstract model that can be subclassed to create table models
QAtomicIntPlatform-independent atomic operations on integers
QAtomicPointerTemplate class that provides platform-independent atomic operations on pointers
QBasicTimerTimer events for objects
QBitArrayArray of bits
QBufferQIODevice interface for a QByteArray
QByteArrayArray of bytes
QByteArrayMatcherHolds a sequence of bytes that can be quickly matched in a byte array
QCacheTemplate class that provides a cache
QChar16-bit Unicode character
QChildEventContains event parameters for child object events
QConstStringWrapper for constant Unicode string data
QCoreApplicationEvent loop for console Qt applications
QCryptographicHashWay to generate cryptographic hashes
QCustomEventSupport for custom events
QDataStreamSerialization of binary data to a QIODevice
QDateDate functions
QDateTimeDate and time functions
QDirAccess to directory structures and their contents
QDirIteratorIterator for directory entrylists
QDynamicPropertyChangeEventContains event parameters for dynamic property change events
QEventThe base class of all event classes. Event objects contain event parameters
QEventLoopMeans of entering and leaving an event loop
QExplicitlySharedDataPointerRepresents a pointer to an explicitly shared object
QFSFileEngineImplements Qt's default file engine
QFileInterface for reading from and writing to files
QFileInfoSystem-independent file information
QFileSystemWatcherInterface for monitoring files and directories for modifications
QFlagHelper data type for QFlags
QFlagsType-safe way of storing OR-combinations of enum values
QFutureRepresents the result of an asynchronous computation
QFutureSynchronizerConvenience class that simplifies QFuture synchronization
QFutureWatcherAllows monitoring a QFuture using signals and slots
QGenericArgumentInternal helper class for marshalling arguments
QGenericReturnArgumentInternal helper class for marshalling arguments
QHashTemplate class that provides a hash-table-based dictionary
QHashIteratorJava-style const iterator for QHash and QMultiHash
QIODeviceThe base interface class of all I/O devices in Qt
QLatin1Char8-bit ASCII/Latin-1 character
QLatin1StringThin wrapper around an ASCII/Latin-1 encoded string literal
QLibraryLoads shared libraries at runtime
QLibraryInfoInformation about the Qt library
QLineTwo-dimensional vector using integer precision
QLineFTwo-dimensional vector using floating point precision
QLinkedListTemplate class that provides linked lists
QLinkedListIteratorJava-style const iterator for QLinkedList
QListTemplate class that provides lists
QListIteratorJava-style const iterator for QList and QQueue
QLocaleConverts between numbers and their string representations in various languages
QMapTemplate class that provides a skip-list-based dictionary
QMapIteratorJava-style const iterator for QMap and QMultiMap
QMetaClassInfoAdditional information about a class
QMetaEnumMeta-data about an enumerator
QMetaMethodMeta-data about a member function
QMetaObjectContains meta-information about Qt objects
QMetaPropertyMeta-data about a property
QMetaTypeManages named types in the meta-object system
QMimeDataContainer for data that records information about its MIME type
QModelIndexUsed to locate data in a data model
QMultiHashConvenience QHash subclass that provides multi-valued hashes
QMultiMapConvenience QMap subclass that provides multi-valued maps
QMutableHashIteratorJava-style non-const iterator for QHash and QMultiHash
QMutableLinkedListIteratorJava-style non-const iterator for QLinkedList
QMutableListIteratorJava-style non-const iterator for QList and QQueue
QMutableMapIteratorJava-style non-const iterator for QMap and QMultiMap
QMutableSetIteratorJava-style non-const iterator for QSet
QMutableVectorIteratorJava-style non-const iterator for QVector and QStack
QMutexAccess serialization between threads
QMutexLockerConvenience class that simplifies locking and unlocking mutexes
QObjectThe base class of all Qt objects
QObjectCleanupHandlerWatches the lifetime of multiple QObjects
QPairTemplate class that stores a pair of items
QPersistentModelIndexUsed to locate data in a data model
QPluginLoaderLoads a plugin at run-time
QPointDefines a point in the plane using integer precision
QPointFDefines a point in the plane using floating point precision
QPointerTemplate class that provides guarded pointers to QObjects
QProcessUsed to start external programs and to communicate with them
QQueueGeneric container that provides a queue
QReadLockerConvenience class that simplifies locking and unlocking read-write locks for read access
QReadWriteLockRead-write locking
QRectDefines a rectangle in the plane using integer precision
QRectFDefines a rectangle in the plane using floating point precision
QRegExpPattern matching using regular expressions
QResourceInterface for reading directly from resources
QRunnableThe base class for all runnable objects
QSemaphoreGeneral counting semaphore
QSetTemplate class that provides a hash-table-based set
QSetIteratorJava-style const iterator for QSet
QSettingsPersistent platform-independent application settings
QSharedDataBase class for shared data objects
QSharedDataPointerRepresents a pointer to an implicitly shared object
QSharedMemoryAccess to a shared memory segment
QSignalMapperBundles signals from identifiable senders
QSizeDefines the size of a two-dimensional object using integer point precision
QSizeFDefines the size of a two-dimensional object using floating point precision
QSocketNotifierSupport for monitoring activity on a file descriptor
QStackTemplate class that provides a stack
QStringUnicode character string
QStringListList of strings
QStringMatcherHolds a sequence of characters that can be quickly matched in a Unicode string
QStringRefThin wrapper around QString substrings
QSysInfoInformation about the system
QSystemLocaleCan be used to finetune the system locale of the user
QSystemSemaphoreGeneral counting system semaphore
QTemporaryFileI/O device that operates on temporary files
QTextBoundaryFinderWay of finding Unicode text boundaries in a string
QTextCodecConversions between text encodings
QTextCodecPluginAbstract base for custom QTextCodec plugins
QTextDecoderState-based decoder
QTextEncoderState-based encoder
QTextIStreamConvenience class for input streams
QTextOStreamConvenience class for output streams
QTextStreamConvenient interface for reading and writing text
QThreadPlatform-independent threads
QThreadPoolManages a collection of QThreads
QThreadStoragePer-thread data storage
QTimeClock time functions
QTimeLineTimeline for controlling animations
QTimerRepetitive and single-shot timers
QTimerEventContains parameters that describe a timer event
QTranslatorInternationalization support for text output
QUrlConvenient interface for working with URLs
QUuidStores a Universally Unique Identifier (UUID)
QVarLengthArrayLow-level variable-length array
QVariantActs like a union for the most common Qt data types
QVectorTemplate class that provides a dynamic array
QVectorIteratorJava-style const iterator for QVector and QStack
QWaitConditionCondition variable for synchronizing threads
QWriteLockerConvenience class that simplifies locking and unlocking read-write locks for write access
QXmlStreamAttributeRepresents a single XML attribute
QXmlStreamAttributesRepresents a vector of QXmlStreamAttribute
QXmlStreamEntityDeclarationRepresents a DTD entity declaration
QXmlStreamEntityResolverEntity resolver for a QXmlStreamReader
QXmlStreamNamespaceDeclarationRepresents a namespace declaration
QXmlStreamNotationDeclarationRepresents a DTD notation declaration
QXmlStreamReaderFast well-formed XML parser with a simple streaming API
QXmlStreamWriterXML writer with a simple streaming API
QtConcurrent::UnhandledExceptionRepresents an unhandled exception in a worker thread

Detailed Description

All other Qt modules rely on this module. To include the definitions of the module's classes, use the following directive:

 #include <QtCore>

The QtCore module is part of all Qt editions.

[Previous: Qt's Modules] [Qt's Modules] [Next: QtGui Module]

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  2. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 61
  3. Une nouvelle ère d'IHM 3D pour les automobiles, un concept proposé par Digia et implémenté avec Qt 3
  4. Qt Creator 2.5 est sorti en beta, l'EDI supporte maintenant plus de fonctionnalités de C++11 2
  5. PySide devient un add-on Qt et rejoint le Qt Project et le modèle d'open gouvernance 1
  6. Vingt sociétés montrent leurs décodeurs basés sur Qt au IPTV World Forum, en en exploitant diverses facettes (déclaratif, Web, widgets) 0
  7. Thread travailleur avec Qt en utilisant les signaux et les slots, un article de Christophe Dumez traduit par Thibaut Cuvelier 1
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 99
  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. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 50
  4. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  5. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 61
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Developer Network au hasard

Logo

Combiner licence, à propos et fermer d'une dernière manière

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. 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 4.4
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