feat: show generate elapsed timings

This commit is contained in:
chengma
2026-07-08 11:54:08 +08:00
parent 091e3dc553
commit 8140124954
4 changed files with 198 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import time
from concurrent.futures import ThreadPoolExecutor, as_completed
try:
from PySide6.QtCore import QAbstractTableModel, QModelIndex, Qt
from PySide6.QtCore import QAbstractTableModel, QModelIndex, Qt, QTimer
from PySide6.QtGui import QColor, QIcon, QPainter, QPixmap
from PySide6.QtWidgets import (
QAbstractItemView,