Show TOC Welcome to the QLIB 1.0 Online Reference
QLIB 

UI Controls


Description

Collection of UI controls is an essential and continuously growing part of the library. Now it includes variety of button controls, progress bars (both vertical and horizontal), counters (animated led-style displays) and dynamic labels. Many of the controls need a resource to be created first, see Resources section for details.

Class Summary

Class NameDescriptionDemo
QButtonCreates a customizable button. A few button styles are supported, including normal button, checkbox, web-button and signal.Show me...
QCounterCreates an animated digital display. A few animation modes are supported.Show me...
QLabelThis class creates text label that handles "onClick" event. The text inside can be changed dynamically.Show me...
QProgressCreates vertical or horizontal progress bar. Supports four progress directions.Show me...