Show TOC Welcome to the QLIB 1.0 Online Reference
QLIB 

Resources


Description

Many controls share the same resources, such as images, dialog box templates and so on. A bright example is various buttons you might have in your application. Though buttons control different things, have different labels and tooltips, they do share the same graphics and behavior (that is a web-style button, a checkbox etc.).

QLIB introduces special kind of abstraction that is known as a resource. Almost each visual control needs a resource to be created before.

Class Summary

Class NameDescriptionUsed by
QImageListDefines a sequence of offscreen images. They all must have the same size.QCounter,
QProgress
QButtonResDefines many kinds of button controls, including simple buttons, checkboxes, web-style buttons, singals etc.QButton,
QMessageBox
QBoxResDefines a framed resizable popup box.QBox,
QMessageBox