QStyleFactory Class ReferenceThe QStyleFactory class creates QStyle objects. Далее... #include <QStyleFactory>
Статические открытые члены
Подробное описаниеThe QStyleFactory class creates QStyle objects. Класс QStyle - это абстрактный базовый класс, инкапсулирующий внешний вид и поведение элементов графического интерфейса пользователя. 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", "plastique" and "cleanlooks". Depending on the platform, "windowsxp", "windowsvista" and "macintosh" may be available. Note that keys are case insensitive. See also QStyle. Описание функций-членовQStyle * QStyleFactory::create ( const QString & key ) [static]Creates and returns a QStyle object that matches the given key, or returns 0 if no matching style is found. Both built-in styles and styles from style plugins are queried for a matching style. Note: The keys used are case insensitive. See also keys(). QStringList QStyleFactory::keys () [static]Returns the list of valid keys, i.e. the keys this factory can create styles for. See also create(). |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |