Skip to content

Commit

Permalink
design and add Compound object's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jercram committed Jul 11, 2022
1 parent 00b28ee commit 4cf4815
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gui/Resources/Aplan.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<qresource>
<!-- gui command icons -->
<file>icons/APLAN_Analysis.svg</file>
<file>icons/APLAN_Compound.svg</file>

<!-- task panels -->
<file>ui/aplan_connection_detectors/SwellOCCT.ui</file>
Expand Down
209 changes: 209 additions & 0 deletions Gui/Resources/icons/APLAN_Compound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Gui/ViewProviderCompound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PROPERTY_SOURCE(AplanGui::ViewProviderCompound, PartGui::ViewProviderCompound)
ViewProviderCompound::ViewProviderCompound()
: PartGui::ViewProviderCompound{}
{
// sPixmap = "APLAN_Compound.svg";
sPixmap = "APLAN_Compound.svg";
}

ViewProviderCompound::~ViewProviderCompound()
Expand Down

0 comments on commit 4cf4815

Please sign in to comment.