- added a Toggle Notebook button named 'NB' in the QMenBar which toggle the notebook

This commit is contained in:
Marius Stanciu
2019-10-04 17:44:12 +03:00
parent cd9f2886c8
commit f06888e4fb
3 changed files with 10 additions and 1 deletions

View File

@@ -43,6 +43,12 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
# ######### ##
self.menu = self.menuBar()
# self.menu_toggle_nb = QtWidgets.QAction(QtGui.QIcon('share/notebook32.png'), "NB")
self.menu_toggle_nb = QtWidgets.QAction("NB")
self.menu_toggle_nb.setCheckable(True)
self.menu.addAction(self.menu_toggle_nb)
# ########################################################################
# ########################## File # ######################################
# ########################################################################