T-567 增加封面候选画廊

This commit is contained in:
chengma
2026-07-09 11:32:08 +08:00
parent 71e51d0608
commit a391d2db99
4 changed files with 573 additions and 42 deletions
+3 -1
View File
@@ -10,10 +10,11 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
try:
from PySide6.QtCore import QAbstractTableModel, QModelIndex, Qt, QTimer
from PySide6.QtGui import QColor, QIcon, QPainter, QPixmap
from PySide6.QtGui import QColor, QIcon, QImage, QPainter, QPixmap
from PySide6.QtWidgets import (
QAbstractItemView,
QApplication,
QButtonGroup,
QCheckBox,
QComboBox,
QDialog,
@@ -32,6 +33,7 @@ try:
QPlainTextEdit,
QProgressBar,
QPushButton,
QRadioButton,
QScrollArea,
QSplitter,
QTableView,