mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
qt refactoring
This commit is contained in:
parent
9afde06f50
commit
9ef7be4f3a
59 changed files with 632 additions and 890 deletions
|
@ -8,6 +8,6 @@ class QXHorizontalLine(QXLabel):
|
|||
color=None):
|
||||
|
||||
super().__init__(size_policy=(QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Fixed),
|
||||
fixed_height=thickness )
|
||||
fixed_size=(None,thickness) )
|
||||
if color is not None:
|
||||
self.setStyleSheet(f'background: {color};')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue