Qt:Документация 4.3.2/designer-resources
Материал из Wiki.crossplatform.ru
Root (Обсуждение | вклад) (Новая: {{Qt4.3.2_header}} [Previous: Qt Designer's Tab Order Editing Mode ] [ [[Qt:Документация 4.3.2/designer-manual | ...) |
Root (Обсуждение | вклад) |
||
Строка 7: | Строка 7: | ||
''Qt Designer'' fully supports the [[Qt:Документация 4.3.2/resources | Qt Resource System]], allowing resources to be specified alongside forms as they are designed. To help designers and developers manage the resources that are needed by applications, ''Qt Designer'''s resource editor allows resources to be defined on a per-form basis. | ''Qt Designer'' fully supports the [[Qt:Документация 4.3.2/resources | Qt Resource System]], allowing resources to be specified alongside forms as they are designed. To help designers and developers manage the resources that are needed by applications, ''Qt Designer'''s resource editor allows resources to be defined on a per-form basis. | ||
- | + | <div id="defining-a-resource-file"></div> | |
==Defining a Resource File== | ==Defining a Resource File== | ||
To specify a resource file you must enable the resorce editor by opening the '''Tools''' menu, and switching on the '''Resource Editor''' option. | To specify a resource file you must enable the resorce editor by opening the '''Tools''' menu, and switching on the '''Resource Editor''' option. | ||
- | + | <div id="resourcefiles"></div> | |
{| align="center" cellpadding="2" cellspacing="1" border="0" | {| align="center" cellpadding="2" cellspacing="1" border="0" | ||
Строка 21: | Строка 21: | ||
Once a resource file is loaded, you can create or remove entries in the file using the provided '''+''' and '''-''' buttons, and specify resources (for example images) using the '''Add Files''' button. Note that these resources must reside within the current resource file's directory or one of its subdirectories. | Once a resource file is loaded, you can create or remove entries in the file using the provided '''+''' and '''-''' buttons, and specify resources (for example images) using the '''Add Files''' button. Note that these resources must reside within the current resource file's directory or one of its subdirectories. | ||
- | + | <div id="editresource"></div> | |
{| align="center" cellpadding="2" cellspacing="1" border="0" | {| align="center" cellpadding="2" cellspacing="1" border="0" | ||
Строка 32: | Строка 32: | ||
|} | |} | ||
- | + | <div id="using-the-resources"></div> | |
==Using the Resources== | ==Using the Resources== | ||
When the resources are defined you can use them actively when composing your form. For example, you might want to create a tool button using an icon specified in the resource file. | When the resources are defined you can use them actively when composing your form. For example, you might want to create a tool button using an icon specified in the resource file. | ||
- | + | <div id="usingresources"></div> | |
{| align="center" cellpadding="2" cellspacing="1" border="0" | {| align="center" cellpadding="2" cellspacing="1" border="0" | ||
Строка 46: | Строка 46: | ||
To quickly assign icon pixmaps to actions or pixmap properties, you may drag the pixmap from the resource editor to the action editor, or to the pixmap property in the property editor. | To quickly assign icon pixmaps to actions or pixmap properties, you may drag the pixmap from the resource editor to the action editor, or to the pixmap property in the property editor. | ||
+ | |||
|} | |} | ||
Текущая версия на 10:07, 6 ноября 2008
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[Previous: Qt Designer's Tab Order Editing Mode ] [ Contents ] [Next: Customizing Qt Designer Forms ]
[править] Editing Resources with Qt Designer
Qt Designer fully supports the Qt Resource System, allowing resources to be specified alongside forms as they are designed. To help designers and developers manage the resources that are needed by applications, Qt Designer's resource editor allows resources to be defined on a per-form basis.
[править] Defining a Resource File
To specify a resource file you must enable the resorce editor by opening the Tools menu, and switching on the Resource Editor option.
Resource Files
Using the resource editor, you can either open existing resource files or create new ones. Click the Current Resource combobox to choose one or the other. |
Once a resource file is loaded, you can create or remove entries in the file using the provided + and - buttons, and specify resources (for example images) using the Add Files button. Note that these resources must reside within the current resource file's directory or one of its subdirectories.
[править] Using the Resources
When the resources are defined you can use them actively when composing your form. For example, you might want to create a tool button using an icon specified in the resource file.
[Previous: Qt Designer's Tab Order Editing Mode ] [ Contents ] [Next: Customizing Qt Designer Forms ]
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|