fixes needed for a os x version
This commit is contained in:
parent
dbad342cbc
commit
dd15d2b44f
158 changed files with 96 additions and 12556 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue