LadocumentationdeQten français Contact Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forumContribuezou contactez-nouspar MPou par email (voir en bas de page). Qt dans le magazine
virtual QModelIndexList match ( const QModelIndex & start, int role, const QVariant & value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const virtual QMimeData * mimeData ( const QModelIndexList & indexes ) const virtual QStringList mim...
Qt provides support for integration with OpenGL implementations on all platforms, which allows you to display hardware accelerated 3D graphics alongside a more conventional user interface. For more information, seeQtOpenGL Module. You can use theQGLShaderclass to compile OpenGL shaders written in the...
The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.More... #include <QStyle> Inherits enumComplexControl{ CC_SpinBox, CC_ComboBox, CC_ScrollBar, CC_Slider, ..., CC_CustomBase } enumContentsType{ CT_CheckBox, CT_ComboBox, CT_Q3DockWindow, CT_He...
This class was introduced in Qt 4.4. When QPlainTextEdit is used read-only the key bindings are limited to navigation, and text may only be selected with the mouse: Using QPlainTextEdit as an Editor All the information about using QPlainTextEdit as a display widget also applies here. ...
[Qt3Supportmodule] The Q3DataBrowser class provides data manipulation and navigation for data entry forms.More... #include <Q3DataBrowser> This class is part of the Qt 3 support library.It is provided to keep old source code working. We strongly advise against using it in new code. SeePor...
The Q3ListView class implements a list/tree view.More... #include <Q3ListView> This class is part of the Qt 3 support library.It is provided to keep old source code working. We strongly advise against using it in new code. SeePorting to Qt 4for more information. ...
By selecting the right parent object, this can often be made to clean up the module's data at the right moment. Macro Documentation Q_DECLARE_TR_FUNCTIONS( context) The Q_DECLARE_TR_FUNCTIONS() macro declares and implements two translation functions, tr() and trUtf8(), with these signatur...
void connectToHost ( const QHostAddress & address, quint16 port, OpenMode openMode = ReadWrite ) void disconnectFromHost () SocketError error () const bool flush () bool isValid () const QHostAddress localAddress () const quint16 localPort () const QHostAddress peerAddress () const QStri...
There are 20 predefined QColors: Qt::white, Qt::black, Qt::red, Qt::darkRed, Qt::green, Qt::darkGreen, Qt::blue, Qt::darkBlue, Qt::cyan, Qt::darkCyan, Qt::magenta, Qt::darkMagenta, Qt::yellow, Qt::darkYellow, Qt::gray, Qt::darkGray, Qt::lightGray, Qt::color0, Qt::...