mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
code release
This commit is contained in:
parent
b941ba41a3
commit
a902f11f74
354 changed files with 826570 additions and 1 deletions
36
xlib/qt/__init__.py
Normal file
36
xlib/qt/__init__.py
Normal file
|
@ -0,0 +1,36 @@
|
|||
from .core.QXTimeLine import QXTimeLine
|
||||
from .core.QXTimer import QXTimer
|
||||
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.QXImageSequence import QXImageSequence
|
||||
from .gui.QXPixmap import QXPixmap
|
||||
from .widgets.QXCheckBox import QXCheckBox
|
||||
from .widgets.QXCollapsibleSection import QXCollapsibleSection
|
||||
from .widgets.QXComboBox import QXComboBox
|
||||
from .widgets.QXDirDialog import QXDirDialog
|
||||
from .widgets.QXDoubleSpinBox import QXDoubleSpinBox
|
||||
from .widgets.QXFileDialog import QXFileDialog
|
||||
from .widgets.QXFixedLayeredImages import QXFixedLayeredImages
|
||||
from .widgets.QXFrame import QXFrame
|
||||
from .widgets.QXGridLayout import QXGridLayout
|
||||
from .widgets.QXHBoxLayout import QXHBoxLayout
|
||||
from .widgets.QXHorizontalLine import QXHorizontalLine
|
||||
from .widgets.QXLabel import QXLabel
|
||||
from .widgets.QXLineEdit import QXLineEdit
|
||||
from .widgets.QXMainApplication import QXMainApplication
|
||||
from .widgets.QXMenuBar import QXMenuBar
|
||||
from .widgets.QXProgressBar import QXProgressBar
|
||||
from .widgets.QXPushButton import QXPushButton
|
||||
from .widgets.QXRadioButton import QXRadioButton
|
||||
from .widgets.QXSaveableComboBox import QXSaveableComboBox
|
||||
from .widgets.QXScrollArea import QXScrollArea
|
||||
from .widgets.QXSlider import QXSlider
|
||||
from .widgets.QXSpinBox import QXSpinBox
|
||||
from .widgets.QXToolButton import QXToolButton
|
||||
from .widgets.QXVBoxLayout import QXVBoxLayout
|
||||
from .widgets.QXVerticalLine import QXVerticalLine
|
||||
from .widgets.QXWidget import QXWidget
|
||||
from .widgets.QXWindow import QXWindow
|
Loading…
Add table
Add a link
Reference in a new issue