Skip to content
Snippets Groups Projects
Commit 18522e15 authored by (no author)'s avatar (no author)
Browse files

window icon for the gui

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@211 8a9318a1-56ba-4d59-b755-99d26321be01
parent 38a2360a
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ class GlanceGUIView (QtGui.QWidget) :
# set our title with the version string
self.setWindowTitle(versionString)
# to make Dave happy, give it an icon
from pkg_resources import resource_filename
self.setWindowIcon(QtGui.QIcon(resource_filename(__name__, "pass.gif")))
# a place to hang onto our file specific widgets
self.widgetInfo = { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment