diff --git a/bananaSPLIT/UserInterface/compiledUI/mainwindow.py b/bananaSPLIT/UserInterface/compiledUI/mainwindow.py index 8532759..87a09c8 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(678, 517) + mainwin.resize(678, 581) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) @@ -106,6 +106,16 @@ class Ui_mainwin(object): self.label.setAlignment(QtCore.Qt.AlignCenter) self.label.setObjectName("label") self.gridLayout.addWidget(self.label, 2, 0, 1, 4) + self.rad_fileOld = QtWidgets.QRadioButton(self.wgt_mainPage1) + self.rad_fileOld.setObjectName("rad_fileOld") + self.gridLayout.addWidget(self.rad_fileOld, 4, 2, 1, 1) + self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1) + self.rad_fileNew.setChecked(True) + self.rad_fileNew.setObjectName("rad_fileNew") + self.gridLayout.addWidget(self.rad_fileNew, 4, 1, 1, 1) + self.label_2 = QtWidgets.QLabel(self.wgt_mainPage1) + self.label_2.setObjectName("label_2") + self.gridLayout.addWidget(self.label_2, 4, 0, 1, 1) self.wgt_main.addTab(self.wgt_mainPage1, "") self.verticalLayout_3.addWidget(self.wgt_main) self.line_2 = QtWidgets.QFrame(self.centralwidget) @@ -130,7 +140,7 @@ class Ui_mainwin(object): self.verticalLayout_3.addWidget(self.wgt_sub) mainwin.setCentralWidget(self.centralwidget) self.menubar = QtWidgets.QMenuBar(mainwin) - self.menubar.setGeometry(QtCore.QRect(0, 0, 678, 21)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 678, 26)) self.menubar.setNativeMenuBar(True) self.menubar.setObjectName("menubar") self.bar_file = QtWidgets.QMenu(self.menubar) @@ -177,6 +187,9 @@ class Ui_mainwin(object): self.lbl_cartellasorg.setText(_translate("mainwin", "Cartella sorgente")) self.lbl_cartelladest.setText(_translate("mainwin", "Cartella destinazione")) self.label.setText(_translate("mainwin", "File disponibili per la conversione")) + self.rad_fileOld.setText(_translate("mainwin", "Vecchia")) + self.rad_fileNew.setText(_translate("mainwin", "Nuova")) + self.label_2.setText(_translate("mainwin", "Versione dei File")) self.wgt_main.setTabText(self.wgt_main.indexOf(self.wgt_mainPage1), _translate("mainwin", "SelezionaFile")) self.lbl_log.setText(_translate("mainwin", "qui ci va il log ma devo pensare a come farlo in modo non eccessivamente stupido")) self.bar_file.setTitle(_translate("mainwin", "File")) diff --git a/bananaSPLIT/UserInterface/compiledUI/selezout.py b/bananaSPLIT/UserInterface/compiledUI/selezout.py index 1007147..f2d4dd2 100644 --- a/bananaSPLIT/UserInterface/compiledUI/selezout.py +++ b/bananaSPLIT/UserInterface/compiledUI/selezout.py @@ -139,6 +139,8 @@ class Ui_selezout(object): self.btn_indietro.setObjectName("btn_indietro") self.gridLayout_2.addWidget(self.btn_indietro, 9, 2, 1, 1) self.cmb_lingua = QtWidgets.QComboBox(selezout) + self.cmb_lingua.setFrame(True) + self.cmb_lingua.setModelColumn(0) self.cmb_lingua.setObjectName("cmb_lingua") self.gridLayout_2.addWidget(self.cmb_lingua, 2, 0, 1, 1) diff --git a/bananaSPLIT/UserInterface/mainwindow.ui b/bananaSPLIT/UserInterface/mainwindow.ui index f943525..851d0ce 100644 --- a/bananaSPLIT/UserInterface/mainwindow.ui +++ b/bananaSPLIT/UserInterface/mainwindow.ui @@ -10,7 +10,7 @@ 0 0 678 - 517 + 581 @@ -174,6 +174,30 @@ + + + + Vecchia + + + + + + + Nuova + + + true + + + + + + + Versione dei File + + + @@ -224,7 +248,7 @@ 0 0 678 - 21 + 26