ricompilazione interfacce con alcuni cambiamenti ai nomi delle finestre
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
<ui version="4.0">
|
||||
<class>advtitolo3</class>
|
||||
<widget class="QWidget" name="advtitolo3">
|
||||
<property name="windowModality">
|
||||
<enum>Qt::WindowModal</enum>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>480</width>
|
||||
<height>425</height>
|
||||
<height>452</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -17,7 +20,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string>Avanzate Titolo</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0" colspan="2">
|
||||
|
||||
@@ -12,7 +12,8 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
class Ui_advtitolo3(object):
|
||||
def setupUi(self, advtitolo3):
|
||||
advtitolo3.setObjectName("advtitolo3")
|
||||
advtitolo3.resize(480, 425)
|
||||
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
||||
advtitolo3.resize(480, 452)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
@@ -108,7 +109,7 @@ class Ui_advtitolo3(object):
|
||||
|
||||
def retranslateUi(self, advtitolo3):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
advtitolo3.setWindowTitle(_translate("advtitolo3", "Form"))
|
||||
advtitolo3.setWindowTitle(_translate("advtitolo3", "Avanzate Titolo"))
|
||||
self.lbl_titoloschermata.setText(_translate("advtitolo3", "Modifica ordine elementi nome file"))
|
||||
self.lbl_primo.setText(_translate("advtitolo3", "Primo elemento"))
|
||||
self.rad_dataprimo.setText(_translate("advtitolo3", "Data"))
|
||||
|
||||
@@ -104,7 +104,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)
|
||||
@@ -128,9 +128,12 @@ class Ui_mainwin(object):
|
||||
self.actionOpzioni.setObjectName("actionOpzioni")
|
||||
self.action_Avanzate = QtWidgets.QAction(mainwin)
|
||||
self.action_Avanzate.setObjectName("action_Avanzate")
|
||||
self.actionAvanzate = QtWidgets.QAction(mainwin)
|
||||
self.actionAvanzate.setObjectName("actionAvanzate")
|
||||
self.bar_file.addAction(self.actionCarica_Preset)
|
||||
self.bar_file.addAction(self.actionSalva_Preset)
|
||||
self.menuOpzioni.addAction(self.action_Avanzate)
|
||||
self.menuOpzioni.addAction(self.actionAvanzate)
|
||||
self.menubar.addAction(self.bar_file.menuAction())
|
||||
self.menubar.addAction(self.menuOpzioni.menuAction())
|
||||
|
||||
@@ -155,6 +158,7 @@ class Ui_mainwin(object):
|
||||
self.actionCarica_Preset.setText(_translate("mainwin", "Carica Preset"))
|
||||
self.actionSalva_Preset.setText(_translate("mainwin", "Salva Preset"))
|
||||
self.actionOpzioni.setText(_translate("mainwin", "Opzioni"))
|
||||
self.action_Avanzate.setText(_translate("mainwin", "Avanzate"))
|
||||
self.action_Avanzate.setText(_translate("mainwin", "Lingua Interfaccia"))
|
||||
self.actionAvanzate.setText(_translate("mainwin", "Avanzate"))
|
||||
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ class Ui_selezout(object):
|
||||
|
||||
def retranslateUi(self, selezout):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
selezout.setWindowTitle(_translate("selezout", "Form"))
|
||||
selezout.setWindowTitle(_translate("selezout", "Seleziona Linuga e Output"))
|
||||
self.btn_indietro.setText(_translate("selezout", "Indietro"))
|
||||
self.cmb_lingua.setItemText(0, _translate("selezout", "Inglese"))
|
||||
self.cmb_lingua.setItemText(1, _translate("selezout", "Italiano"))
|
||||
|
||||
@@ -12,7 +12,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
class Ui_titolo(object):
|
||||
def setupUi(self, titolo):
|
||||
titolo.setObjectName("titolo")
|
||||
titolo.resize(480, 400)
|
||||
titolo.resize(480, 443)
|
||||
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
||||
self.gridLayout.setObjectName("gridLayout")
|
||||
self.label = QtWidgets.QLabel(titolo)
|
||||
@@ -156,7 +156,7 @@ class Ui_titolo(object):
|
||||
|
||||
def retranslateUi(self, titolo):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
titolo.setWindowTitle(_translate("titolo", "Form"))
|
||||
titolo.setWindowTitle(_translate("titolo", "Nomi file di Uscita"))
|
||||
self.label.setText(_translate("titolo", "Separatore"))
|
||||
self.rad_datajpn.setText(_translate("titolo", "YYYY MM DD, es. 2000 12 31"))
|
||||
self.rad_dataita.setText(_translate("titolo", "DD MM YYYY, es. 31 12 2000"))
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>678</width>
|
||||
<height>21</height>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="nativeMenuBar">
|
||||
@@ -213,6 +213,7 @@
|
||||
<string>Opzioni</string>
|
||||
</property>
|
||||
<addaction name="action_Avanzate"/>
|
||||
<addaction name="actionAvanzate"/>
|
||||
</widget>
|
||||
<addaction name="bar_file"/>
|
||||
<addaction name="menuOpzioni"/>
|
||||
@@ -251,6 +252,11 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Avanzate">
|
||||
<property name="text">
|
||||
<string>Lingua Interfaccia</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAvanzate">
|
||||
<property name="text">
|
||||
<string>Avanzate</string>
|
||||
</property>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string>Seleziona Linuga e Output</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="0">
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>480</width>
|
||||
<height>400</height>
|
||||
<height>443</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
<string>Nomi file di Uscita</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="8" column="0" colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user