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