Show TOC Welcome to the QLIB 1.0 Online Reference
QLIB 

Windowing


Description

Windows are widely used in applications to create popup dialogs, control panes, switchable tab panels, menus etc. QLIB includes the windowing collection that embraces controls from very common QWindow object up to quite specific QMessageBox dialog. In plans - to proceed developing, include context menu and multi-tabs control.

Class Summary

Class NameDescriptionDemo
QWindowCreates a generic window. This control brings up an easiest way to enrich your page appearance with variety of animated transition effects.Show me...
QBoxCreates a box. It's a subclass of a window that has graphics border around the client area and optionally can be filled by a tile image.Show me...
QMessageBoxCreates a message box. Basically it's a box with the message text on it and a button that closes the box. A message box automatically adjusts its size and position.Show me...
QSpriteSprite is a piece of graphics that flies over the page and basically is represented by an image. In addition to behavior of a window, sprite has a few motion methods.Show me...