diff --git a/bananaSPLIT/UserInterface/compiledUI/mainwindow.py b/bananaSPLIT/UserInterface/compiledUI/mainwindow.py index 9ad57aa..3914957 100644 --- a/bananaSPLIT/UserInterface/compiledUI/mainwindow.py +++ b/bananaSPLIT/UserInterface/compiledUI/mainwindow.py @@ -13,7 +13,7 @@ class Ui_mainwin(object): def setupUi(self, mainwin): mainwin.setObjectName("mainwin") mainwin.setEnabled(True) - mainwin.resize(643, 631) + mainwin.resize(676, 617) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) @@ -218,7 +218,7 @@ class Ui_mainwin(object): self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1) mainwin.setCentralWidget(self.centralwidget) self.menubar = QtWidgets.QMenuBar(mainwin) - self.menubar.setGeometry(QtCore.QRect(0, 0, 643, 26)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 676, 26)) self.menubar.setNativeMenuBar(True) self.menubar.setObjectName("menubar") self.bar_file = QtWidgets.QMenu(self.menubar) @@ -226,11 +226,6 @@ class Ui_mainwin(object): self.menuOpzioni = QtWidgets.QMenu(self.menubar) self.menuOpzioni.setObjectName("menuOpzioni") mainwin.setMenuBar(self.menubar) - self.toolBar = QtWidgets.QToolBar(mainwin) - self.toolBar.setMovable(False) - self.toolBar.setFloatable(False) - self.toolBar.setObjectName("toolBar") - mainwin.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) self.actionCarica_Preset = QtWidgets.QAction(mainwin) icon4 = QtGui.QIcon() icon4.addPixmap(QtGui.QPixmap(":/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) @@ -289,7 +284,6 @@ class Ui_mainwin(object): self.wgt_main.setTabText(self.wgt_main.indexOf(self.wgt_mainPage1), _translate("mainwin", "SelezionaFile")) self.bar_file.setTitle(_translate("mainwin", "File")) self.menuOpzioni.setTitle(_translate("mainwin", "Opzioni")) - self.toolBar.setWindowTitle(_translate("mainwin", "toolBar")) self.actionCarica_Preset.setText(_translate("mainwin", "Carica Preset")) self.actionSalva_Preset.setText(_translate("mainwin", "Salva Preset")) self.actionOpzioni.setText(_translate("mainwin", "Opzioni")) diff --git a/bananaSPLIT/UserInterface/mainwindow.ui b/bananaSPLIT/UserInterface/mainwindow.ui index 3247278..6409292 100644 --- a/bananaSPLIT/UserInterface/mainwindow.ui +++ b/bananaSPLIT/UserInterface/mainwindow.ui @@ -9,8 +9,8 @@ 0 0 - 643 - 631 + 676 + 617 @@ -425,7 +425,7 @@ p, li { white-space: pre-wrap; } 0 0 - 643 + 676 26 @@ -449,23 +449,6 @@ p, li { white-space: pre-wrap; } - - - toolBar - - - false - - - false - - - TopToolBarArea - - - false - -