qgui.manager module

class qgui.manager.ConcurrencyModeFlag

基类:object

SAFE_CONCURRENCY_MODE_FLAG = '不允许并发,禁止触发下一个事件'
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')
class qgui.manager.QStyle

基类:object

default = None
lumen = 'lumen'
paddle = 'cosmo'
qgui.manager.show_file_or_path(path, return_func=True)