def __init__(self, name: str = 'application', *args, **kwargs) -> None:
super().__init__(name=name, *args, **kwargs)
self.widget = Gtk.Application() # type: Gtk.Application
self.is_qt, self.is_gtk = False, True # type: bool
评论列表
文章目录