Skip to content

Commit

Permalink
Refs #4141. Adding button for parallel projection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Nov 17, 2011
1 parent 371b39f commit 9a090d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<qresource prefix="/VatesSimpleGuiViewWidgets/icons">
<file>pqResetCenterToData24.png</file>
<file>pqResetCenterToPoint24.png</file>
<file>parallel_projection.png</file>
</qresource>
</RCC>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="parallelProjButton">
<property name="icon">
<iconset resource="../../icons/ViewWidgetsIcons.qrc">
<normaloff>:/VatesSimpleGuiViewWidgets/icons/parallel_projection.png</normaloff>:/VatesSimpleGuiViewWidgets/icons/parallel_projection.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
Expand Down

0 comments on commit 9a090d8

Please sign in to comment.