mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-07-04 13:56:26 +00:00
wip: ui
This commit is contained in:
9
ui/components/yieldProgress.py
Normal file
9
ui/components/yieldProgress.py
Normal file
@ -0,0 +1,9 @@
|
||||
from PySide6.QtWidgets import QDialog
|
||||
|
||||
from .yieldProgress_ui import Ui_YieldProgress
|
||||
|
||||
|
||||
class YieldProgress(Ui_YieldProgress, QDialog):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
self.setupUi(self)
|
Reference in New Issue
Block a user