Home · Examples 


Editing Resources with Qt Designer

[Previous: Qt Designer's Tab Order Editing Mode][Qt Designer Manual][Next: Using Stylesheets 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 Browser option.


Resource Files

Using the resource browser, you can either open existing resource files or create new ones. Click the Edit Resources button


to edit your resources. You can also reload resources by clicking on the Reload button

.
Once a resource file is loaded, you can create or remove entries in the file using the provided Add Files

and Remove Files

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.


Editing Resource Files

Press the


button to add a new resource entry to the file. Then use the Add Files button

to specify the resource.

You can remove resources by selecting the corresponding entry in the resource editor, and press the


button.

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.


Using Resources

When changing properties which have values that may be defined within a resource file, Qt Designer's property editor allows you to specify a resource in addition to the option of selecting a source file in the ordinary way.



Selecting a Resource

You can open the resource selector by clicking Choose Resource... to add resources any time in the design process.


Copyright © 2008 Nokia Trademarks
Qt Jambi 4.4.3_01