modifiche finestra main, ogni pagina diventa una tab

This commit is contained in:
2019-11-24 16:47:15 +01:00
parent da0eb61e2d
commit 59f3e2d6b3

View File

@@ -9,7 +9,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>653</width> <width>678</width>
<height>517</height> <height>517</height>
</rect> </rect>
</property> </property>
@@ -31,88 +31,133 @@
<property name="windowTitle"> <property name="windowTitle">
<string>bananaSPLIT</string> <string>bananaSPLIT</string>
</property> </property>
<property name="animated">
<bool>false</bool>
</property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QWidget" name="wgt_main" native="true"> <widget class="QTabWidget" name="wgt_main">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <widget class="QWidget" name="wgt_mainPage1" native="true">
<item row="0" column="2"> <attribute name="title">
<spacer name="horizontalSpacer"> <string>SelezionaFile</string>
<property name="orientation"> </attribute>
<enum>Qt::Horizontal</enum> <layout class="QGridLayout" name="gridLayout">
</property> <item row="2" column="3">
<property name="sizeHint" stdset="0"> <widget class="QPushButton" name="btn_avanti">
<size> <property name="minimumSize">
<width>404</width> <size>
<height>20</height> <width>79</width>
</size> <height>0</height>
</property> </size>
</spacer> </property>
</item> <property name="maximumSize">
<item row="0" column="1"> <size>
<layout class="QVBoxLayout" name="verticalLayout_2"> <width>80</width>
<item> <height>16777215</height>
<widget class="QPushButton" name="btn_cartellasorg"> </size>
<property name="text"> </property>
<string>...</string> <property name="text">
</property> <string>Avanti</string>
</widget> </property>
</item> </widget>
<item> </item>
<widget class="QPushButton" name="btn_cartelladest"> <item row="0" column="0">
<property name="text"> <layout class="QVBoxLayout" name="verticalLayout">
<string>...</string> <item>
</property> <widget class="QLabel" name="lbl_cartellasorg">
</widget> <property name="font">
</item> <font>
</layout> <pointsize>10</pointsize>
</item> </font>
<item row="1" column="0" colspan="3"> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="text">
<item> <string>Cartella sorgente</string>
<widget class="QCheckBox" name="chk_predefinita"> </property>
<property name="text"> </widget>
<string>Rendi predefinite le cartelle</string> </item>
</property> <item>
</widget> <widget class="QLabel" name="lbl_cartelladest">
</item> <property name="font">
</layout> <font>
</item> <pointsize>10</pointsize>
<item row="0" column="0"> </font>
<layout class="QVBoxLayout" name="verticalLayout"> </property>
<item> <property name="text">
<widget class="QLabel" name="lbl_cartellasorg"> <string>Cartella destinazione</string>
<property name="font"> </property>
<font> </widget>
<pointsize>10</pointsize> </item>
</font> </layout>
</property> </item>
<property name="text"> <item row="0" column="1">
<string>Cartella sorgente</string> <layout class="QVBoxLayout" name="verticalLayout_2">
</property> <item>
</widget> <widget class="QPushButton" name="btn_cartellasorg">
</item> <property name="text">
<item> <string>...</string>
<widget class="QLabel" name="lbl_cartelladest"> </property>
<property name="font"> </widget>
<font> </item>
<pointsize>10</pointsize> <item>
</font> <widget class="QPushButton" name="btn_cartelladest">
</property> <property name="text">
<property name="text"> <string>...</string>
<string>Cartella destinazione</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
</layout> </item>
</item> <item row="2" column="2">
</layout> <widget class="QPushButton" name="btn_opzioni">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Opzioni</string>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="lbl_sorg">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_dest">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" colspan="4">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="chk_predefinita">
<property name="text">
<string>Rendi predefinite le cartelle</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget> </widget>
</item> </item>
<item> <item>
@@ -142,44 +187,15 @@
<height>500</height> <height>500</height>
</size> </size>
</property> </property>
<widget class="QPushButton" name="btn_opzioni"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="geometry"> <item>
<rect> <widget class="QLabel" name="lbl_log">
<x>440</x> <property name="text">
<y>40</y> <string>qui ci va il log ma devo pensare a come farlo in modo non eccessivamente stupido</string>
<width>81</width> </property>
<height>24</height> </widget>
</rect> </item>
</property> </layout>
<property name="text">
<string>Opzioni</string>
</property>
</widget>
<widget class="QPushButton" name="btn_avanti">
<property name="geometry">
<rect>
<x>540</x>
<y>40</y>
<width>79</width>
<height>24</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>79</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>79</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Avanti</string>
</property>
</widget>
</widget> </widget>
</item> </item>
</layout> </layout>
@@ -189,45 +205,33 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>653</width> <width>678</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
<property name="nativeMenuBar">
<bool>true</bool>
</property>
<widget class="QMenu" name="bar_file"> <widget class="QMenu" name="bar_file">
<property name="title"> <property name="title">
<string>File</string> <string>File</string>
</property> </property>
</widget> <addaction name="actionCarica_Preset"/>
<widget class="QMenu" name="bar_settings"> <addaction name="actionSalva_Preset"/>
<property name="geometry">
<rect>
<x>375</x>
<y>101</y>
<width>135</width>
<height>50</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="title">
<string>Settings</string>
</property>
</widget> </widget>
<addaction name="bar_file"/> <addaction name="bar_file"/>
<addaction name="bar_settings"/>
</widget> </widget>
<widget class="QStatusBar" name="statusbar"/> <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>
</property> </property>
<property name="movable">
<bool>false</bool>
</property>
<property name="floatable">
<bool>false</bool>
</property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
</attribute> </attribute>
@@ -235,6 +239,16 @@
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
</widget> </widget>
<action name="actionCarica_Preset">
<property name="text">
<string>Carica Preset</string>
</property>
</action>
<action name="actionSalva_Preset">
<property name="text">
<string>Salva Preset</string>
</property>
</action>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>