ricompilate interfacce (si,ancora)

This commit is contained in:
2019-12-16 21:40:37 +01:00
parent 43f8568904
commit fdfb7bf377
2 changed files with 6 additions and 6 deletions

View File

@@ -126,13 +126,13 @@ class Ui_mainwin(object):
self.actionSalva_Preset.setObjectName("actionSalva_Preset") self.actionSalva_Preset.setObjectName("actionSalva_Preset")
self.actionOpzioni = QtWidgets.QAction(mainwin) self.actionOpzioni = QtWidgets.QAction(mainwin)
self.actionOpzioni.setObjectName("actionOpzioni") self.actionOpzioni.setObjectName("actionOpzioni")
self.action_Avanzate = QtWidgets.QAction(mainwin) self.actionLingua = QtWidgets.QAction(mainwin)
self.action_Avanzate.setObjectName("action_Avanzate") self.actionLingua.setObjectName("actionLingua")
self.actionAvanzate = QtWidgets.QAction(mainwin) self.actionAvanzate = QtWidgets.QAction(mainwin)
self.actionAvanzate.setObjectName("actionAvanzate") self.actionAvanzate.setObjectName("actionAvanzate")
self.bar_file.addAction(self.actionCarica_Preset) self.bar_file.addAction(self.actionCarica_Preset)
self.bar_file.addAction(self.actionSalva_Preset) self.bar_file.addAction(self.actionSalva_Preset)
self.menuOpzioni.addAction(self.action_Avanzate) self.menuOpzioni.addAction(self.actionLingua)
self.menuOpzioni.addAction(self.actionAvanzate) self.menuOpzioni.addAction(self.actionAvanzate)
self.menubar.addAction(self.bar_file.menuAction()) self.menubar.addAction(self.bar_file.menuAction())
self.menubar.addAction(self.menuOpzioni.menuAction()) self.menubar.addAction(self.menuOpzioni.menuAction())
@@ -158,7 +158,7 @@ class Ui_mainwin(object):
self.actionCarica_Preset.setText(_translate("mainwin", "Carica Preset")) self.actionCarica_Preset.setText(_translate("mainwin", "Carica Preset"))
self.actionSalva_Preset.setText(_translate("mainwin", "Salva Preset")) self.actionSalva_Preset.setText(_translate("mainwin", "Salva Preset"))
self.actionOpzioni.setText(_translate("mainwin", "Opzioni")) self.actionOpzioni.setText(_translate("mainwin", "Opzioni"))
self.action_Avanzate.setText(_translate("mainwin", "Lingua Interfaccia")) self.actionLingua.setText(_translate("mainwin", "Lingua Interfaccia"))
self.actionAvanzate.setText(_translate("mainwin", "Avanzate")) self.actionAvanzate.setText(_translate("mainwin", "Avanzate"))

View File

@@ -212,7 +212,7 @@
<property name="title"> <property name="title">
<string>Opzioni</string> <string>Opzioni</string>
</property> </property>
<addaction name="action_Avanzate"/> <addaction name="actionLingua"/>
<addaction name="actionAvanzate"/> <addaction name="actionAvanzate"/>
</widget> </widget>
<addaction name="bar_file"/> <addaction name="bar_file"/>
@@ -251,7 +251,7 @@
<string>Opzioni</string> <string>Opzioni</string>
</property> </property>
</action> </action>
<action name="action_Avanzate"> <action name="actionLingua">
<property name="text"> <property name="text">
<string>Lingua Interfaccia</string> <string>Lingua Interfaccia</string>
</property> </property>