Merge branch 'gui-devel' of https://git.etss.it/12Parsec/bananaSPLIT.git into gui-devel

This commit is contained in:
2019-11-10 20:03:45 +01:00
2 changed files with 169 additions and 139 deletions

View File

@@ -6,15 +6,59 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>404</width>
<height>300</height> <height>204</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <widget class="QLabel" name="lbl_indicazioni">
<item row="2" column="0"> <property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>125</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Seleziona il tipo di file</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>382</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>145</width>
<height>74</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum> <enum>QLayout::SetMaximumSize</enum>
@@ -56,26 +100,16 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="lbl_indicazioni">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Seleziona il tipo di file</string>
</property>
</widget> </widget>
</item> <widget class="QWidget" name="">
<item row="5" column="0" colspan="2"> <property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>381</width>
<height>26</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QPushButton" name="btn_Indietro"> <widget class="QPushButton" name="btn_Indietro">
@@ -139,15 +173,7 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</item>
<item row="1" column="0" colspan="2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget> </widget>
</item>
</layout>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>

View File

@@ -132,7 +132,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="spn_ncarat"/> <widget class="QSpinBox" name="spn_ncarat">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
@@ -320,7 +324,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>/</string> <string>\</string>
</property> </property>
</widget> </widget>
<widget class="QRadioButton" name="radioButton_5"> <widget class="QRadioButton" name="radioButton_5">