Wanderson-Magalhaes / Simple_PySide_Base

MIT License
752 stars 183 forks source link

Adding new pages and editing textual content #15

Open nakamigo opened 3 years ago

nakamigo commented 3 years ago

Hello, Wanderson,

First, thank you so much for a great starter kit with a really rare dark theme!

golubaca commented 3 years ago

You need to pass Ui_MainWindow() instance (in our case it is inside main.py). You can modify it the same way like in ui_main.py except you need to call from passed instance, like self.ui.label_6.setText(QCoreApplication.translate("MainWindow", u"HOME", None))