Fix missing Property import in preview.py

This commit is contained in:
pax 2026-04-05 05:20:17 -05:00
parent 892c2aa60f
commit fb6a524868

View File

@ -4,7 +4,7 @@ from __future__ import annotations
from pathlib import Path
from PySide6.QtCore import Qt, QPoint, QPointF, Signal, QUrl
from PySide6.QtCore import Qt, QPoint, QPointF, Signal, QUrl, Property
from PySide6.QtGui import QPixmap, QPainter, QWheelEvent, QMouseEvent, QKeyEvent, QColor, QMovie
from PySide6.QtWidgets import (
QWidget, QVBoxLayout, QHBoxLayout, QLabel, QMainWindow,