QIrQuadSplitter

Qt Widgets

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
QIrQuadSplitter is a splitter for Qt applications that lays out at most four widgets in a grid. Its content can be resized horizontally, vertically or diagonally. This widget is part of QIron toolkit which depends on Qt 4.6 and upper. Like for most of QIron widgets, a plugin is provided to be used in Qt Designer.

A typical use of QIrQuadSplitter is:

....
QIrQuadSplitter * splitter = new QIrQuadSplitter(this);

splitter->addWidget(new QTextEdit,0,0);
splitter->addWidget(new QLineEdit,0,1);
splitter->addWidget(new QTreeView,1,0);
splitter->addWidget(new QGLWidget,1,1);
....

Ratings & Comments

1 Comment

Kujjeh

It's a good idea, but the code does not compile

Pling
0 Affiliates
Details
license
version 0.1 (Preview)
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

More Qt Widgets from dzimiwine:

QIrDock
dzimiwine
last update date: 15 years ago

Score 5.0

QIrExpander
dzimiwine
last update date: 15 years ago

Score 5.0

QIrBreadCrumbBar
dzimiwine
last update date: 15 years ago

Score 5.0

QIrExpanderBox
dzimiwine
last update date: 15 years ago

Score 5.0

Other Qt Widgets:

Widget Virtual Keyboard
embitel
last update date: 15 years ago

Score 5.3

Widget Marquee Label
embitel
last update date: 15 years ago

Score 6.1

Widget Color Picker
embitel
last update date: 15 years ago

Score 4.7

QtitanDataGrid advanced Grid for Qt
BigZ1
last update date: 7 years ago

Score 5.7

QtitanRibbon Microsoft RibbonUI and Office Styles for Qt
BigZ1
last update date: 7 years ago

Score 5.2

Q7TaskBar
QDevelopper
last update date: 13 years ago

Score 6.1