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 Name | Description | Demo |
QWindow | Creates a generic window. This control brings up an easiest way to enrich your page appearance with variety of animated transition effects. | Show me... |
QBox | Creates 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... |
QMessageBox | Creates 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... |
QSprite | Sprite 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... |