provo a ridurre dimensioni verticali interfaccia
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(900, 750)
|
mainwin.resize(643, 631)
|
||||||
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)
|
||||||
@@ -33,11 +33,55 @@ class Ui_mainwin(object):
|
|||||||
self.centralwidget.setObjectName("centralwidget")
|
self.centralwidget.setObjectName("centralwidget")
|
||||||
self.gridLayout_2 = QtWidgets.QGridLayout(self.centralwidget)
|
self.gridLayout_2 = QtWidgets.QGridLayout(self.centralwidget)
|
||||||
self.gridLayout_2.setObjectName("gridLayout_2")
|
self.gridLayout_2.setObjectName("gridLayout_2")
|
||||||
self.line_2 = QtWidgets.QFrame(self.centralwidget)
|
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||||
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||||
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||||
self.line_2.setObjectName("line_2")
|
font = QtGui.QFont()
|
||||||
self.gridLayout_2.addWidget(self.line_2, 2, 0, 1, 1)
|
font.setPointSize(11)
|
||||||
|
font.setBold(True)
|
||||||
|
font.setWeight(75)
|
||||||
|
self.label_4.setFont(font)
|
||||||
|
self.label_4.setAlignment(QtCore.Qt.AlignCenter)
|
||||||
|
self.label_4.setObjectName("label_4")
|
||||||
|
self.horizontalLayout_3.addWidget(self.label_4)
|
||||||
|
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
|
self.horizontalLayout_3.addItem(spacerItem)
|
||||||
|
self.label_3 = QtWidgets.QLabel(self.centralwidget)
|
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred)
|
||||||
|
sizePolicy.setHorizontalStretch(0)
|
||||||
|
sizePolicy.setVerticalStretch(0)
|
||||||
|
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
||||||
|
self.label_3.setSizePolicy(sizePolicy)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setBold(True)
|
||||||
|
font.setWeight(75)
|
||||||
|
self.label_3.setFont(font)
|
||||||
|
self.label_3.setObjectName("label_3")
|
||||||
|
self.horizontalLayout_3.addWidget(self.label_3)
|
||||||
|
self.lbl_preset = QtWidgets.QLabel(self.centralwidget)
|
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred)
|
||||||
|
sizePolicy.setHorizontalStretch(0)
|
||||||
|
sizePolicy.setVerticalStretch(0)
|
||||||
|
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
||||||
|
self.lbl_preset.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_preset.setObjectName("lbl_preset")
|
||||||
|
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
||||||
|
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
|
self.horizontalLayout_3.addItem(spacerItem1)
|
||||||
|
self.gridLayout_2.addLayout(self.horizontalLayout_3, 2, 0, 1, 1)
|
||||||
|
self.txt_log = QtWidgets.QTextEdit(self.centralwidget)
|
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Maximum)
|
||||||
|
sizePolicy.setHorizontalStretch(0)
|
||||||
|
sizePolicy.setVerticalStretch(0)
|
||||||
|
sizePolicy.setHeightForWidth(self.txt_log.sizePolicy().hasHeightForWidth())
|
||||||
|
self.txt_log.setSizePolicy(sizePolicy)
|
||||||
|
self.txt_log.setMaximumSize(QtCore.QSize(16777215, 100))
|
||||||
|
self.txt_log.setAcceptDrops(False)
|
||||||
|
self.txt_log.setAutoFillBackground(False)
|
||||||
|
self.txt_log.setStyleSheet("background-color: rgb(0,0,0);")
|
||||||
|
self.txt_log.setTextInteractionFlags(QtCore.Qt.TextSelectableByMouse)
|
||||||
|
self.txt_log.setObjectName("txt_log")
|
||||||
|
self.gridLayout_2.addWidget(self.txt_log, 4, 0, 1, 1)
|
||||||
self.wgt_main = QtWidgets.QTabWidget(self.centralwidget)
|
self.wgt_main = QtWidgets.QTabWidget(self.centralwidget)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.MinimumExpanding)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.MinimumExpanding)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
@@ -103,8 +147,8 @@ class Ui_mainwin(object):
|
|||||||
self.lbl_dest.setObjectName("lbl_dest")
|
self.lbl_dest.setObjectName("lbl_dest")
|
||||||
self.verticalLayout_4.addWidget(self.lbl_dest)
|
self.verticalLayout_4.addWidget(self.lbl_dest)
|
||||||
self.gridLayout.addLayout(self.verticalLayout_4, 0, 2, 1, 1)
|
self.gridLayout.addLayout(self.verticalLayout_4, 0, 2, 1, 1)
|
||||||
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.gridLayout.addItem(spacerItem, 0, 3, 1, 1)
|
self.gridLayout.addItem(spacerItem2, 0, 3, 1, 1)
|
||||||
self.line = QtWidgets.QFrame(self.wgt_mainPage1)
|
self.line = QtWidgets.QFrame(self.wgt_mainPage1)
|
||||||
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
||||||
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||||
@@ -125,7 +169,7 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lst_files.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lst_files.sizePolicy().hasHeightForWidth())
|
||||||
self.lst_files.setSizePolicy(sizePolicy)
|
self.lst_files.setSizePolicy(sizePolicy)
|
||||||
self.lst_files.setMinimumSize(QtCore.QSize(0, 200))
|
self.lst_files.setMinimumSize(QtCore.QSize(0, 180))
|
||||||
self.lst_files.setObjectName("lst_files")
|
self.lst_files.setObjectName("lst_files")
|
||||||
self.gridLayout.addWidget(self.lst_files, 3, 0, 1, 4)
|
self.gridLayout.addWidget(self.lst_files, 3, 0, 1, 4)
|
||||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||||
@@ -172,58 +216,9 @@ class Ui_mainwin(object):
|
|||||||
self.gridLayout.addLayout(self.horizontalLayout_2, 4, 0, 1, 4)
|
self.gridLayout.addLayout(self.horizontalLayout_2, 4, 0, 1, 4)
|
||||||
self.wgt_main.addTab(self.wgt_mainPage1, "")
|
self.wgt_main.addTab(self.wgt_mainPage1, "")
|
||||||
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
||||||
self.txt_log = QtWidgets.QTextEdit(self.centralwidget)
|
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Maximum)
|
|
||||||
sizePolicy.setHorizontalStretch(0)
|
|
||||||
sizePolicy.setVerticalStretch(0)
|
|
||||||
sizePolicy.setHeightForWidth(self.txt_log.sizePolicy().hasHeightForWidth())
|
|
||||||
self.txt_log.setSizePolicy(sizePolicy)
|
|
||||||
self.txt_log.setMaximumSize(QtCore.QSize(16777215, 100))
|
|
||||||
self.txt_log.setAcceptDrops(False)
|
|
||||||
self.txt_log.setAutoFillBackground(False)
|
|
||||||
self.txt_log.setStyleSheet("background-color: rgb(0,0,0);")
|
|
||||||
self.txt_log.setTextInteractionFlags(QtCore.Qt.TextSelectableByMouse)
|
|
||||||
self.txt_log.setObjectName("txt_log")
|
|
||||||
self.gridLayout_2.addWidget(self.txt_log, 5, 0, 1, 1)
|
|
||||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
|
||||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
|
||||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
|
||||||
font = QtGui.QFont()
|
|
||||||
font.setPointSize(11)
|
|
||||||
font.setBold(True)
|
|
||||||
font.setWeight(75)
|
|
||||||
self.label_4.setFont(font)
|
|
||||||
self.label_4.setAlignment(QtCore.Qt.AlignCenter)
|
|
||||||
self.label_4.setObjectName("label_4")
|
|
||||||
self.horizontalLayout_3.addWidget(self.label_4)
|
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
||||||
self.horizontalLayout_3.addItem(spacerItem1)
|
|
||||||
self.label_3 = QtWidgets.QLabel(self.centralwidget)
|
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred)
|
|
||||||
sizePolicy.setHorizontalStretch(0)
|
|
||||||
sizePolicy.setVerticalStretch(0)
|
|
||||||
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
|
||||||
self.label_3.setSizePolicy(sizePolicy)
|
|
||||||
font = QtGui.QFont()
|
|
||||||
font.setBold(True)
|
|
||||||
font.setWeight(75)
|
|
||||||
self.label_3.setFont(font)
|
|
||||||
self.label_3.setObjectName("label_3")
|
|
||||||
self.horizontalLayout_3.addWidget(self.label_3)
|
|
||||||
self.lbl_preset = QtWidgets.QLabel(self.centralwidget)
|
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred)
|
|
||||||
sizePolicy.setHorizontalStretch(0)
|
|
||||||
sizePolicy.setVerticalStretch(0)
|
|
||||||
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
|
||||||
self.lbl_preset.setSizePolicy(sizePolicy)
|
|
||||||
self.lbl_preset.setObjectName("lbl_preset")
|
|
||||||
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
|
||||||
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
||||||
self.horizontalLayout_3.addItem(spacerItem2)
|
|
||||||
self.gridLayout_2.addLayout(self.horizontalLayout_3, 3, 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, 900, 26))
|
self.menubar.setGeometry(QtCore.QRect(0, 0, 643, 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)
|
||||||
@@ -231,9 +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.statusbar = QtWidgets.QStatusBar(mainwin)
|
|
||||||
self.statusbar.setObjectName("statusbar")
|
|
||||||
mainwin.setStatusBar(self.statusbar)
|
|
||||||
self.toolBar = QtWidgets.QToolBar(mainwin)
|
self.toolBar = QtWidgets.QToolBar(mainwin)
|
||||||
self.toolBar.setMovable(False)
|
self.toolBar.setMovable(False)
|
||||||
self.toolBar.setFloatable(False)
|
self.toolBar.setFloatable(False)
|
||||||
@@ -275,6 +267,14 @@ class Ui_mainwin(object):
|
|||||||
def retranslateUi(self, mainwin):
|
def retranslateUi(self, mainwin):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
mainwin.setWindowTitle(_translate("mainwin", "bananaSPLIT"))
|
mainwin.setWindowTitle(_translate("mainwin", "bananaSPLIT"))
|
||||||
|
self.label_4.setText(_translate("mainwin", "Finestra dei messaggi"))
|
||||||
|
self.label_3.setText(_translate("mainwin", "Preset corrente: "))
|
||||||
|
self.lbl_preset.setText(_translate("mainwin", "..."))
|
||||||
|
self.txt_log.setHtml(_translate("mainwin", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||||
|
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||||||
|
"p, li { white-space: pre-wrap; }\n"
|
||||||
|
"</style></head><body style=\" font-family:\'MS Shell Dlg 2\'; font-size:7.8pt; font-weight:400; font-style:normal;\">\n"
|
||||||
|
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;\"><br /></p></body></html>"))
|
||||||
self.btn_cartellasorg.setText(_translate("mainwin", "-> "))
|
self.btn_cartellasorg.setText(_translate("mainwin", "-> "))
|
||||||
self.btn_cartelladest.setText(_translate("mainwin", "-> "))
|
self.btn_cartelladest.setText(_translate("mainwin", "-> "))
|
||||||
self.lbl_cartellasorg.setText(_translate("mainwin", "Cartella sorgente"))
|
self.lbl_cartellasorg.setText(_translate("mainwin", "Cartella sorgente"))
|
||||||
@@ -287,14 +287,6 @@ class Ui_mainwin(object):
|
|||||||
self.rad_fileOld.setText(_translate("mainwin", "Vecchia"))
|
self.rad_fileOld.setText(_translate("mainwin", "Vecchia"))
|
||||||
self.btn_avanti.setText(_translate("mainwin", "Avanti"))
|
self.btn_avanti.setText(_translate("mainwin", "Avanti"))
|
||||||
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.txt_log.setHtml(_translate("mainwin", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
|
||||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
|
||||||
"p, li { white-space: pre-wrap; }\n"
|
|
||||||
"</style></head><body style=\" font-family:\'MS Shell Dlg 2\'; font-size:7.8pt; font-weight:400; font-style:normal;\">\n"
|
|
||||||
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;\"><br /></p></body></html>"))
|
|
||||||
self.label_4.setText(_translate("mainwin", "Finestra dei messaggi"))
|
|
||||||
self.label_3.setText(_translate("mainwin", "Preset corrente: "))
|
|
||||||
self.lbl_preset.setText(_translate("mainwin", "..."))
|
|
||||||
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.toolBar.setWindowTitle(_translate("mainwin", "toolBar"))
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -9,8 +9,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>900</width>
|
<width>643</width>
|
||||||
<height>750</height>
|
<height>631</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -44,9 +44,116 @@
|
|||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="Line" name="line_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Horizontal</enum>
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>11</pointsize>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Finestra dei messaggi</string>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="horizontalSpacer_2">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_3">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<weight>75</weight>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Preset corrente: </string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="lbl_preset">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>...</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="horizontalSpacer_3">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item row="4" column="0">
|
||||||
|
<widget class="QTextEdit" name="txt_log">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>16777215</width>
|
||||||
|
<height>100</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="acceptDrops">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="autoFillBackground">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">background-color: rgb(0,0,0);</string>
|
||||||
|
</property>
|
||||||
|
<property name="html">
|
||||||
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
|
p, li { white-space: pre-wrap; }
|
||||||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
|
||||||
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html></string>
|
||||||
|
</property>
|
||||||
|
<property name="textInteractionFlags">
|
||||||
|
<set>Qt::TextSelectableByMouse</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -216,7 +323,7 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>200</height>
|
<height>180</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
@@ -311,120 +418,6 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
|
||||||
<widget class="QTextEdit" name="txt_log">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>16777215</width>
|
|
||||||
<height>100</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="acceptDrops">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="autoFillBackground">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="styleSheet">
|
|
||||||
<string notr="true">background-color: rgb(0,0,0);</string>
|
|
||||||
</property>
|
|
||||||
<property name="html">
|
|
||||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
||||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
||||||
p, li { white-space: pre-wrap; }
|
|
||||||
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
|
|
||||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html></string>
|
|
||||||
</property>
|
|
||||||
<property name="textInteractionFlags">
|
|
||||||
<set>Qt::TextSelectableByMouse</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0">
|
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_4">
|
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<pointsize>11</pointsize>
|
|
||||||
<weight>75</weight>
|
|
||||||
<bold>true</bold>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Finestra dei messaggi</string>
|
|
||||||
</property>
|
|
||||||
<property name="alignment">
|
|
||||||
<set>Qt::AlignCenter</set>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="horizontalSpacer_2">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_3">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="font">
|
|
||||||
<font>
|
|
||||||
<weight>75</weight>
|
|
||||||
<bold>true</bold>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Preset corrente: </string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="lbl_preset">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>...</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<spacer name="horizontalSpacer_3">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenuBar" name="menubar">
|
<widget class="QMenuBar" name="menubar">
|
||||||
@@ -432,7 +425,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>900</width>
|
<width>643</width>
|
||||||
<height>26</height>
|
<height>26</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -456,7 +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="QStatusBar" name="statusbar"/>
|
|
||||||
<widget class="QToolBar" name="toolBar">
|
<widget class="QToolBar" name="toolBar">
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>toolBar</string>
|
<string>toolBar</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user