Print this Page

Qios DevSuite Controls

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

qribbon_default01_thumb

Office Ribbon Control – QRibbon for .NET

The QRibbon control for .NET allows you to add the famous Ribbon to your application. Because the Ribbon control uses QComposite to display it’s layout, you can fully customize the layout of the Ribbon. The Ribbon control goes together with ApplicationMenu, QRibbonForm, Captionbar, LaunchBar, LaunchBarHost and all the QComposite items to complete your requested layout. Default Ribbon layout and behaviour… …

View page »

qballoon2

QBalloon Control

The QBalloon component provides you with an easy way to provide more information about your application and its controls. Configure the delays, sizing, movement and closing behaviour, when to show the balloon (when a control gets the focus or when the mouse cursor hovers above the control) and control the balloon window itself. The QBalloon shows a …

View page »

qshape_qbutton_thumb

QButton Control

QButton is a highly customizable button. You can align the image bottom, top, left or right. You can align the text area the same way. You can align the text itself right, centered, left. You can change all the colors. It has several. You can change its shape. It supports transparency. You can setup Gradients or …

View page »

qcomposite_loadingzone

QComposite Control

QComposite allows you to display menu-items, texts, groups, images, icons, controls, etc. in various directions and flows. Every item contains shapes, margins, paddings, alignments. etc. This way you can display your application navigation controls exactly the way you want. You can think of QComposite as a sort of HTML, however without the language. You can use …

View page »

qmainmenu1

QContextMenu Control

QContextMenu is capable of presenting mainmenu’s, contextmenu’s and popupmenu’s in a customized appearance. The control has the following features: Highly customizable The QMenu 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 …

View page »

QDockingWindow Control

QDockingWindow Control

QDockingWindow is the control to use for an advanced User Interface experience. It is similar to the way Microsoft presents the tool windows in Visual Studio .Net., but we have added some special features. You can dock tool windows on each other, on bars at the side of the Main Form or on every other dockable …

View page »

QExplorerBar Control

The QExplorerBar enables you to present the user a selection of commands, grouped the way you like it. The control has the following features: Special Groups You can allow each group to be special by altering the color scheme for that group item only. The first screenshot illustrates a custom colorscheme for the item ‘Picture Tasks’. Animation …

View page »

qinputbox_default01_thumb

QInputBox Control

QInputBox is the base control for QTextBox, QNumericUpDown and QComboBox. It contains all the functionality of those three controls. QTextBox is a textbox that can be shaped, colorized, etc. It even support translucent backgrounds. QComboBox allows you to present a combobox the way you want. You can change its shape, colors, button etc. You can even change the drop down window to …

View page »

qmarkuplabel1

QMarkupLabel Control

The QMarkupLabel control is an advanced label to present the user with formatted text. Use a html-based syntax to provide formatting to your text. Create custom styles to define new tags, which can contain font, color and other visual properties. Use hyperlinks to make your label more interactive. The QMarkupLabel has properties to align the text, apply …

View page »

qpanel

QPanel Control

QPanel is a relatively simple panel control with some major features: Background image You can set a background image and decide where it must be painted: On one of the sides, one of the corners, in the middle, repeated horizontally, repeated vertically, repeated both, or stretched. Customizable To customize the borders you can define the colors, …

View page »

qprogressbar3

QProgressBar Control

QProgressBar is a fully customizable progressbar with the following features: Colors You can configure the gradient colors of the QProgressBar background and of the inner bar which shows the progress. In addition you can show or hide the borders and configure its color. Blockstyle A QProgressBar can show blocks or a single bar. You can configure …

View page »

qscrollbar_thumb

QScrollBar Control

QScrollBar allows you to display custom scrollBars. You can fully customize the shape and colors of every item on the QScrollBar. You can also add your own custom items. QScrollBar with QShape in Design To see the QShapeDesigner in action click here.     Click here to submit your review. Submit your review Name: *Email: *Website: …

View page »

qstatusbar1

QStatusBar Control

The QStatusBar is a fully customizable statusbar that gives you more control of the items. The control has the following features: Highly customizable The QStatusBar is highly customizable, you can modify the margins, gradient, thickness, font properties and colors of the statusbar and its panels. You can set the backgroundcolor to a gradient in every angle you …

View page »

anim_qtabcontrol_dragdrop

QTabControl

Everybody knows what a TabControl looks like and what it does. You have a set of predefined tabs and when you click a tab the corresponding page is activated. This all works fine. But when you want to display a tab with a non-default shape, you fall into the deep and you have to paint …

View page »

qtoolbar

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 …

View page »

QTranslucentWindow

QTranslucentWindow Control

QTranslucentWindow allows you to create splashscreens and other popupwindows with a translucent (semi-transparent) image very easily. You just create a new instance of QTranslucentWindow and set the BackgroundImage.                             Click here to submit your review. Submit your review Name: *Email: *Website: Review Title: …

View page »