Skip to content

Commit

Permalink
design and include CompoundGroup object's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jercram committed Jul 12, 2022
1 parent 7fd96e4 commit 0ecb342
Show file tree
Hide file tree
Showing 3 changed files with 286 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 @@ -3,6 +3,7 @@
<!-- gui command icons -->
<file>icons/APLAN_Analysis.svg</file>
<file>icons/APLAN_Compound.svg</file>
<file>icons/APLAN_CompoundGroup.svg</file>

<!-- task panels -->
<file>ui/aplan_connection_detectors/SwellOCCT.ui</file>
Expand Down
284 changes: 284 additions & 0 deletions Gui/Resources/icons/APLAN_CompoundGroup.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/ViewProviderCompoundGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ PROPERTY_SOURCE(AplanGui::ViewProviderCompoundGroup, Gui::ViewProviderDocumentOb

ViewProviderCompoundGroup::ViewProviderCompoundGroup()
{
sPixmap = "APLAN_CompoundGroup.svg";
}

ViewProviderCompoundGroup::~ViewProviderCompoundGroup()
Expand Down

0 comments on commit 0ecb342

Please sign in to comment.