Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
efdab869
Commit
efdab869
authored
6 years ago
by
Clément Fauconnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed document and folder icons + folder background color
parent
319671ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
UBDocumentController.cpp
src/document/UBDocumentController.cpp
+7
-7
No files found.
src/document/UBDocumentController.cpp
View file @
efdab869
...
@@ -476,7 +476,7 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
...
@@ -476,7 +476,7 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
}
}
if
(
role
==
Qt
::
BackgroundRole
){
if
(
role
==
Qt
::
BackgroundRole
){
if
(
isConstant
(
index
)
||
dataNode
->
nodeType
()
==
UBDocumentTreeNode
::
Catalog
)
{
if
(
isConstant
(
index
))
{
return
QBrush
(
0xD9DFEB
);
return
QBrush
(
0xD9DFEB
);
}
}
...
@@ -500,12 +500,12 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
...
@@ -500,12 +500,12 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
}
else
if
(
isConstant
(
index
))
{
}
else
if
(
isConstant
(
index
))
{
return
QIcon
(
":images/libpalette/ApplicationsCategory.svg"
);
return
QIcon
(
":images/libpalette/ApplicationsCategory.svg"
);
}
}
switch
(
static_cast
<
int
>
(
dataNode
->
nodeType
()))
{
//
switch (static_cast<int>(dataNode->nodeType())) {
case
UBDocumentTreeNode
:
:
Catalog
:
//
case UBDocumentTreeNode::Catalog :
return
QIcon
(
":images/folder.png"
);
//
return QIcon(":images/folder.png");
case
UBDocumentTreeNode
:
:
Document
:
//
case UBDocumentTreeNode::Document :
return
QIcon
(
":images/toolbar/board.png"
);
//
return QIcon(":images/toolbar/board.png");
}
//
}
}
}
break
;
break
;
case
(
Qt
:
:
FontRole
)
:
case
(
Qt
:
:
FontRole
)
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment