コード例 #1
0
ファイル: char_select.py プロジェクト: mapopescu/calibre
 def __init__(self, parent=None):
     self.initialized = False
     Dialog.__init__(self, _('Insert character'), 'charmap_dialog', parent)
     self.setWindowIcon(QIcon(I('character-set.png')))
     self.focus_widget = None
コード例 #2
0
ファイル: char_select.py プロジェクト: mapopescu/calibre
 def show(self):
     self.initialize()
     Dialog.show(self)
     self.raise_()
コード例 #3
0
ファイル: char_select.py プロジェクト: vadeara/calibre
 def __init__(self, parent=None):
     self.initialized = False
     Dialog.__init__(self, _("Insert character"), "charmap_dialog", parent)
     self.setWindowIcon(QIcon(I("character-set.png")))
     self.focus_widget = None