Print this Page

QToolBar Control

QToolBar is the way to present your program items on your Form. It is possible to drag and drop the items where you want.

The control has the following features:

  • Highly customizable
    The QToolBar is highly customizable, you can modify the paddings, margins and colors of the background, the bevel, and the toolitems.
  • Drag and drop
    You can drag and drop the toolbar and place it on any of the predefined QToolBarHosts, or you can leave it in a floating QToolWindow.
  • User customizing
    You can let the user customize the QToolBars by allowing them to use the customize area to show or hide certain toolitems.
  • Behaviour control
    You have full control over the behaviour of the QToolBars. You can (dis)allow them to customize, move, float or close.
  • Translucent controls
    All items can contain a control. The control is placed on a (possible) translucent container so the background gradient and any hotstyles are still visible

 

 

Click here to submit your review.


Submit your review
* Required Field

Permanent link to this article: http://www.qiosdevsuite.com/controls/qtoolbar-control/