mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
init
This commit is contained in:
9
ui/implements/components/dbTableViewer.py
Normal file
9
ui/implements/components/dbTableViewer.py
Normal file
@ -0,0 +1,9 @@
|
||||
from PySide6.QtWidgets import QWidget
|
||||
|
||||
from ui.designer.components.dbTableViewer_ui import Ui_DbTableViewer
|
||||
|
||||
|
||||
class DbTableViewer(Ui_DbTableViewer, QWidget):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
self.setupUi(self)
|
Reference in New Issue
Block a user