mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 05:23:23 -07:00
xlib+
This commit is contained in:
parent
babe7e3215
commit
035029bdd6
4 changed files with 116 additions and 15 deletions
|
@ -4,7 +4,8 @@ from .core.widget import (BlockSignals, disable, enable, hide,
|
|||
hide_and_disable, show, show_and_enable)
|
||||
from .gui.from_file import (QIcon_from_file, QPixmap_from_file,
|
||||
QXImage_from_file, QXPixmap_from_file)
|
||||
from .gui.from_np import QPixmap_from_np
|
||||
from .gui.from_np import (QImage_ARGB32_from_buffer, QImage_BGR888_from_buffer,
|
||||
QPixmap_from_np)
|
||||
from .gui.QXImageSequence import QXImageSequence
|
||||
from .gui.QXPixmap import QXPixmap
|
||||
from .widgets.QXCheckBox import QXCheckBox
|
||||
|
@ -22,6 +23,7 @@ from .widgets.QXLabel import QXLabel
|
|||
from .widgets.QXLineEdit import QXLineEdit
|
||||
from .widgets.QXMainApplication import QXMainApplication
|
||||
from .widgets.QXMenuBar import QXMenuBar
|
||||
from .widgets.QXOpenGLWidget import QXOpenGLWidget
|
||||
from .widgets.QXProgressBar import QXProgressBar
|
||||
from .widgets.QXPushButton import QXPushButton
|
||||
from .widgets.QXRadioButton import QXRadioButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue