event vindue
This commit is contained in:
@@ -45,6 +45,8 @@ class PlaylistInfoWindow(QWidget):
|
|||||||
from PyQt6.QtCore import QSettings
|
from PyQt6.QtCore import QSettings
|
||||||
QSettings("LineDance", "Player").setValue("window/info_pos", self.pos())
|
QSettings("LineDance", "Player").setValue("window/info_pos", self.pos())
|
||||||
super().moveEvent(event)
|
super().moveEvent(event)
|
||||||
|
|
||||||
|
def _build_ui(self):
|
||||||
layout = QVBoxLayout(self)
|
layout = QVBoxLayout(self)
|
||||||
layout.setContentsMargins(12, 12, 12, 12)
|
layout.setContentsMargins(12, 12, 12, 12)
|
||||||
layout.setSpacing(8)
|
layout.setSpacing(8)
|
||||||
|
|||||||
Reference in New Issue
Block a user