diff --git a/bananaSPLIT/UserInterface/avanzatetitolo3.ui b/bananaSPLIT/UserInterface/avanzatetitolo3.ui
index 9207825..f930bd0 100644
--- a/bananaSPLIT/UserInterface/avanzatetitolo3.ui
+++ b/bananaSPLIT/UserInterface/avanzatetitolo3.ui
@@ -45,36 +45,27 @@
-
-
+
Numero
-
- grp_terzo
-
-
-
+
Data
-
- grp_terzo
-
-
-
+
Titolo
true
-
- grp_terzo
-
@@ -107,36 +98,27 @@
-
-
+
Numero
-
- grp_secondo
-
-
-
+
Data
true
-
- grp_secondo
-
-
-
+
Titolo
-
- grp_secondo
-
@@ -188,36 +170,27 @@
-
-
+
Numero
true
-
- grp_primo
-
-
-
+
Data
-
- grp_primo
-
-
-
+
Titolo
-
- grp_primo
-
@@ -277,9 +250,4 @@
-
-
-
-
-
diff --git a/bananaSPLIT/UserInterface/compileUI.py b/bananaSPLIT/UserInterface/compileUI.py
index 7e7ac3a..7b6fc4a 100644
--- a/bananaSPLIT/UserInterface/compileUI.py
+++ b/bananaSPLIT/UserInterface/compileUI.py
@@ -5,12 +5,11 @@ Created on 24 nov 2019
'''
import os, glob, subprocess
-
if __name__ == '__main__':
print(os.getcwd())
uifiles = glob.glob("*.ui")
for f in uifiles:
- command = r"C:\Program Files\Python37\Scripts\pyuic5.exe "+f
+ command = r"pyuic5.exe "+f
print(command)
rv = subprocess.run(command, capture_output=True)
fp = open(r".\compiledUI\\"+f.replace("ui","py"), 'w')
diff --git a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo.py b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo.py
index a4d0af8..3037977 100644
--- a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo.py
+++ b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'avanzatetitolo.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -100,5 +101,3 @@ class Ui_advtitolo(object):
self.lbl_numero.setText(_translate("advtitolo", "Numero"))
self.btn_avanti.setText(_translate("advtitolo", "Avanti"))
self.btn_indietro.setText(_translate("advtitolo", "Indietro"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo2.py b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo2.py
index cc5f6ef..5bf0065 100644
--- a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo2.py
+++ b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo2.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'avanzatetitolo2.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -112,5 +113,3 @@ class Ui_advtitolo2(object):
self.rad_nt.setText(_translate("advtitolo2", "Numero, Titolo"))
self.btn_annulla.setText(_translate("advtitolo2", "Annulla"))
self.btn_ok.setText(_translate("advtitolo2", "OK"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo3.py b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo3.py
index c7dbf79..b4a7f8f 100644
--- a/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo3.py
+++ b/bananaSPLIT/UserInterface/compiledUI/avanzatetitolo3.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'avanzatetitolo3.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -34,20 +35,15 @@ class Ui_advtitolo3(object):
self.lbl_terzo.setFont(font)
self.lbl_terzo.setObjectName("lbl_terzo")
self.verticalLayout_3.addWidget(self.lbl_terzo)
- self.rad_numeroterzo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
- self.grp_terzo = QtWidgets.QButtonGroup(advtitolo3)
- self.grp_terzo.setObjectName("grp_terzo")
- self.grp_terzo.addButton(self.rad_numeroterzo)
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
- self.rad_dataterzo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
self.rad_dataterzo.setObjectName("rad_dataterzo")
- self.grp_terzo.addButton(self.rad_dataterzo)
self.verticalLayout_3.addWidget(self.rad_dataterzo)
- self.rad_titoloterzo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
self.rad_titoloterzo.setChecked(True)
self.rad_titoloterzo.setObjectName("rad_titoloterzo")
- self.grp_terzo.addButton(self.rad_titoloterzo)
self.verticalLayout_3.addWidget(self.rad_titoloterzo)
self.gridLayout.addLayout(self.verticalLayout_3, 6, 0, 1, 1)
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
@@ -60,20 +56,15 @@ class Ui_advtitolo3(object):
self.lbl_secondo.setFont(font)
self.lbl_secondo.setObjectName("lbl_secondo")
self.verticalLayout.addWidget(self.lbl_secondo)
- self.rad_numerosecondo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
- self.grp_secondo = QtWidgets.QButtonGroup(advtitolo3)
- self.grp_secondo.setObjectName("grp_secondo")
- self.grp_secondo.addButton(self.rad_numerosecondo)
self.verticalLayout.addWidget(self.rad_numerosecondo)
- self.rad_datasecondo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
self.rad_datasecondo.setChecked(True)
self.rad_datasecondo.setObjectName("rad_datasecondo")
- self.grp_secondo.addButton(self.rad_datasecondo)
self.verticalLayout.addWidget(self.rad_datasecondo)
- self.rad_titolosecondo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
self.rad_titolosecondo.setObjectName("rad_titolosecondo")
- self.grp_secondo.addButton(self.rad_titolosecondo)
self.verticalLayout.addWidget(self.rad_titolosecondo)
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
@@ -99,20 +90,15 @@ class Ui_advtitolo3(object):
self.lbl_primo.setFont(font)
self.lbl_primo.setObjectName("lbl_primo")
self.verticalLayout_2.addWidget(self.lbl_primo)
- self.rad_numeroprimo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
self.rad_numeroprimo.setChecked(True)
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
- self.grp_primo = QtWidgets.QButtonGroup(advtitolo3)
- self.grp_primo.setObjectName("grp_primo")
- self.grp_primo.addButton(self.rad_numeroprimo)
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
- self.rad_dataprimo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
self.rad_dataprimo.setObjectName("rad_dataprimo")
- self.grp_primo.addButton(self.rad_dataprimo)
self.verticalLayout_2.addWidget(self.rad_dataprimo)
- self.rad_titoloprimo = QtWidgets.QRadioButton(advtitolo3)
+ self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
self.rad_titoloprimo.setObjectName("rad_titoloprimo")
- self.grp_primo.addButton(self.rad_titoloprimo)
self.verticalLayout_2.addWidget(self.rad_titoloprimo)
self.gridLayout.addLayout(self.verticalLayout_2, 3, 0, 1, 1)
self.line_2 = QtWidgets.QFrame(advtitolo3)
@@ -167,5 +153,3 @@ class Ui_advtitolo3(object):
self.btn_annulla.setText(_translate("advtitolo3", "Annulla"))
self.btn_OK.setText(_translate("advtitolo3", "OK"))
self.label_2.setText(_translate("advtitolo3", "Suffisso Titolo"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/mainwindow.py b/bananaSPLIT/UserInterface/compiledUI/mainwindow.py
index 8532759..bbcc7b1 100644
--- a/bananaSPLIT/UserInterface/compiledUI/mainwindow.py
+++ b/bananaSPLIT/UserInterface/compiledUI/mainwindow.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'mainwindow.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -187,5 +188,3 @@ class Ui_mainwin(object):
self.actionOpzioni.setText(_translate("mainwin", "Opzioni"))
self.actionLingua.setText(_translate("mainwin", "Lingua Interfaccia"))
self.actionAvanzate.setText(_translate("mainwin", "Avanzate"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/opzioniavanzate.py b/bananaSPLIT/UserInterface/compiledUI/opzioniavanzate.py
index 3736c87..6017732 100644
--- a/bananaSPLIT/UserInterface/compiledUI/opzioniavanzate.py
+++ b/bananaSPLIT/UserInterface/compiledUI/opzioniavanzate.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'opzioniavanzate.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -256,5 +257,3 @@ class Ui_advoption(object):
self.label.setText(_translate("advoption", "Seleziona le opzioni predefinite"))
self.btn_annulla.setText(_translate("advoption", "Annulla"))
self.btn_ok.setText(_translate("advoption", "OK"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/selezout.py b/bananaSPLIT/UserInterface/compiledUI/selezout.py
index ea35f0d..c6128c1 100644
--- a/bananaSPLIT/UserInterface/compiledUI/selezout.py
+++ b/bananaSPLIT/UserInterface/compiledUI/selezout.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'selezout.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -107,5 +108,3 @@ class Ui_selezout(object):
self.rad_mainbodyEFile.setText(_translate("selezout", "Bodyfile + File singoli"))
self.rad_mainbody.setText(_translate("selezout", "Bodyfile"))
self.rad_file.setText(_translate("selezout", "File singoli"))
-
-
diff --git a/bananaSPLIT/UserInterface/compiledUI/titolow.py b/bananaSPLIT/UserInterface/compiledUI/titolow.py
index 1c84562..c05877e 100644
--- a/bananaSPLIT/UserInterface/compiledUI/titolow.py
+++ b/bananaSPLIT/UserInterface/compiledUI/titolow.py
@@ -2,10 +2,11 @@
# Form implementation generated from reading ui file 'titolow.ui'
#
-# Created by: PyQt5 UI code generator 5.12.1
+# Created by: PyQt5 UI code generator 5.14.1
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -175,5 +176,3 @@ class Ui_titolo(object):
self.rad_tratt.setText(_translate("titolo", "-"))
self.rad_trattbass.setText(_translate("titolo", "_"))
self.rad_altro.setText(_translate("titolo", "Altro:"))
-
-