修改配色 & 静态资源 & 软件名
This commit is contained in:
6
ui/pyui/picker_ui.py
Normal file
6
ui/pyui/picker_ui.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ui.components.widget import Widget
|
||||
|
||||
|
||||
class PickerWidget(Widget):
|
||||
def __init__(self, key: str, parent=None):
|
||||
super().__init__(key, parent)
|
||||
Reference in New Issue
Block a user