Skip to content

Commit

Permalink
Refs #3882: more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Nov 2, 2011
1 parent fc81dda commit b577fb3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/MantidQt/SliceViewer/icons/SliceViewerIcons.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<RCC>
<qresource prefix="/SliceViewer/icons">
<file>view-fullscreen.png</file>
<file>color-pallette.png</file>
<file>color-pallette-part.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.
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 @@ -97,8 +97,8 @@
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
<width>18</width>
<height>18</height>
</size>
</property>
</widget>
Expand All @@ -111,6 +111,16 @@
<property name="text">
<string>RngFull</string>
</property>
<property name="icon">
<iconset resource="../../icons/SliceViewerIcons.qrc">
<normaloff>:/SliceViewer/icons/color-pallette.png</normaloff>:/SliceViewer/icons/color-pallette.png</iconset>
</property>
<property name="iconSize">
<size>
<width>18</width>
<height>18</height>
</size>
</property>
</widget>
</item>
<item>
Expand All @@ -121,12 +131,15 @@
<property name="text">
<string>RngSlice</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnColorOptions">
<property name="text">
<string>Color</string>
<property name="icon">
<iconset resource="../../icons/SliceViewerIcons.qrc">
<normaloff>:/SliceViewer/icons/color-pallette-part.png</normaloff>:/SliceViewer/icons/color-pallette-part.png</iconset>
</property>
<property name="iconSize">
<size>
<width>18</width>
<height>18</height>
</size>
</property>
</widget>
</item>
Expand Down

0 comments on commit b577fb3

Please sign in to comment.