Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/d/e/deepin-talk-HEAD/src/dtalk/controls/panel.py deepin-talk(Download)
self.trayIcon.hide() QtWidgets.qApp.quit()
src/t/i/ticket-HEAD/src/gui/instance.py ticket(Download)
def closeWindow(self): self.hide() QtWidgets.qApp.quit() @QtCore.pyqtSlot(int, int)
src/d/e/deepin-translator-HEAD/src/system_tray.py deepin-translator(Download)
def click_menu(self, menu_id, state): if menu_id == "quit": qApp.quit() elif menu_id == "wizard": pass