PDA

View Full Version : collapsible panel/frame



prashant
5th September 2009, 17:24
Hi,

I am new to QT. Do we have something for creating collapsible panel/frame in QT or we have to create it using custom widget method?
The image shows three collapsible panel. Last panel is expended and has some widgets in it.

http://img267.imageshack.us/img267/6950/panel.th.jpg (http://img267.imageshack.us/i/panel.jpg/)

Cheers

prashant

Lykurg
5th September 2009, 17:32
See QToolBox.

wysota
5th September 2009, 17:37
QToolBox is something different. This looks like my QwwTaskPanel (http://www.wysota.eu.org/wwwidgets/):

http://www.wysota.eu.org/wwwidgets/screenshots/qwwtaskpanel.png

prashant
5th September 2009, 17:46
It's more like comboBox. Am I correct? Are you able to insert widgets inside it?

Cheers

Prashant

wysota
5th September 2009, 18:17
You can insert any widgets in any of the panels.