PDA

View Full Version : QSint Widgets Library



Sintegrial
19th March 2011, 17:36
Hi Everybody,

Let me introduce QSint Widgets Library.

QSint contains high-quality widgets for using in Qt applications, such as color pickers, Windows Vista/7-styled action boxes, recent files menus etc.

You can find it at: http://sintegrial.com/qsint

Version 0.2.beta contains following widgets:


ActionLabel
ActionBox
ActionGroup
ActionPanel
ColorButton
ColorGrid
RecentFiles
ScrollPanner
TabListMenu
WidgetPopup


The distribution contains source codes, examples and documentation. Also, Qt Desinger plugin is available.

Screenshot of QSint::ActionPanel:

http://sintegrial.com/qsint/images/ActionPanel1.png

Sintegrial
20th March 2011, 22:34
Hi Everybody!

We decided to publish our new widget - BarChartPlotter, a simple Bar Chart plotting widget.

This is a technical preview only - BarChartPlotter will be included into QSint::Charts library.

BarChartPlotter provides easy-to-use API and performs fast "native" painting (directly via QPainter).

Currently it allows to draw Bar Charts of 2 types: Stacked and Column.

BarChartPlotter follows MVC ideology using QAbstractItemModel as data source.

downloads can be found at: http://qt-apps.org/content/show.php/QSint+Charts?content=140125

some screenshots:

http://qt-apps.org/CONTENT/content-pre1/140125-1.png

http://qt-apps.org/CONTENT/content-pre2/140125-2.png