Compare commits
15 Commits
fe24842c8e
...
v1.42_All
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b83284e0 | |||
|
|
977feb6722 | ||
| b97b9f9855 | |||
|
|
b69303b543 | ||
|
|
c6a2620c64 | ||
| 489e265273 | |||
| 310c992aac | |||
| ed354f6574 | |||
|
|
88029d5cbe | ||
| dbdac20f82 | |||
| 4c4317d55b | |||
| 1ef2bf590e | |||
| cc817e4684 | |||
| efee2b786b | |||
| de5e3302f3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
SPEx/bin
|
||||
*.spec
|
||||
.DS_Store
|
||||
TestFiles
|
||||
__pycache__
|
||||
.vscode
|
||||
|
||||
BIN
MacBuild/SPEx
Normal file
BIN
MacBuild/SPEx
Normal file
Binary file not shown.
69
MacBuild/conf/defaults.json
Normal file
69
MacBuild/conf/defaults.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "defaults.json",
|
||||
"configurationPath": "./conf/",
|
||||
"INworkPath": "C://",
|
||||
"OUTworkPath": "C://",
|
||||
"fileList": [
|
||||
]
|
||||
},
|
||||
"docStruct": {
|
||||
"fileVersNew": false,
|
||||
"language": "English",
|
||||
"languageIdx": 1,
|
||||
"docSep": "\\s*Copyright [(0-9)]+",
|
||||
"beginOfDocument": "\\s*Body",
|
||||
"endOfDocument": "\\s*End of Document",
|
||||
"dateFormat": "{month} {day:d}, {year:d}{}",
|
||||
"outPrefix": "",
|
||||
"outSuffix": "",
|
||||
"outExt": ".txt",
|
||||
"outDateType": "jpn",
|
||||
"outNameFormat": "",
|
||||
"outDate": true,
|
||||
"outTitle": true,
|
||||
"outNumber": true,
|
||||
"numberPos": 1,
|
||||
"datePos": 2,
|
||||
"titlePos": 3,
|
||||
"maxTitleLen": 16,
|
||||
"outNameSep": "-",
|
||||
"customSep": "=",
|
||||
"dateFormats": {
|
||||
"jpn": "{year:04d}{month:02d}{day:02d}",
|
||||
"it": "{day:02d}{month:02d}{year:04d}",
|
||||
"usa": "{month:02d}{year:04d}{day:02d}"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"uiLang": "en",
|
||||
"winW": 800,
|
||||
"winH": 700,
|
||||
"encoding": "windows-1252",
|
||||
"monthPosition": 0,
|
||||
"getNewsPaperName": true,
|
||||
"nameNotFoundStr": "ND",
|
||||
"includeTitle": true,
|
||||
"removeDuplicates": true,
|
||||
"showSkipped": false,
|
||||
"showRemovedDuplicates": false,
|
||||
"loadTXT": true,
|
||||
"loadDOCX": false,
|
||||
"removeOldFiles": true,
|
||||
"saveSeparateFiles": true,
|
||||
"saveBodyFile": true,
|
||||
"saveBodyNumber": true,
|
||||
"delLF": false,
|
||||
"delWordBreak": true,
|
||||
"delChars": [
|
||||
"'",
|
||||
"@",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"^",
|
||||
"&"
|
||||
]
|
||||
}
|
||||
}
|
||||
76
MacBuild/conf/languageconf.json
Normal file
76
MacBuild/conf/languageconf.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"Italiano": {
|
||||
"dateWords": [
|
||||
"Gennaio",
|
||||
"Febbraio",
|
||||
"Marzo",
|
||||
"Aprile",
|
||||
"Maggio",
|
||||
"Giugno",
|
||||
"Luglio",
|
||||
"Agosto",
|
||||
"Settembre",
|
||||
"Ottobre",
|
||||
"Novembre",
|
||||
"Dicembre"
|
||||
],
|
||||
"headWords": [
|
||||
"BYLINE:",
|
||||
"SECTION:",
|
||||
"LENGTH:",
|
||||
"DATELINE:",
|
||||
"HIGHLIGHT:",
|
||||
"Email:"
|
||||
],
|
||||
"tailWords": [
|
||||
"Newstex ID:",
|
||||
"NOTES:",
|
||||
"LANGUAGE:",
|
||||
"GRAPHIC:",
|
||||
"TYPE:",
|
||||
"URL:",
|
||||
"LOAD-DATE:",
|
||||
"PUBLICATION-TYPE:",
|
||||
"DOCUMENT-TYPE:",
|
||||
"CHARTS:",
|
||||
"JOURNAL-CODE:"
|
||||
]
|
||||
},
|
||||
"English": {
|
||||
"dateWords": [
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December"
|
||||
],
|
||||
"headWords": [
|
||||
"BYLINE:",
|
||||
"SECTION:",
|
||||
"LENGTH:",
|
||||
"DATELINE:",
|
||||
"HIGHLIGHT:",
|
||||
"Email:"
|
||||
],
|
||||
"tailWords": [
|
||||
"Newstex ID:",
|
||||
"NOTES:",
|
||||
"LANGUAGE:",
|
||||
"GRAPHIC:",
|
||||
"TYPE:",
|
||||
"URL:",
|
||||
"LOAD-DATE:",
|
||||
"PUBLICATION-TYPE:",
|
||||
"DOCUMENT-TYPE:",
|
||||
"CHARTS:",
|
||||
"JOURNAL-CODE:"
|
||||
]
|
||||
}
|
||||
}
|
||||
67
MacBuild/conf/linux.json
Normal file
67
MacBuild/conf/linux.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "linux.json",
|
||||
"configurationPath": "./conf/",
|
||||
"INworkPath": "/home/",
|
||||
"OUTworkPath": "/home/",
|
||||
"fileList": []
|
||||
},
|
||||
"docStruct": {
|
||||
"fileVersNew": false,
|
||||
"language": "English",
|
||||
"languageIdx": 1,
|
||||
"docSep": "\\s*Copyright [(0-9)]+",
|
||||
"beginOfDocument": "\\s*Body",
|
||||
"endOfDocument": "\\s*End of Document",
|
||||
"dateFormat": "{month} {day:d}, {year:d}{}",
|
||||
"outPrefix": "",
|
||||
"outSuffix": "",
|
||||
"outExt": ".txt",
|
||||
"outDateType": "jpn",
|
||||
"outNameFormat": "",
|
||||
"outDate": true,
|
||||
"outTitle": true,
|
||||
"outNumber": true,
|
||||
"numberPos": 1,
|
||||
"datePos": 2,
|
||||
"titlePos": 3,
|
||||
"maxTitleLen": 16,
|
||||
"outNameSep": "-",
|
||||
"customSep": "=",
|
||||
"dateFormats": {
|
||||
"jpn": "{year:04d}{month:02d}{day:02d}",
|
||||
"it": "{day:02d}{month:02d}{year:04d}",
|
||||
"usa": "{month:02d}{year:04d}{day:02d}"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"winW": 800,
|
||||
"winH": 700,
|
||||
"encoding": "windows-1252",
|
||||
"monthPosition": 0,
|
||||
"getNewsPaperName": true,
|
||||
"nameNotFoundStr": "ND",
|
||||
"includeTitle": true,
|
||||
"removeDuplicates": true,
|
||||
"showSkipped": false,
|
||||
"showRemovedDuplicates": false,
|
||||
"loadTXT": true,
|
||||
"loadDOCX": false,
|
||||
"removeOldFiles": true,
|
||||
"saveSeparateFiles": true,
|
||||
"saveBodyFile": true,
|
||||
"saveBodyNumber": true,
|
||||
"delLF": false,
|
||||
"delWordBreak": true,
|
||||
"delChars": [
|
||||
"'",
|
||||
"@",
|
||||
"#",
|
||||
"$",
|
||||
"%",
|
||||
"^",
|
||||
"&"
|
||||
]
|
||||
}
|
||||
}
|
||||
5
MacBuild/conf/loggerconf.json
Normal file
5
MacBuild/conf/loggerconf.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"logFile": "./SPEx.log",
|
||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v1.41",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "defaults.json",
|
||||
"configurationPath": "./conf/",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v1.3",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "linux.json",
|
||||
"configurationPath": "./conf/",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
||||
"logFile": "./SPEx.log",
|
||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
block_cipher = None
|
||||
|
||||
|
||||
a = Analysis(['../spex/guimain.py'],
|
||||
pathex=['./libbananasplit', './UserInterface/compiledUI', '/home/emanuele/VScode/bananaSPLIT/SPEx/scripts'],
|
||||
a = Analysis(['..\\spex\\guimain.py'],
|
||||
pathex=['./libbananasplit', './UserInterface/compiledUI', 'D:\\Emanuele\\Documenti\\VScode\\bananaSPLIT\\SPEx\\scripts'],
|
||||
binaries=[],
|
||||
datas=[('../.venv/lib/python3.8/site-packages/text_unidecode/data.bin', './text_unidecode')],
|
||||
datas=[('..\\.venv\\Lib\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
@@ -30,4 +30,4 @@ exe = EXE(pyz,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=False , icon='../spex/logo.ico')
|
||||
console=False , icon='..\\spex\\logo.ico')
|
||||
|
||||
25
SPEx/scripts/create_SPEX.zsh
Executable file
25
SPEx/scripts/create_SPEX.zsh
Executable file
@@ -0,0 +1,25 @@
|
||||
#!/bin/zsh
|
||||
echo "Rimuovo i file precedenti"
|
||||
rm -rf ../bin/*
|
||||
|
||||
pyinstaller --add-data="../.venv/lib/python3.7/site-packages/text_unidecode/data.bin":./text_unidecode \
|
||||
--icon="../spex/logo.icns" \
|
||||
--noconfirm \
|
||||
--paths ./libbananasplit --paths ./UserInterface/compiledUI \
|
||||
--name=SPEx \
|
||||
--onefile \
|
||||
--windowed \
|
||||
--osx-bundle-identifier="12parsec.software.SPEx" \
|
||||
../spex/guimain.py
|
||||
|
||||
echo "Copio configurazione"
|
||||
cp -r ../conf ./dist/SPEx.app/Contents/MacOS/conf/
|
||||
cp -r ../conf ./dist/
|
||||
echo "Copio file binari"
|
||||
mv ./dist/ ../bin/
|
||||
echo "Rinuovo cartella build"
|
||||
rm -rf ./build
|
||||
echo "Firmo il codice"
|
||||
cd ../bin/dist
|
||||
#codesign --deep -s "12Parsec" SPEx.app
|
||||
#codesign --deep -s "12Parsec" SPEx
|
||||
@@ -6,10 +6,13 @@ Created on 10 apr 2020
|
||||
import os,glob
|
||||
import subprocess
|
||||
|
||||
#genera i file di traduzionae da inserire nel software a runtime
|
||||
|
||||
if __name__ == '__main__':
|
||||
tsfiles = glob.glob("..\\UserInterface\\resources\\translations\\*.ts")
|
||||
tsfiles = glob.glob("..\\spex\\userInterface\\resources\\translations\\*.qt.ts")
|
||||
print(os.getcwd())
|
||||
for ts in tsfiles:
|
||||
tso = "..\\SPEx\\userInterface\\resources\\translations\\"+os.path.splitext((os.path.split(ts)[1]))[0]+".qm"
|
||||
subprocess.run(f'lrelease.exe {ts} -qm {tso}')
|
||||
os.chdir("..\\SPEx\\userInterface")
|
||||
tso = "..\\spex\\userInterface\\resources\\translations\\"+os.path.splitext((os.path.split(ts)[1]))[0].split(".")[0]+".qm"
|
||||
subprocess.run(f'C:\\Qt\\5.12.2\\mingw73_64\\bin\\lrelease.exe {ts} -qm {tso}')
|
||||
os.chdir("..\\spex\\userInterface")
|
||||
pass
|
||||
@@ -7,6 +7,8 @@ import os,glob
|
||||
import subprocess
|
||||
langs = ["en"]
|
||||
|
||||
# crea i file ts dalle interfacce, da usare solo se si e' modificato qualcosa nelle interfacce
|
||||
|
||||
if __name__ == '__main__':
|
||||
uifiles = glob.glob("..\\*\\*.ui", recursive=True)
|
||||
pyfiles = ['..\\SPEx\\guimain.py','..\\SPEx\\libbananasplit\\libsplit.py','..\\SPEx\\libbananasplit\\libconfload.py']
|
||||
|
||||
@@ -38,6 +38,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -63,6 +69,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>480</width>
|
||||
<height>524</height>
|
||||
<height>593</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -44,6 +44,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_terzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -57,6 +63,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numeroterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -70,6 +82,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_dataterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -83,6 +101,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titoloterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -116,6 +140,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_secondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -129,6 +159,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numerosecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -142,6 +178,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_datasecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -158,6 +200,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titolosecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -173,6 +221,12 @@
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2">
|
||||
<widget class="QLabel" name="lbl_istruzioni">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -186,6 +240,12 @@
|
||||
</item>
|
||||
<item row="8" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -199,6 +259,12 @@
|
||||
</item>
|
||||
<item row="8" column="1">
|
||||
<widget class="QLineEdit" name="txt_prefisso">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -219,6 +285,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_primo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -232,6 +304,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numeroprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -248,6 +326,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_dataprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -261,6 +345,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titoloprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -283,10 +373,16 @@
|
||||
</item>
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QLabel" name="lbl_titoloschermata">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -326,6 +422,12 @@
|
||||
</item>
|
||||
<item row="9" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -339,6 +441,12 @@
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<widget class="QLineEdit" name="txt_suffisso">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
|
||||
@@ -31,6 +31,7 @@ class Ui_editconf(object):
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.label = QtWidgets.QLabel(editconf)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -42,6 +43,7 @@ class Ui_editconf(object):
|
||||
self.label.setObjectName("label")
|
||||
self.verticalLayout.addWidget(self.label)
|
||||
self.label_2 = QtWidgets.QLabel(editconf)
|
||||
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
|
||||
@@ -15,7 +15,7 @@ class Ui_advtitolo3(object):
|
||||
def setupUi(self, advtitolo3):
|
||||
advtitolo3.setObjectName("advtitolo3")
|
||||
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
||||
advtitolo3.resize(480, 524)
|
||||
advtitolo3.resize(480, 593)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
@@ -38,6 +38,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
||||
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_terzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -45,6 +46,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_terzo.setObjectName("lbl_terzo")
|
||||
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
||||
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numeroterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -52,6 +54,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
||||
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
||||
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_dataterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -59,6 +62,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
||||
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
||||
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titoloterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -72,6 +76,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_secondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -79,6 +84,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_secondo.setObjectName("lbl_secondo")
|
||||
self.verticalLayout.addWidget(self.lbl_secondo)
|
||||
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numerosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -86,6 +92,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
||||
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
||||
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_datasecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -94,6 +101,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
||||
self.verticalLayout.addWidget(self.rad_datasecondo)
|
||||
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titolosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -102,6 +110,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
||||
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
||||
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_istruzioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -109,6 +118,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
||||
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
||||
self.label = QtWidgets.QLabel(advtitolo3)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -116,6 +126,7 @@ class Ui_advtitolo3(object):
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
||||
self.txt_prefisso = QtWidgets.QLineEdit(advtitolo3)
|
||||
self.txt_prefisso.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.txt_prefisso.setFont(font)
|
||||
@@ -127,6 +138,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_primo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -134,6 +146,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_primo.setObjectName("lbl_primo")
|
||||
self.verticalLayout_2.addWidget(self.lbl_primo)
|
||||
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numeroprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -142,6 +155,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
||||
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
||||
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_dataprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -149,6 +163,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
||||
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
||||
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titoloprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -162,9 +177,10 @@ class Ui_advtitolo3(object):
|
||||
self.line_2.setObjectName("line_2")
|
||||
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
||||
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_titoloschermata.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_titoloschermata.setFont(font)
|
||||
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
||||
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
||||
@@ -186,6 +202,7 @@ class Ui_advtitolo3(object):
|
||||
self.horizontalLayout.addWidget(self.btn_OK)
|
||||
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
||||
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
||||
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -193,6 +210,7 @@ class Ui_advtitolo3(object):
|
||||
self.label_2.setObjectName("label_2")
|
||||
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
||||
self.txt_suffisso = QtWidgets.QLineEdit(advtitolo3)
|
||||
self.txt_suffisso.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.txt_suffisso.setFont(font)
|
||||
|
||||
@@ -15,7 +15,7 @@ class Ui_mainwin(object):
|
||||
def setupUi(self, mainwin):
|
||||
mainwin.setObjectName("mainwin")
|
||||
mainwin.setEnabled(True)
|
||||
mainwin.resize(680, 620)
|
||||
mainwin.resize(680, 622)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
@@ -38,6 +38,7 @@ class Ui_mainwin(object):
|
||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_4.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -55,6 +56,7 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
||||
self.label_3.setSizePolicy(sizePolicy)
|
||||
self.label_3.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -69,6 +71,7 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_preset.setSizePolicy(sizePolicy)
|
||||
self.lbl_preset.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -170,6 +173,7 @@ class Ui_mainwin(object):
|
||||
self.line.setObjectName("line")
|
||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
||||
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -196,6 +200,9 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
||||
self.label_2.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(14)
|
||||
self.label_2.setFont(font)
|
||||
self.label_2.setObjectName("label_2")
|
||||
self.horizontalLayout_2.addWidget(self.label_2)
|
||||
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
||||
@@ -235,7 +242,7 @@ class Ui_mainwin(object):
|
||||
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
||||
mainwin.setCentralWidget(self.centralwidget)
|
||||
self.menubar = QtWidgets.QMenuBar(mainwin)
|
||||
self.menubar.setGeometry(QtCore.QRect(0, 0, 680, 25))
|
||||
self.menubar.setGeometry(QtCore.QRect(0, 0, 680, 26))
|
||||
self.menubar.setNativeMenuBar(True)
|
||||
self.menubar.setObjectName("menubar")
|
||||
self.bar_file = QtWidgets.QMenu(self.menubar)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -27,9 +27,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_lingua.setSizePolicy(sizePolicy)
|
||||
self.lbl_lingua.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_lingua.setFont(font)
|
||||
self.lbl_lingua.setObjectName("lbl_lingua")
|
||||
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
||||
@@ -46,6 +47,7 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
||||
self.cmb_lingua.setSizePolicy(sizePolicy)
|
||||
self.cmb_lingua.setMinimumSize(QtCore.QSize(0, 30))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.cmb_lingua.setFont(font)
|
||||
@@ -62,9 +64,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
||||
self.lbl_indicazioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_indicazioni.setFont(font)
|
||||
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
||||
@@ -77,6 +80,7 @@ class Ui_selezout(object):
|
||||
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_mainbodyEFile.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -85,6 +89,7 @@ class Ui_selezout(object):
|
||||
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
||||
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
||||
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_mainbody.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -92,6 +97,7 @@ class Ui_selezout(object):
|
||||
self.rad_mainbody.setObjectName("rad_mainbody")
|
||||
self.verticalLayout.addWidget(self.rad_mainbody)
|
||||
self.rad_file = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_file.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -105,9 +111,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
||||
self.lbl_indicazioni_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_indicazioni_2.setFont(font)
|
||||
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
||||
@@ -124,6 +131,7 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
||||
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
||||
self.chk_removeDuplicates.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -131,6 +139,7 @@ class Ui_selezout(object):
|
||||
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
||||
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
||||
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_includeTitle.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -138,6 +147,7 @@ class Ui_selezout(object):
|
||||
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
||||
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
||||
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_removeBreakWord.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -145,6 +155,7 @@ class Ui_selezout(object):
|
||||
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
||||
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
||||
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_cleaDestFolder.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -154,13 +165,15 @@ class Ui_selezout(object):
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label = QtWidgets.QLabel(selezout)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.horizontalLayout.addWidget(self.label)
|
||||
self.lin_specialChars = QtWidgets.QLineEdit(selezout)
|
||||
self.lin_specialChars.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.lin_specialChars.setFont(font)
|
||||
@@ -196,7 +209,7 @@ class Ui_selezout(object):
|
||||
self.horizontalLayout_2.addItem(spacerItem3)
|
||||
self.btn_split = QtWidgets.QPushButton(selezout)
|
||||
self.btn_split.setMinimumSize(QtCore.QSize(100, 0))
|
||||
self.btn_split.setMaximumSize(QtCore.QSize(16777215, 40))
|
||||
self.btn_split.setMaximumSize(QtCore.QSize(16777215, 50))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
|
||||
@@ -21,6 +21,64 @@ class Ui_titolo(object):
|
||||
titolo.setFont(font)
|
||||
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
||||
self.gridLayout.setObjectName("gridLayout")
|
||||
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
||||
self.gridLayout.addItem(spacerItem, 14, 0, 1, 1)
|
||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
||||
self.lyt_date.setObjectName("lyt_date")
|
||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
||||
self.rad_datajpn.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datajpn.setFont(font)
|
||||
self.rad_datajpn.setChecked(True)
|
||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
||||
self.lyt_date.addWidget(self.rad_datajpn)
|
||||
self.rad_dataita = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_dataita.sizePolicy().hasHeightForWidth())
|
||||
self.rad_dataita.setSizePolicy(sizePolicy)
|
||||
self.rad_dataita.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_dataita.setFont(font)
|
||||
self.rad_dataita.setObjectName("rad_dataita")
|
||||
self.lyt_date.addWidget(self.rad_dataita)
|
||||
self.rad_datausa = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datausa.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datausa.setSizePolicy(sizePolicy)
|
||||
self.rad_datausa.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datausa.setFont(font)
|
||||
self.rad_datausa.setObjectName("rad_datausa")
|
||||
self.lyt_date.addWidget(self.rad_datausa)
|
||||
self.gridLayout.addLayout(self.lyt_date, 3, 0, 1, 3)
|
||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_data.sizePolicy().hasHeightForWidth())
|
||||
self.chk_data.setSizePolicy(sizePolicy)
|
||||
self.chk_data.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_data.setFont(font)
|
||||
self.chk_data.setObjectName("chk_data")
|
||||
self.gridLayout.addWidget(self.chk_data, 2, 0, 1, 1)
|
||||
self.lyt_nchars = QtWidgets.QHBoxLayout()
|
||||
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
||||
self.lyt_nchars.setObjectName("lyt_nchars")
|
||||
@@ -30,6 +88,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
||||
self.lbl_ncarat.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -53,19 +112,27 @@ class Ui_titolo(object):
|
||||
self.spn_ncarat.setMaximum(32)
|
||||
self.spn_ncarat.setObjectName("spn_ncarat")
|
||||
self.lyt_nchars.addWidget(self.spn_ncarat)
|
||||
spacerItem = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_nchars.addItem(spacerItem)
|
||||
spacerItem1 = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_nchars.addItem(spacerItem1)
|
||||
self.gridLayout.addLayout(self.lyt_nchars, 5, 0, 1, 3)
|
||||
self.line_3 = QtWidgets.QFrame(titolo)
|
||||
self.line_3.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_3.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_3.setObjectName("line_3")
|
||||
self.gridLayout.addWidget(self.line_3, 7, 0, 1, 3)
|
||||
self.line = QtWidgets.QFrame(titolo)
|
||||
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line.setObjectName("line")
|
||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 3)
|
||||
self.chk_titolo = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_titolo.sizePolicy().hasHeightForWidth())
|
||||
self.chk_titolo.setSizePolicy(sizePolicy)
|
||||
self.chk_titolo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_titolo.setFont(font)
|
||||
self.chk_titolo.setObjectName("chk_titolo")
|
||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
||||
self.lyt_buttons = QtWidgets.QHBoxLayout()
|
||||
self.lyt_buttons.setObjectName("lyt_buttons")
|
||||
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
||||
@@ -80,8 +147,8 @@ class Ui_titolo(object):
|
||||
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
||||
self.btn_avanzate.setObjectName("btn_avanzate")
|
||||
self.lyt_buttons.addWidget(self.btn_avanzate)
|
||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_buttons.addItem(spacerItem1)
|
||||
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_buttons.addItem(spacerItem2)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
||||
@@ -110,87 +177,38 @@ class Ui_titolo(object):
|
||||
self.btn_avanti.setObjectName("btn_avanti")
|
||||
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
||||
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
||||
self.gridLayout.addLayout(self.lyt_buttons, 15, 0, 1, 3)
|
||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
||||
self.lyt_date.setObjectName("lyt_date")
|
||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
||||
self.gridLayout.addLayout(self.lyt_buttons, 16, 0, 1, 3)
|
||||
self.label = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
||||
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||
self.label.setSizePolicy(sizePolicy)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datajpn.setFont(font)
|
||||
self.rad_datajpn.setChecked(True)
|
||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
||||
self.lyt_date.addWidget(self.rad_datajpn)
|
||||
self.rad_dataita = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_dataita.sizePolicy().hasHeightForWidth())
|
||||
self.rad_dataita.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_dataita.setFont(font)
|
||||
self.rad_dataita.setObjectName("rad_dataita")
|
||||
self.lyt_date.addWidget(self.rad_dataita)
|
||||
self.rad_datausa = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datausa.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datausa.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datausa.setFont(font)
|
||||
self.rad_datausa.setObjectName("rad_datausa")
|
||||
self.lyt_date.addWidget(self.rad_datausa)
|
||||
self.gridLayout.addLayout(self.lyt_date, 3, 0, 1, 3)
|
||||
font.setPointSize(14)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||
self.lbl_impotit = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_impotit.setSizePolicy(sizePolicy)
|
||||
self.lbl_impotit.setMinimumSize(QtCore.QSize(0, 0))
|
||||
self.lbl_impotit.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_impotit.setFont(font)
|
||||
self.lbl_impotit.setObjectName("lbl_impotit")
|
||||
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_data.sizePolicy().hasHeightForWidth())
|
||||
self.chk_data.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_data.setFont(font)
|
||||
self.chk_data.setObjectName("chk_data")
|
||||
self.gridLayout.addWidget(self.chk_data, 2, 0, 1, 1)
|
||||
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.gridLayout.addItem(spacerItem2, 9, 1, 1, 1)
|
||||
self.chk_titolo = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_titolo.sizePolicy().hasHeightForWidth())
|
||||
self.chk_titolo.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_titolo.setFont(font)
|
||||
self.chk_titolo.setObjectName("chk_titolo")
|
||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.gridLayout.addItem(spacerItem3, 10, 1, 1, 1)
|
||||
self.lyt_sep = QtWidgets.QFormLayout()
|
||||
self.lyt_sep.setLabelAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
|
||||
self.lyt_sep.setFormAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
|
||||
self.lyt_sep.setObjectName("lyt_sep")
|
||||
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
@@ -198,6 +216,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
||||
self.rad_spazio.setSizePolicy(sizePolicy)
|
||||
self.rad_spazio.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -213,6 +232,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
||||
self.rad_virgola.setSizePolicy(sizePolicy)
|
||||
self.rad_virgola.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -226,6 +246,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
||||
self.rad_piu.setSizePolicy(sizePolicy)
|
||||
self.rad_piu.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -239,6 +260,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
||||
self.rad_tratt.setSizePolicy(sizePolicy)
|
||||
self.rad_tratt.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -252,6 +274,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
||||
self.rad_trattbass.setSizePolicy(sizePolicy)
|
||||
self.rad_trattbass.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -267,6 +290,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
||||
self.rad_altro.setSizePolicy(sizePolicy)
|
||||
self.rad_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -280,6 +304,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
||||
self.lin_altro.setSizePolicy(sizePolicy)
|
||||
self.lin_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -287,33 +312,22 @@ class Ui_titolo(object):
|
||||
self.lin_altro.setText("")
|
||||
self.lin_altro.setObjectName("lin_altro")
|
||||
self.horizontalLayout_4.addWidget(self.lin_altro)
|
||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.horizontalLayout_4.addItem(spacerItem3)
|
||||
spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.horizontalLayout_4.addItem(spacerItem4)
|
||||
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
||||
self.gridLayout.addLayout(self.lyt_sep, 9, 0, 1, 1)
|
||||
self.label = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||
self.label.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||
self.gridLayout.addLayout(self.lyt_sep, 10, 0, 1, 1)
|
||||
self.line_2 = QtWidgets.QFrame(titolo)
|
||||
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_2.setObjectName("line_2")
|
||||
self.gridLayout.addWidget(self.line_2, 14, 0, 1, 3)
|
||||
self.gridLayout.addWidget(self.line_2, 15, 0, 1, 3)
|
||||
self.chk_docnum = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
||||
self.chk_docnum.setSizePolicy(sizePolicy)
|
||||
self.chk_docnum.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -321,8 +335,11 @@ class Ui_titolo(object):
|
||||
self.chk_docnum.setChecked(True)
|
||||
self.chk_docnum.setObjectName("chk_docnum")
|
||||
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
||||
spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
||||
self.gridLayout.addItem(spacerItem4, 13, 0, 1, 1)
|
||||
self.line_3 = QtWidgets.QFrame(titolo)
|
||||
self.line_3.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_3.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_3.setObjectName("line_3")
|
||||
self.gridLayout.addWidget(self.line_3, 9, 0, 1, 1)
|
||||
|
||||
self.retranslateUi(titolo)
|
||||
QtCore.QMetaObject.connectSlotsByName(titolo)
|
||||
@@ -346,22 +363,22 @@ class Ui_titolo(object):
|
||||
def retranslateUi(self, titolo):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
titolo.setWindowTitle(_translate("titolo", "Nomi file di Uscita"))
|
||||
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||
self.btn_avanzate.setText(_translate("titolo", "Opzioni Avanzate (Titolo)"))
|
||||
self.btn_indietro.setText(_translate("titolo", "Indietro"))
|
||||
self.btn_avanti.setText(_translate("titolo", "Avanti"))
|
||||
self.rad_datajpn.setText(_translate("titolo", "YYYY MM DD, es. 20001231 (jpn)"))
|
||||
self.rad_dataita.setText(_translate("titolo", "DD MM YYYY, es. 31122000 (ita)"))
|
||||
self.rad_datausa.setText(_translate("titolo", "MM DD YYYY, es. 12312000 (us)"))
|
||||
self.lbl_impotit.setText(_translate("titolo", "Impostazioni nome file in uscita"))
|
||||
self.chk_data.setText(_translate("titolo", "Data"))
|
||||
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||
self.chk_titolo.setText(_translate("titolo", "Titolo articolo"))
|
||||
self.btn_avanzate.setText(_translate("titolo", "Opzioni Avanzate (Titolo)"))
|
||||
self.btn_indietro.setText(_translate("titolo", "Indietro"))
|
||||
self.btn_avanti.setText(_translate("titolo", "Avanti"))
|
||||
self.label.setText(_translate("titolo", "Separatore"))
|
||||
self.lbl_impotit.setText(_translate("titolo", "Impostazioni nome file in uscita"))
|
||||
self.rad_spazio.setText(_translate("titolo", "Spazio"))
|
||||
self.rad_virgola.setText(_translate("titolo", ","))
|
||||
self.rad_piu.setText(_translate("titolo", "+"))
|
||||
self.rad_tratt.setText(_translate("titolo", "-"))
|
||||
self.rad_trattbass.setText(_translate("titolo", "_"))
|
||||
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
||||
self.label.setText(_translate("titolo", "Separatore"))
|
||||
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
||||
import resources_rc
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>680</width>
|
||||
<height>620</height>
|
||||
<height>622</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -47,6 +47,12 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -84,6 +90,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -105,6 +117,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -314,6 +332,12 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
<item row="2" column="0" colspan="4">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -356,6 +380,11 @@ p, li { white-space: pre-wrap; }
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Versione dei File</string>
|
||||
</property>
|
||||
@@ -445,7 +474,7 @@ p, li { white-space: pre-wrap; }
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>680</width>
|
||||
<height>25</height>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="nativeMenuBar">
|
||||
|
||||
@@ -28,10 +28,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -56,6 +62,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -95,10 +107,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -120,6 +138,12 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -136,6 +160,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_mainbody">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -149,6 +179,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_file">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -170,10 +206,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -198,6 +240,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -211,6 +259,12 @@
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QCheckBox" name="chk_includeTitle">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -224,6 +278,12 @@
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="chk_removeBreakWord">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -237,6 +297,12 @@
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -252,10 +318,16 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -265,6 +337,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="lin_specialChars">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -370,7 +448,7 @@
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>40</height>
|
||||
<height>50</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
|
||||
@@ -20,6 +20,126 @@
|
||||
<string>Nomi file di Uscita</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="14" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<layout class="QVBoxLayout" name="lyt_date">
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datajpn">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataita">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DD MM YYYY, es. 31122000 (ita)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datausa">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="chk_data">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0" colspan="3">
|
||||
<layout class="QHBoxLayout" name="lyt_nchars">
|
||||
<property name="sizeConstraint">
|
||||
@@ -33,6 +153,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -93,13 +219,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="3">
|
||||
<widget class="Line" name="line_3">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="3">
|
||||
<widget class="Line" name="line">
|
||||
<property name="orientation">
|
||||
@@ -107,7 +226,32 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="15" column="0" colspan="3">
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="chk_titolo">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Titolo articolo</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="16" column="0" colspan="3">
|
||||
<layout class="QHBoxLayout" name="lyt_buttons">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btn_avanzate">
|
||||
@@ -218,70 +362,31 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<layout class="QVBoxLayout" name="lyt_date">
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datajpn">
|
||||
<item row="8" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataita">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DD MM YYYY, es. 31122000 (ita)</string>
|
||||
<string>Separatore</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datausa">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="3">
|
||||
<widget class="QLabel" name="lbl_impotit">
|
||||
<property name="sizePolicy">
|
||||
@@ -293,13 +398,13 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -307,26 +412,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="chk_data">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<item row="10" column="1">
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
@@ -339,27 +425,14 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="chk_titolo">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Titolo articolo</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="0">
|
||||
<item row="10" column="0">
|
||||
<layout class="QFormLayout" name="lyt_sep">
|
||||
<property name="labelAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="formAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="rad_spazio">
|
||||
<property name="sizePolicy">
|
||||
@@ -368,6 +441,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -390,6 +469,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -412,6 +497,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -434,6 +525,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -456,6 +553,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -480,6 +583,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -502,6 +611,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -530,26 +645,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="8" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Separatore</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="14" column="0" colspan="3">
|
||||
<item row="15" column="0" colspan="3">
|
||||
<widget class="Line" name="line_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
@@ -564,6 +660,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -578,18 +680,12 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="13" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<item row="9" column="0">
|
||||
<widget class="Line" name="line_3">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
||||
@@ -622,8 +622,9 @@ if __name__ == '__main__':
|
||||
sys.excepthook = except_hook
|
||||
|
||||
try:
|
||||
print(f"Running directory {os.environ['WORKSPACELOC']}")
|
||||
print(f"Pythonpath: {os.environ['PYTHONPATH']}")
|
||||
#print(f"Running directory {os.environ['WORKSPACELOC']}")
|
||||
#print(f"Pythonpath: {os.environ['PYTHONPATH']}")
|
||||
print("LAUNCHDIR:", os.getcwd())
|
||||
LOGGER = fancyLogger(filepath=r"./conf/loggerconf.json", fileLog=False)
|
||||
conf = bananaCONF(workdir=r"./conf", logger=LOGGER)
|
||||
conf.open()
|
||||
|
||||
BIN
SPEx/spex/logo.icns
Normal file
BIN
SPEx/spex/logo.icns
Normal file
Binary file not shown.
@@ -38,6 +38,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -63,6 +69,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>480</width>
|
||||
<height>524</height>
|
||||
<height>593</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -44,6 +44,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_terzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -57,6 +63,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numeroterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -70,6 +82,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_dataterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -83,6 +101,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titoloterzo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -116,6 +140,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_secondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -129,6 +159,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numerosecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -142,6 +178,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_datasecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -158,6 +200,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titolosecondo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -173,6 +221,12 @@
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2">
|
||||
<widget class="QLabel" name="lbl_istruzioni">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -186,6 +240,12 @@
|
||||
</item>
|
||||
<item row="8" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -199,6 +259,12 @@
|
||||
</item>
|
||||
<item row="8" column="1">
|
||||
<widget class="QLineEdit" name="txt_prefisso">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -219,6 +285,12 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_primo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -232,6 +304,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_numeroprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -248,6 +326,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_dataprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -261,6 +345,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="rad_titoloprimo">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -283,10 +373,16 @@
|
||||
</item>
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QLabel" name="lbl_titoloschermata">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -326,6 +422,12 @@
|
||||
</item>
|
||||
<item row="9" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -339,6 +441,12 @@
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<widget class="QLineEdit" name="txt_suffisso">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
|
||||
@@ -31,6 +31,7 @@ class Ui_editconf(object):
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.label = QtWidgets.QLabel(editconf)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -42,6 +43,7 @@ class Ui_editconf(object):
|
||||
self.label.setObjectName("label")
|
||||
self.verticalLayout.addWidget(self.label)
|
||||
self.label_2 = QtWidgets.QLabel(editconf)
|
||||
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
|
||||
@@ -15,7 +15,7 @@ class Ui_advtitolo3(object):
|
||||
def setupUi(self, advtitolo3):
|
||||
advtitolo3.setObjectName("advtitolo3")
|
||||
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
||||
advtitolo3.resize(480, 524)
|
||||
advtitolo3.resize(480, 593)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
@@ -38,6 +38,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
||||
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_terzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -45,6 +46,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_terzo.setObjectName("lbl_terzo")
|
||||
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
||||
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numeroterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -52,6 +54,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
||||
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
||||
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_dataterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -59,6 +62,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
||||
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
||||
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titoloterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -72,6 +76,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_secondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -79,6 +84,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_secondo.setObjectName("lbl_secondo")
|
||||
self.verticalLayout.addWidget(self.lbl_secondo)
|
||||
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numerosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -86,6 +92,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
||||
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
||||
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_datasecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -94,6 +101,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
||||
self.verticalLayout.addWidget(self.rad_datasecondo)
|
||||
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titolosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -102,6 +110,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
||||
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
||||
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_istruzioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -109,6 +118,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
||||
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
||||
self.label = QtWidgets.QLabel(advtitolo3)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -116,6 +126,7 @@ class Ui_advtitolo3(object):
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
||||
self.txt_prefisso = QtWidgets.QLineEdit(advtitolo3)
|
||||
self.txt_prefisso.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.txt_prefisso.setFont(font)
|
||||
@@ -127,6 +138,7 @@ class Ui_advtitolo3(object):
|
||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_primo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -134,6 +146,7 @@ class Ui_advtitolo3(object):
|
||||
self.lbl_primo.setObjectName("lbl_primo")
|
||||
self.verticalLayout_2.addWidget(self.lbl_primo)
|
||||
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_numeroprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -142,6 +155,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
||||
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
||||
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_dataprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -149,6 +163,7 @@ class Ui_advtitolo3(object):
|
||||
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
||||
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
||||
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||
self.rad_titoloprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -162,9 +177,10 @@ class Ui_advtitolo3(object):
|
||||
self.line_2.setObjectName("line_2")
|
||||
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
||||
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
||||
self.lbl_titoloschermata.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_titoloschermata.setFont(font)
|
||||
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
||||
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
||||
@@ -186,6 +202,7 @@ class Ui_advtitolo3(object):
|
||||
self.horizontalLayout.addWidget(self.btn_OK)
|
||||
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
||||
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
||||
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -193,6 +210,7 @@ class Ui_advtitolo3(object):
|
||||
self.label_2.setObjectName("label_2")
|
||||
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
||||
self.txt_suffisso = QtWidgets.QLineEdit(advtitolo3)
|
||||
self.txt_suffisso.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.txt_suffisso.setFont(font)
|
||||
|
||||
@@ -15,7 +15,7 @@ class Ui_mainwin(object):
|
||||
def setupUi(self, mainwin):
|
||||
mainwin.setObjectName("mainwin")
|
||||
mainwin.setEnabled(True)
|
||||
mainwin.resize(680, 620)
|
||||
mainwin.resize(680, 622)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
@@ -38,6 +38,7 @@ class Ui_mainwin(object):
|
||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||
self.label_4.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -55,6 +56,7 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
||||
self.label_3.setSizePolicy(sizePolicy)
|
||||
self.label_3.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -69,6 +71,7 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_preset.setSizePolicy(sizePolicy)
|
||||
self.lbl_preset.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -170,6 +173,7 @@ class Ui_mainwin(object):
|
||||
self.line.setObjectName("line")
|
||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
||||
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -196,6 +200,9 @@ class Ui_mainwin(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
||||
self.label_2.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(14)
|
||||
self.label_2.setFont(font)
|
||||
self.label_2.setObjectName("label_2")
|
||||
self.horizontalLayout_2.addWidget(self.label_2)
|
||||
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
||||
@@ -235,7 +242,7 @@ class Ui_mainwin(object):
|
||||
self.gridLayout_2.addWidget(self.wgt_main, 1, 0, 1, 1)
|
||||
mainwin.setCentralWidget(self.centralwidget)
|
||||
self.menubar = QtWidgets.QMenuBar(mainwin)
|
||||
self.menubar.setGeometry(QtCore.QRect(0, 0, 680, 25))
|
||||
self.menubar.setGeometry(QtCore.QRect(0, 0, 680, 26))
|
||||
self.menubar.setNativeMenuBar(True)
|
||||
self.menubar.setObjectName("menubar")
|
||||
self.bar_file = QtWidgets.QMenu(self.menubar)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -27,9 +27,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_lingua.setSizePolicy(sizePolicy)
|
||||
self.lbl_lingua.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_lingua.setFont(font)
|
||||
self.lbl_lingua.setObjectName("lbl_lingua")
|
||||
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
||||
@@ -46,6 +47,7 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
||||
self.cmb_lingua.setSizePolicy(sizePolicy)
|
||||
self.cmb_lingua.setMinimumSize(QtCore.QSize(0, 30))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.cmb_lingua.setFont(font)
|
||||
@@ -62,9 +64,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
||||
self.lbl_indicazioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_indicazioni.setFont(font)
|
||||
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
||||
@@ -77,6 +80,7 @@ class Ui_selezout(object):
|
||||
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
||||
self.verticalLayout.setObjectName("verticalLayout")
|
||||
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_mainbodyEFile.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -85,6 +89,7 @@ class Ui_selezout(object):
|
||||
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
||||
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
||||
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_mainbody.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -92,6 +97,7 @@ class Ui_selezout(object):
|
||||
self.rad_mainbody.setObjectName("rad_mainbody")
|
||||
self.verticalLayout.addWidget(self.rad_mainbody)
|
||||
self.rad_file = QtWidgets.QRadioButton(selezout)
|
||||
self.rad_file.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -105,9 +111,10 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
||||
self.lbl_indicazioni_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_indicazioni_2.setFont(font)
|
||||
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
||||
@@ -124,6 +131,7 @@ class Ui_selezout(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
||||
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
||||
self.chk_removeDuplicates.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -131,6 +139,7 @@ class Ui_selezout(object):
|
||||
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
||||
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
||||
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_includeTitle.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -138,6 +147,7 @@ class Ui_selezout(object):
|
||||
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
||||
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
||||
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_removeBreakWord.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -145,6 +155,7 @@ class Ui_selezout(object):
|
||||
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
||||
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
||||
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
||||
self.chk_cleaDestFolder.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -154,13 +165,15 @@ class Ui_selezout(object):
|
||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||
self.label = QtWidgets.QLabel(selezout)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.horizontalLayout.addWidget(self.label)
|
||||
self.lin_specialChars = QtWidgets.QLineEdit(selezout)
|
||||
self.lin_specialChars.setMinimumSize(QtCore.QSize(0, 25))
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(12)
|
||||
self.lin_specialChars.setFont(font)
|
||||
@@ -196,7 +209,7 @@ class Ui_selezout(object):
|
||||
self.horizontalLayout_2.addItem(spacerItem3)
|
||||
self.btn_split = QtWidgets.QPushButton(selezout)
|
||||
self.btn_split.setMinimumSize(QtCore.QSize(100, 0))
|
||||
self.btn_split.setMaximumSize(QtCore.QSize(16777215, 40))
|
||||
self.btn_split.setMaximumSize(QtCore.QSize(16777215, 50))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
|
||||
@@ -21,6 +21,64 @@ class Ui_titolo(object):
|
||||
titolo.setFont(font)
|
||||
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
||||
self.gridLayout.setObjectName("gridLayout")
|
||||
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
||||
self.gridLayout.addItem(spacerItem, 14, 0, 1, 1)
|
||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
||||
self.lyt_date.setObjectName("lyt_date")
|
||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
||||
self.rad_datajpn.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datajpn.setFont(font)
|
||||
self.rad_datajpn.setChecked(True)
|
||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
||||
self.lyt_date.addWidget(self.rad_datajpn)
|
||||
self.rad_dataita = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_dataita.sizePolicy().hasHeightForWidth())
|
||||
self.rad_dataita.setSizePolicy(sizePolicy)
|
||||
self.rad_dataita.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_dataita.setFont(font)
|
||||
self.rad_dataita.setObjectName("rad_dataita")
|
||||
self.lyt_date.addWidget(self.rad_dataita)
|
||||
self.rad_datausa = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datausa.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datausa.setSizePolicy(sizePolicy)
|
||||
self.rad_datausa.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datausa.setFont(font)
|
||||
self.rad_datausa.setObjectName("rad_datausa")
|
||||
self.lyt_date.addWidget(self.rad_datausa)
|
||||
self.gridLayout.addLayout(self.lyt_date, 3, 0, 1, 3)
|
||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_data.sizePolicy().hasHeightForWidth())
|
||||
self.chk_data.setSizePolicy(sizePolicy)
|
||||
self.chk_data.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_data.setFont(font)
|
||||
self.chk_data.setObjectName("chk_data")
|
||||
self.gridLayout.addWidget(self.chk_data, 2, 0, 1, 1)
|
||||
self.lyt_nchars = QtWidgets.QHBoxLayout()
|
||||
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
||||
self.lyt_nchars.setObjectName("lyt_nchars")
|
||||
@@ -30,6 +88,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
||||
self.lbl_ncarat.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -53,19 +112,27 @@ class Ui_titolo(object):
|
||||
self.spn_ncarat.setMaximum(32)
|
||||
self.spn_ncarat.setObjectName("spn_ncarat")
|
||||
self.lyt_nchars.addWidget(self.spn_ncarat)
|
||||
spacerItem = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_nchars.addItem(spacerItem)
|
||||
spacerItem1 = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_nchars.addItem(spacerItem1)
|
||||
self.gridLayout.addLayout(self.lyt_nchars, 5, 0, 1, 3)
|
||||
self.line_3 = QtWidgets.QFrame(titolo)
|
||||
self.line_3.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_3.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_3.setObjectName("line_3")
|
||||
self.gridLayout.addWidget(self.line_3, 7, 0, 1, 3)
|
||||
self.line = QtWidgets.QFrame(titolo)
|
||||
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line.setObjectName("line")
|
||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 3)
|
||||
self.chk_titolo = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_titolo.sizePolicy().hasHeightForWidth())
|
||||
self.chk_titolo.setSizePolicy(sizePolicy)
|
||||
self.chk_titolo.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_titolo.setFont(font)
|
||||
self.chk_titolo.setObjectName("chk_titolo")
|
||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
||||
self.lyt_buttons = QtWidgets.QHBoxLayout()
|
||||
self.lyt_buttons.setObjectName("lyt_buttons")
|
||||
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
||||
@@ -80,8 +147,8 @@ class Ui_titolo(object):
|
||||
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
||||
self.btn_avanzate.setObjectName("btn_avanzate")
|
||||
self.lyt_buttons.addWidget(self.btn_avanzate)
|
||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_buttons.addItem(spacerItem1)
|
||||
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.lyt_buttons.addItem(spacerItem2)
|
||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
||||
@@ -110,87 +177,38 @@ class Ui_titolo(object):
|
||||
self.btn_avanti.setObjectName("btn_avanti")
|
||||
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
||||
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
||||
self.gridLayout.addLayout(self.lyt_buttons, 15, 0, 1, 3)
|
||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
||||
self.lyt_date.setObjectName("lyt_date")
|
||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
||||
self.gridLayout.addLayout(self.lyt_buttons, 16, 0, 1, 3)
|
||||
self.label = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
||||
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||
self.label.setSizePolicy(sizePolicy)
|
||||
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datajpn.setFont(font)
|
||||
self.rad_datajpn.setChecked(True)
|
||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
||||
self.lyt_date.addWidget(self.rad_datajpn)
|
||||
self.rad_dataita = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_dataita.sizePolicy().hasHeightForWidth())
|
||||
self.rad_dataita.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_dataita.setFont(font)
|
||||
self.rad_dataita.setObjectName("rad_dataita")
|
||||
self.lyt_date.addWidget(self.rad_dataita)
|
||||
self.rad_datausa = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_datausa.sizePolicy().hasHeightForWidth())
|
||||
self.rad_datausa.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.rad_datausa.setFont(font)
|
||||
self.rad_datausa.setObjectName("rad_datausa")
|
||||
self.lyt_date.addWidget(self.rad_datausa)
|
||||
self.gridLayout.addLayout(self.lyt_date, 3, 0, 1, 3)
|
||||
font.setPointSize(14)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||
self.lbl_impotit = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
||||
self.lbl_impotit.setSizePolicy(sizePolicy)
|
||||
self.lbl_impotit.setMinimumSize(QtCore.QSize(0, 0))
|
||||
self.lbl_impotit.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
font.setPointSize(14)
|
||||
self.lbl_impotit.setFont(font)
|
||||
self.lbl_impotit.setObjectName("lbl_impotit")
|
||||
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_data.sizePolicy().hasHeightForWidth())
|
||||
self.chk_data.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_data.setFont(font)
|
||||
self.chk_data.setObjectName("chk_data")
|
||||
self.gridLayout.addWidget(self.chk_data, 2, 0, 1, 1)
|
||||
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.gridLayout.addItem(spacerItem2, 9, 1, 1, 1)
|
||||
self.chk_titolo = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_titolo.sizePolicy().hasHeightForWidth())
|
||||
self.chk_titolo.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.chk_titolo.setFont(font)
|
||||
self.chk_titolo.setObjectName("chk_titolo")
|
||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.gridLayout.addItem(spacerItem3, 10, 1, 1, 1)
|
||||
self.lyt_sep = QtWidgets.QFormLayout()
|
||||
self.lyt_sep.setLabelAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
|
||||
self.lyt_sep.setFormAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
|
||||
self.lyt_sep.setObjectName("lyt_sep")
|
||||
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
@@ -198,6 +216,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
||||
self.rad_spazio.setSizePolicy(sizePolicy)
|
||||
self.rad_spazio.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -213,6 +232,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
||||
self.rad_virgola.setSizePolicy(sizePolicy)
|
||||
self.rad_virgola.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -226,6 +246,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
||||
self.rad_piu.setSizePolicy(sizePolicy)
|
||||
self.rad_piu.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -239,6 +260,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
||||
self.rad_tratt.setSizePolicy(sizePolicy)
|
||||
self.rad_tratt.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -252,6 +274,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
||||
self.rad_trattbass.setSizePolicy(sizePolicy)
|
||||
self.rad_trattbass.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -267,6 +290,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
||||
self.rad_altro.setSizePolicy(sizePolicy)
|
||||
self.rad_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -280,6 +304,7 @@ class Ui_titolo(object):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
||||
self.lin_altro.setSizePolicy(sizePolicy)
|
||||
self.lin_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -287,33 +312,22 @@ class Ui_titolo(object):
|
||||
self.lin_altro.setText("")
|
||||
self.lin_altro.setObjectName("lin_altro")
|
||||
self.horizontalLayout_4.addWidget(self.lin_altro)
|
||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.horizontalLayout_4.addItem(spacerItem3)
|
||||
spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||
self.horizontalLayout_4.addItem(spacerItem4)
|
||||
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
||||
self.gridLayout.addLayout(self.lyt_sep, 9, 0, 1, 1)
|
||||
self.label = QtWidgets.QLabel(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||
self.label.setSizePolicy(sizePolicy)
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||
self.gridLayout.addLayout(self.lyt_sep, 10, 0, 1, 1)
|
||||
self.line_2 = QtWidgets.QFrame(titolo)
|
||||
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_2.setObjectName("line_2")
|
||||
self.gridLayout.addWidget(self.line_2, 14, 0, 1, 3)
|
||||
self.gridLayout.addWidget(self.line_2, 15, 0, 1, 3)
|
||||
self.chk_docnum = QtWidgets.QCheckBox(titolo)
|
||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
||||
self.chk_docnum.setSizePolicy(sizePolicy)
|
||||
self.chk_docnum.setMinimumSize(QtCore.QSize(0, 20))
|
||||
font = QtGui.QFont()
|
||||
font.setFamily("Rockwell")
|
||||
font.setPointSize(12)
|
||||
@@ -321,8 +335,11 @@ class Ui_titolo(object):
|
||||
self.chk_docnum.setChecked(True)
|
||||
self.chk_docnum.setObjectName("chk_docnum")
|
||||
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
||||
spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
||||
self.gridLayout.addItem(spacerItem4, 13, 0, 1, 1)
|
||||
self.line_3 = QtWidgets.QFrame(titolo)
|
||||
self.line_3.setFrameShape(QtWidgets.QFrame.HLine)
|
||||
self.line_3.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||
self.line_3.setObjectName("line_3")
|
||||
self.gridLayout.addWidget(self.line_3, 9, 0, 1, 1)
|
||||
|
||||
self.retranslateUi(titolo)
|
||||
QtCore.QMetaObject.connectSlotsByName(titolo)
|
||||
@@ -346,22 +363,22 @@ class Ui_titolo(object):
|
||||
def retranslateUi(self, titolo):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
titolo.setWindowTitle(_translate("titolo", "Nomi file di Uscita"))
|
||||
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||
self.btn_avanzate.setText(_translate("titolo", "Opzioni Avanzate (Titolo)"))
|
||||
self.btn_indietro.setText(_translate("titolo", "Indietro"))
|
||||
self.btn_avanti.setText(_translate("titolo", "Avanti"))
|
||||
self.rad_datajpn.setText(_translate("titolo", "YYYY MM DD, es. 20001231 (jpn)"))
|
||||
self.rad_dataita.setText(_translate("titolo", "DD MM YYYY, es. 31122000 (ita)"))
|
||||
self.rad_datausa.setText(_translate("titolo", "MM DD YYYY, es. 12312000 (us)"))
|
||||
self.lbl_impotit.setText(_translate("titolo", "Impostazioni nome file in uscita"))
|
||||
self.chk_data.setText(_translate("titolo", "Data"))
|
||||
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||
self.chk_titolo.setText(_translate("titolo", "Titolo articolo"))
|
||||
self.btn_avanzate.setText(_translate("titolo", "Opzioni Avanzate (Titolo)"))
|
||||
self.btn_indietro.setText(_translate("titolo", "Indietro"))
|
||||
self.btn_avanti.setText(_translate("titolo", "Avanti"))
|
||||
self.label.setText(_translate("titolo", "Separatore"))
|
||||
self.lbl_impotit.setText(_translate("titolo", "Impostazioni nome file in uscita"))
|
||||
self.rad_spazio.setText(_translate("titolo", "Spazio"))
|
||||
self.rad_virgola.setText(_translate("titolo", ","))
|
||||
self.rad_piu.setText(_translate("titolo", "+"))
|
||||
self.rad_tratt.setText(_translate("titolo", "-"))
|
||||
self.rad_trattbass.setText(_translate("titolo", "_"))
|
||||
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
||||
self.label.setText(_translate("titolo", "Separatore"))
|
||||
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
||||
import resources_rc
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>680</width>
|
||||
<height>620</height>
|
||||
<height>622</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -47,6 +47,12 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -84,6 +90,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -105,6 +117,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -314,6 +332,12 @@ p, li { white-space: pre-wrap; }
|
||||
</item>
|
||||
<item row="2" column="0" colspan="4">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -356,6 +380,11 @@ p, li { white-space: pre-wrap; }
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Versione dei File</string>
|
||||
</property>
|
||||
@@ -445,7 +474,7 @@ p, li { white-space: pre-wrap; }
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>680</width>
|
||||
<height>25</height>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="nativeMenuBar">
|
||||
|
||||
Binary file not shown.
@@ -78,7 +78,7 @@ p, li { white-space: pre-wrap; }
|
||||
<message>
|
||||
<location filename="../../mainwindow.ui" line="398"/>
|
||||
<source>Avanti</source>
|
||||
<translation>OK</translation>
|
||||
<translation>Next</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../mainwindow.ui" line="437"/>
|
||||
@@ -28,10 +28,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -56,6 +62,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -95,10 +107,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -120,6 +138,12 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -136,6 +160,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_mainbody">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -149,6 +179,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_file">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -170,10 +206,16 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -198,6 +240,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -211,6 +259,12 @@
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QCheckBox" name="chk_includeTitle">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -224,6 +278,12 @@
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="chk_removeBreakWord">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -237,6 +297,12 @@
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -252,10 +318,16 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -265,6 +337,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="lin_specialChars">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>25</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
@@ -370,7 +448,7 @@
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>40</height>
|
||||
<height>50</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
|
||||
@@ -20,6 +20,126 @@
|
||||
<string>Nomi file di Uscita</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="14" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<layout class="QVBoxLayout" name="lyt_date">
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datajpn">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataita">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DD MM YYYY, es. 31122000 (ita)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datausa">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="chk_data">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0" colspan="3">
|
||||
<layout class="QHBoxLayout" name="lyt_nchars">
|
||||
<property name="sizeConstraint">
|
||||
@@ -33,6 +153,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -93,13 +219,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="3">
|
||||
<widget class="Line" name="line_3">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="3">
|
||||
<widget class="Line" name="line">
|
||||
<property name="orientation">
|
||||
@@ -107,7 +226,32 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="15" column="0" colspan="3">
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="chk_titolo">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Titolo articolo</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="16" column="0" colspan="3">
|
||||
<layout class="QHBoxLayout" name="lyt_buttons">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btn_avanzate">
|
||||
@@ -218,70 +362,31 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<layout class="QVBoxLayout" name="lyt_date">
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datajpn">
|
||||
<item row="8" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_dataita">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>DD MM YYYY, es. 31122000 (ita)</string>
|
||||
<string>Separatore</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rad_datausa">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="3">
|
||||
<widget class="QLabel" name="lbl_impotit">
|
||||
<property name="sizePolicy">
|
||||
@@ -293,13 +398,13 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -307,26 +412,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="chk_data">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<item row="10" column="1">
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
@@ -339,27 +425,14 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="chk_titolo">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Titolo articolo</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="0">
|
||||
<item row="10" column="0">
|
||||
<layout class="QFormLayout" name="lyt_sep">
|
||||
<property name="labelAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="formAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="rad_spazio">
|
||||
<property name="sizePolicy">
|
||||
@@ -368,6 +441,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -390,6 +469,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -412,6 +497,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -434,6 +525,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -456,6 +553,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -480,6 +583,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -502,6 +611,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -530,26 +645,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="8" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Separatore</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="14" column="0" colspan="3">
|
||||
<item row="15" column="0" colspan="3">
|
||||
<widget class="Line" name="line_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
@@ -564,6 +660,12 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Rockwell</family>
|
||||
@@ -578,18 +680,12 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="13" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<item row="9" column="0">
|
||||
<widget class="Line" name="line_3">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
||||
BIN
TuxBuild/SPEx
BIN
TuxBuild/SPEx
Binary file not shown.
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"version": "v1.41",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "defaults.json",
|
||||
"configurationPath": "./conf/",
|
||||
"INworkPath": "C://",
|
||||
"OUTworkPath": "C://",
|
||||
"fileList": [
|
||||
"bdlog.txt"
|
||||
]
|
||||
},
|
||||
"docStruct": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v1.3",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "linux.json",
|
||||
"configurationPath": "./conf/",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
||||
"logFile": "./SPEx.log",
|
||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"version": "v1.41",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "defaults.json",
|
||||
"configurationPath": "./conf/",
|
||||
"INworkPath": "C://",
|
||||
"OUTworkPath": "C://",
|
||||
"fileList": [
|
||||
"bdlog.txt"
|
||||
]
|
||||
},
|
||||
"docStruct": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "v1.3",
|
||||
"version": "v1.42",
|
||||
"paths": {
|
||||
"lastUsed": "linux.json",
|
||||
"configurationPath": "./conf/",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
||||
"logFile": "./SPEx.log",
|
||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user