ridotto ancora
This commit is contained in:
@@ -13,7 +13,7 @@ class Ui_mainwin(object):
|
|||||||
def setupUi(self, mainwin):
|
def setupUi(self, mainwin):
|
||||||
mainwin.setObjectName("mainwin")
|
mainwin.setObjectName("mainwin")
|
||||||
mainwin.setEnabled(True)
|
mainwin.setEnabled(True)
|
||||||
mainwin.resize(643, 631)
|
mainwin.resize(676, 617)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
@@ -218,7 +218,7 @@ class Ui_mainwin(object):
|
|||||||
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
||||||
mainwin.setCentralWidget(self.centralwidget)
|
mainwin.setCentralWidget(self.centralwidget)
|
||||||
self.menubar = QtWidgets.QMenuBar(mainwin)
|
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.setNativeMenuBar(True)
|
||||||
self.menubar.setObjectName("menubar")
|
self.menubar.setObjectName("menubar")
|
||||||
self.bar_file = QtWidgets.QMenu(self.menubar)
|
self.bar_file = QtWidgets.QMenu(self.menubar)
|
||||||
@@ -226,11 +226,6 @@ class Ui_mainwin(object):
|
|||||||
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
||||||
self.menuOpzioni.setObjectName("menuOpzioni")
|
self.menuOpzioni.setObjectName("menuOpzioni")
|
||||||
mainwin.setMenuBar(self.menubar)
|
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)
|
self.actionCarica_Preset = QtWidgets.QAction(mainwin)
|
||||||
icon4 = QtGui.QIcon()
|
icon4 = QtGui.QIcon()
|
||||||
icon4.addPixmap(QtGui.QPixmap(":/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
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.wgt_main.setTabText(self.wgt_main.indexOf(self.wgt_mainPage1), _translate("mainwin", "SelezionaFile"))
|
||||||
self.bar_file.setTitle(_translate("mainwin", "File"))
|
self.bar_file.setTitle(_translate("mainwin", "File"))
|
||||||
self.menuOpzioni.setTitle(_translate("mainwin", "Opzioni"))
|
self.menuOpzioni.setTitle(_translate("mainwin", "Opzioni"))
|
||||||
self.toolBar.setWindowTitle(_translate("mainwin", "toolBar"))
|
|
||||||
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"))
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>643</width>
|
<width>676</width>
|
||||||
<height>631</height>
|
<height>617</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -425,7 +425,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>643</width>
|
<width>676</width>
|
||||||
<height>26</height>
|
<height>26</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -449,23 +449,6 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="bar_file"/>
|
<addaction name="bar_file"/>
|
||||||
<addaction name="menuOpzioni"/>
|
<addaction name="menuOpzioni"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QToolBar" name="toolBar">
|
|
||||||
<property name="windowTitle">
|
|
||||||
<string>toolBar</string>
|
|
||||||
</property>
|
|
||||||
<property name="movable">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="floatable">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<attribute name="toolBarArea">
|
|
||||||
<enum>TopToolBarArea</enum>
|
|
||||||
</attribute>
|
|
||||||
<attribute name="toolBarBreak">
|
|
||||||
<bool>false</bool>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
|
||||||
<action name="actionCarica_Preset">
|
<action name="actionCarica_Preset">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
|
|||||||
Reference in New Issue
Block a user