ahahahahahah (Niccolò). Creato pagina opzioni avanzate per rendere

predefiniti tutti i valori. Bisognerebbe sistemare il layout, ma non
siamo molto buoni.
This commit is contained in:
2019-12-14 15:56:29 +01:00
parent c3704ad6bd
commit 5bb6a12a06

View File

@@ -0,0 +1,460 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<widget class="QTabWidget" name="tab_opzionipredef">
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="tab_cartelle">
<attribute name="title">
<string>Cartelle</string>
</attribute>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>160</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lbl_sorgente">
<property name="text">
<string>Cartella sorgente</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_destinazione">
<property name="text">
<string>Cartella destinazione</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>31</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QToolButton" name="tll_sorgente">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="tll_destinazione">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_lingua">
<attribute name="title">
<string>Lingua</string>
</attribute>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>212</width>
<height>80</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lbl_lingua">
<property name="text">
<string>Seleziona lingua articoli</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmb_lingua">
<item>
<property name="text">
<string>Inglese</string>
</property>
</item>
<item>
<property name="text">
<string>Italiano</string>
</property>
</item>
<item>
<property name="text">
<string>Russo</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_output">
<attribute name="title">
<string>Output</string>
</attribute>
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>160</width>
<height>96</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="lbl_output">
<property name="text">
<string>Seleziona tipo file</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rad_mainbodyEfile">
<property name="text">
<string>File Singoli + Bodyfile</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rad_file">
<property name="text">
<string>File Singoli</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rad_bodyfile">
<property name="text">
<string>Bodyfile</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_nome">
<attribute name="title">
<string>Nome file</string>
</attribute>
<widget class="QLabel" name="lbl_titolo">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Seleziona elementi titolo</string>
</property>
</widget>
<widget class="QCheckBox" name="chk_data">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Data</string>
</property>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_4">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>190</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QRadioButton" name="rad_datajpn">
<property name="text">
<string>YYYY MM DD, es. 2000 12 31</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rad_dataita">
<property name="text">
<string>DD MM YYYY, es. 31 12 2000</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rad_datausa">
<property name="text">
<string>MM DD YYYY, es. 12 31 2000</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QCheckBox" name="chk_titolo">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Titolo</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>160</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="lbl_ncaratt">
<property name="text">
<string>Numero caratteri</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spn_ncaratt">
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QCheckBox" name="chk_docnum">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Numero Documento</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>231</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="lbl_separatore">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Separatore</string>
</property>
</widget>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>191</width>
<height>80</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="rad_spazio">
<property name="text">
<string>Spazio</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="rad_tratt">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="rad_virgola">
<property name="text">
<string>,</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QRadioButton" name="rad_tratbass">
<property name="text">
<string>_</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="rad_piu">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QRadioButton" name="rad_altro">
<property name="text">
<string>Altro:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lin_altro"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
<x>10</x>
<y>350</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>20</x>
<y>370</y>
<width>451</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Qui dobbiamo mettere le avanzate del titolo. </string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>20</x>
<y>390</y>
<width>281</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Bisogna decidere quale formato ci piace di più.</string>
</property>
</widget>
</widget>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Seleziona le opzioni predefinite</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="btn_annulla">
<property name="text">
<string>Annulla</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_ok">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>