Qt:Документация 4.3.2/qstylefactory

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QStyleFactory Class Reference
[модуль QtGui ]

The QStyleFactory class creates QStyle objects. Далее...

 #include <QStyleFactory>

[править] Статические открытые члены

  • QStyle * create ( const QString & key )
  • QStringList keys ()

[править] Подробное описание

The QStyleFactory class creates QStyle objects.

Класс QStyle - это абстрактный базовый класс инкапсулирующий внешний вид и поведение элементов GUI QStyleFactory creates a QStyle object using the create() function and a key identifying the style. The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).

The valid keys can be retrieved using the keys() function. Typically they include "windows", "motif", "cde", and "plastique" and "cleanlooks". Depending on the platform, "windowsxp" and "macintosh" may be available. Note that keys are case insensitive.

See also QStyle.


[править] Описание функций-членов

[править]
QStyle * QStyleFactory::create ( const QString & key ) [static]

Creates a QStyle object that matches the given key. This is either a built-in style, or a style from a style plugin.

Note that keys are case insensitive.

See also keys().

[править]
QStringList QStyleFactory::keys () [static]

Returns the list of valid keys, i.e. the leys this factory can create styles for.

See also create().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2