Участник:Lit-uriy/Песочница5
Материал из Wiki.crossplatform.ru
< Участник:Lit-uriy(Различия между версиями)
Lit-uriy (Обсуждение | вклад) |
Lit-uriy (Обсуждение | вклад) (→QFont) |
||
(6 промежуточных версий не показаны.) | |||
Строка 1: | Строка 1: | ||
- | + | == Зависимости QWidget == | |
+ | #include <QtGui/qwindowdefs.h> | ||
+ | #include <QtCore/qobject.h> | ||
+ | #include <QtGui/qpaintdevice.h> | ||
+ | #include <QtGui/qpalette.h> | ||
+ | #include <QtGui/qfont.h> | ||
+ | #include <QtGui/qfontmetrics.h> | ||
+ | #include <QtGui/qfontinfo.h> | ||
+ | #include <QtGui/qsizepolicy.h> | ||
+ | #include <QtGui/qregion.h> | ||
+ | #include <QtGui/qbrush.h> | ||
+ | #include <QtGui/qcursor.h> | ||
+ | #include <QtGui/qkeysequence.h> | ||
+ | #include <QtGui/qevent.h> | ||
+ | |||
+ | === QFont === | ||
+ | * [[Qt:Документация 4.3.2/qfont|QFont]] | ||
+ | ** [[Qt:Документация 4.3.2/qstring|QString]] | ||
+ | |||
+ | |||
+ | === QLocale === | ||
+ | * [[Qt:Документация 4.3.2/qlocale|QLocale]] | ||
+ | ** [[Qt:Документация 4.3.2/qstring|QString]] | ||
+ | ** [[Qt:Документация 4.3.2/qchar|QChar]] | ||
+ | |||
+ | === QRect === | ||
* [[Qt:Документация 4.3.2/qrect|QRect]] | * [[Qt:Документация 4.3.2/qrect|QRect]] | ||
** [[Qt:Документация 4.3.2/qpoint|QPoint]] | ** [[Qt:Документация 4.3.2/qpoint|QPoint]] | ||
** [[Qt:Документация 4.3.2/qsize|QSize]] | ** [[Qt:Документация 4.3.2/qsize|QSize]] | ||
+ | |||
+ | === QStyle === | ||
+ | * [[Qt:Документация 4.3.2/qstyle|QStyle]] | ||
+ | ** [[Qt:Документация 4.3.2/qpalette|QPalette]] | ||
+ | ** [[Qt:Документация 4.3.2/qbrush|QBrush]] | ||
+ | *** [[Qt:Документация 4.3.2/qpixmap|QPixmap]] | ||
+ | *** [[Qt:Документация 4.3.2/qbitmap|QBitmap]] | ||
+ | *** [[Qt:Документация 4.3.2/qimage|QImage]] | ||
+ | *** [[Qt:Документация 4.3.2/qmatrix|QMatrix]] | ||
+ | ** [[Qt:Документация 4.3.2/qcolor|QColor]] |
Текущая версия на 22:40, 26 декабря 2008
Содержание |
[править] Зависимости QWidget
- include <QtGui/qwindowdefs.h>
- include <QtCore/qobject.h>
- include <QtGui/qpaintdevice.h>
- include <QtGui/qpalette.h>
- include <QtGui/qfont.h>
- include <QtGui/qfontmetrics.h>
- include <QtGui/qfontinfo.h>
- include <QtGui/qsizepolicy.h>
- include <QtGui/qregion.h>
- include <QtGui/qbrush.h>
- include <QtGui/qcursor.h>
- include <QtGui/qkeysequence.h>
- include <QtGui/qevent.h>
[править] QFont