qgui.manager module¶
- class qgui.manager.MessageBox¶
基类:
object- static error(text: str, title: str = '错误 - QGUI')¶
- static info(text: str, title: str = '消息 - QGUI')¶
- static warning(text: str, title: str = '警告 - QGUI')¶
- qgui.manager.show_file_or_path(path, return_func=True)¶