37 UI.PixmapCache.getPixmap("greaseMonkey48.png")) |
37 UI.PixmapCache.getPixmap("greaseMonkey48.png")) |
38 |
38 |
39 self.__scriptFileName = script.fileName() |
39 self.__scriptFileName = script.fileName() |
40 |
40 |
41 self.setWindowTitle( |
41 self.setWindowTitle( |
42 self.trUtf8("Script Details of {0}").format(script.name())) |
42 self.tr("Script Details of {0}").format(script.name())) |
43 |
43 |
44 self.nameLabel.setText(script.fullName()) |
44 self.nameLabel.setText(script.fullName()) |
45 self.versionLabel.setText(script.version()) |
45 self.versionLabel.setText(script.version()) |
46 self.urlLabel.setText(script.downloadUrl().toString()) |
46 self.urlLabel.setText(script.downloadUrl().toString()) |
47 if script.startAt() == GreaseMonkeyScript.DocumentStart: |
47 if script.startAt() == GreaseMonkeyScript.DocumentStart: |