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