Introduction
The iwidgets library provides custom Qt widgets and widget utilities including checkable combo boxes, collapsible widgets, and other specialized controls.
Key Features
- Custom Widgets: Specialized Qt widgets for common use cases
- Checkable Combo Box: Combo box with checkable items
- Collapsible Widgets: Expandable/collapsible widget containers
- Widget Delegates: Custom delegates for enhanced widget behavior
- Reusable Controls: Library of reusable widget components
Architecture
Key components:
Dependencies
- Qt Widgets: Qt GUI framework
- Qt Core: Qt core functionality
See Also