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