Application

API

interface imagect.api.app.IApp[source]

App Interface for imagect

mainwin()

IMainWin

asyncio_loop()

loop for ayncio

rx_scheduler()

scheduler from qt ui loop

showMsg(title, msg)

show message box

appDir()

application dir

appDataDir()

appDataDir dir

imagect.api.app.get()[source]

IMPL

class imagect.core.app.App(argv)[source]

Bases: PyQt5.QtWidgets.QApplication

application

appDataDir() → str[source]
appDir() → str[source]
asyncio_loop()[source]
rx_scheduler()[source]
showMsg(title: str, msg: str)[source]

show message box