This commit is contained in:
2025-10-10 17:16:08 +08:00
parent ed947743fc
commit 062b1e24e9
281 changed files with 536 additions and 109 deletions

View File

@@ -15,6 +15,7 @@ class W30Financial(QWidget):
def ui_init(self):
self.lb_test = QLabel(f"testing text on widget: \n{__file__}", parent=self)
self.lb_test.setObjectName("lb_test")
def setup_slot(self):
...