Handle create recipe button clicks

This commit is contained in:
Marcel Kapfer 2020-05-03 17:22:45 +02:00
parent 47bb261a5e
commit 9a5dfd1bf3
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.b_rating_replace.clicked.connect(self.rating_replace)
self.b_rating_remove.clicked.connect(self.rating_remove)
# Handle recipe creation
self.b_create.clicked.connect(self.create_recipe)
self.show()
def updateTitle(self):