コード例 #1
0
ファイル: dashboard.py プロジェクト: jyr/opentumblr-qt
 def OnQuote(self):
         quote = Quote(self)
         quote.show()
コード例 #2
0
ファイル: TumblrTray.py プロジェクト: ialex/opentumblr-qt
 def OnQuote(self):
     quote = Quote(self.parent())
     quote.show()