Exemplo n.º 1
0
 def openSearchDialogWithTagSet(self, tagset):
     if self.open_dialog is None:
         dlg = SearchDialog()
         self.open_dialog = dlg
         dlg.draw(tagset)
         messenger.send('dialog_opening')
Exemplo n.º 2
0
 def openSearchDialog(self):
     if self.open_dialog is None:
         dlg = SearchDialog()
         self.open_dialog = dlg
         dlg.draw()
         messenger.send('dialog_opening')