Handle create recipe button clicks
This commit is contained in:
parent
47bb261a5e
commit
9a5dfd1bf3
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue