refactored item type; moved navigation to qml component
This commit is contained in:
parent
a32fd01e81
commit
bf145a9be9
7 changed files with 54 additions and 55 deletions
|
|
@ -45,15 +45,7 @@ bool NavigationItemModel::setPath(const QString &path)
|
|||
|
||||
bool NavigationItemModel::isCircleDelegate() const
|
||||
{
|
||||
return mIsCircleDelegate;
|
||||
}
|
||||
|
||||
void NavigationItemModel::setCircleDelegate(bool value)
|
||||
{
|
||||
if(value != mIsCircleDelegate){
|
||||
mIsCircleDelegate = value;
|
||||
emit isCircleDelegateChanged();
|
||||
}
|
||||
return hasChildren();
|
||||
}
|
||||
|
||||
bool NavigationItemModel::isRoot() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue