fixes needed for a os x version

This commit is contained in:
Jeena 2013-10-05 01:45:28 +02:00
parent dbad342cbc
commit dd15d2b44f
158 changed files with 96 additions and 12556 deletions

View file

@ -16,6 +16,7 @@ class Preferences:
# image view
image = QtGui.QPixmap(self.app.resources_path() + "/images/Icon.png")
print self.app.resources_path() + "/images/Icon.png"
image_view = QtGui.QLabel(self.window)
image_view.setGeometry(20, 20, 146, 146)
image_view.setPixmap(image)