I am working on QT Designer to build GUI App. I want to ask how add command for push button. For example I want to apply this action :
self.NfmtLoginButton.clicked.connect(lambda: SecondScript.printme(self.NfmtPasswordEntry.text()))
Is it possible through the QT Designer. to be permanently saved. and no need to add all the commands again when generating new python script file from UI file.
question from:https://stackoverflow.com/questions/65623752/how-to-add-function-for-qt-designer-push-button