コード例 #1
0
ファイル: action.py プロジェクト: zeoticus/DeDRM_tools
 def genesis(self):
     icon_resources = self.load_resources(PLUGIN_ICONS)
     set_plugin_icon_resources(PLUGIN_NAME, icon_resources)
     
     self.qaction.setIcon(get_icon(PLUGIN_ICONS[0]))
     self.qaction.triggered.connect(self.launchObok)
     self.gui.keyboard.finalize()
コード例 #2
0
ファイル: action.py プロジェクト: rbhitchcock/DeDRM_tools
 def genesis(self):
     icon_resources = self.load_resources(PLUGIN_ICONS)
     set_plugin_icon_resources(PLUGIN_NAME, icon_resources)
     
     self.qaction.setIcon(get_icon(PLUGIN_ICONS[0]))
     self.qaction.triggered.connect(self.launchObok)
     self.gui.keyboard.finalize()