
QIrBreadCrumbBar
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QIrBreadCrumbBar is a QComboBox-based navigation aid to browse path through item data model similar to filesystem. As the screenshot shows, QIrBreadCrumBar works just fine with QDirModel. QIrBreadCrumbBar 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 QIrBreadCrumbBar is:
....
QIrBreadCrumbBar * bar = new QIrBreadCrumbBar(this);
bar->setModel(new QIrBreadCrumbDirModel);
bar->setLocation(QString(...));
....
PieJesu
10 years ago
Report
mapsonyllaer
10 years ago
Report
ii-system
10 years ago
Report
dzimiwine
10 years ago
Report
dzimiwine
10 years ago
Report