Skip to content

Commit

Permalink
design and include PartFilter object's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jercram committed Jul 16, 2022
1 parent cb392f7 commit 3be982a
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gui/Resources/Aplan.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<file>icons/APLAN_ConstraintsInspect.svg</file>
<file>icons/APLAN_ConstraintsPurge.svg</file>
<file>icons/APLAN_GeomConstraints.svg</file>
<file>icons/APLAN_PartFilter.svg</file>
<file>icons/APLAN_ToggleTransparency.svg</file>
<file>icons/APLAN_TopoConstraints.svg</file>

Expand Down
228 changes: 228 additions & 0 deletions Gui/Resources/icons/APLAN_PartFilter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Gui/ViewProviderPartFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PROPERTY_SOURCE(AplanGui::ViewProviderPartFilter, Gui::ViewProviderDocumentObjec

ViewProviderPartFilter::ViewProviderPartFilter()
{
sPixmap = "APLAN_PartFilter.svg";
}

ViewProviderPartFilter::~ViewProviderPartFilter()
Expand Down

0 comments on commit 3be982a

Please sign in to comment.