Compare commits
17 Commits
cfee770312
...
v1.42_All
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b83284e0 | |||
|
|
977feb6722 | ||
| b97b9f9855 | |||
|
|
b69303b543 | ||
|
|
c6a2620c64 | ||
| 489e265273 | |||
| 310c992aac | |||
| ed354f6574 | |||
|
|
88029d5cbe | ||
| dbdac20f82 | |||
| 4c4317d55b | |||
| 1ef2bf590e | |||
| cc817e4684 | |||
| efee2b786b | |||
| de5e3302f3 | |||
| fe24842c8e | |||
| abf119d931 |
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
SPEx/bin
|
SPEx/bin
|
||||||
*.spec
|
*.spec
|
||||||
|
.DS_Store
|
||||||
TestFiles
|
TestFiles
|
||||||
__pycache__
|
__pycache__
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
BIN
MacBuild/SPEx
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
@@ -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
@@ -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
@@ -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": {
|
"paths": {
|
||||||
"lastUsed": "defaults.json",
|
"lastUsed": "defaults.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.3",
|
"version": "v1.42",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "linux.json",
|
"lastUsed": "linux.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
"logFile": "./SPEx.log",
|
||||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
block_cipher = None
|
block_cipher = None
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(['../spex/guimain.py'],
|
a = Analysis(['..\\spex\\guimain.py'],
|
||||||
pathex=['./libbananasplit', './UserInterface/compiledUI', '/home/emanuele/VScode/bananaSPLIT/SPEx/scripts'],
|
pathex=['./libbananasplit', './UserInterface/compiledUI', 'D:\\Emanuele\\Documenti\\VScode\\bananaSPLIT\\SPEx\\scripts'],
|
||||||
binaries=[],
|
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=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
@@ -30,4 +30,4 @@ exe = EXE(pyz,
|
|||||||
upx=True,
|
upx=True,
|
||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
runtime_tmpdir=None,
|
runtime_tmpdir=None,
|
||||||
console=False , icon='../spex/logo.ico')
|
console=False , icon='..\\spex\\logo.ico')
|
||||||
|
|||||||
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 os,glob
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
#genera i file di traduzionae da inserire nel software a runtime
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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:
|
for ts in tsfiles:
|
||||||
tso = "..\\SPEx\\userInterface\\resources\\translations\\"+os.path.splitext((os.path.split(ts)[1]))[0]+".qm"
|
tso = "..\\spex\\userInterface\\resources\\translations\\"+os.path.splitext((os.path.split(ts)[1]))[0].split(".")[0]+".qm"
|
||||||
subprocess.run(f'lrelease.exe {ts} -qm {tso}')
|
subprocess.run(f'C:\\Qt\\5.12.2\\mingw73_64\\bin\\lrelease.exe {ts} -qm {tso}')
|
||||||
os.chdir("..\\SPEx\\userInterface")
|
os.chdir("..\\spex\\userInterface")
|
||||||
pass
|
pass
|
||||||
@@ -7,6 +7,8 @@ import os,glob
|
|||||||
import subprocess
|
import subprocess
|
||||||
langs = ["en"]
|
langs = ["en"]
|
||||||
|
|
||||||
|
# crea i file ts dalle interfacce, da usare solo se si e' modificato qualcosa nelle interfacce
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
uifiles = glob.glob("..\\*\\*.ui", recursive=True)
|
uifiles = glob.glob("..\\*\\*.ui", recursive=True)
|
||||||
pyfiles = ['..\\SPEx\\guimain.py','..\\SPEx\\libbananasplit\\libsplit.py','..\\SPEx\\libbananasplit\\libconfload.py']
|
pyfiles = ['..\\SPEx\\guimain.py','..\\SPEx\\libbananasplit\\libsplit.py','..\\SPEx\\libbananasplit\\libconfload.py']
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -37,6 +38,12 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
@@ -62,10 +69,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -81,7 +94,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
@@ -106,7 +119,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -119,7 +132,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>480</width>
|
<width>480</width>
|
||||||
<height>524</height>
|
<height>593</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -43,10 +44,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_terzo">
|
<widget class="QLabel" name="lbl_terzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -56,10 +63,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numeroterzo">
|
<widget class="QCheckBox" name="rad_numeroterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -69,10 +82,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_dataterzo">
|
<widget class="QCheckBox" name="rad_dataterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -82,10 +101,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titoloterzo">
|
<widget class="QCheckBox" name="rad_titoloterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -115,10 +140,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_secondo">
|
<widget class="QLabel" name="lbl_secondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -128,10 +159,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numerosecondo">
|
<widget class="QCheckBox" name="rad_numerosecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -141,10 +178,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_datasecondo">
|
<widget class="QCheckBox" name="rad_datasecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -157,10 +200,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titolosecondo">
|
<widget class="QCheckBox" name="rad_titolosecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -172,10 +221,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="2">
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="lbl_istruzioni">
|
<widget class="QLabel" name="lbl_istruzioni">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -185,10 +240,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="8" column="0">
|
<item row="8" column="0">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -198,6 +259,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="8" column="1">
|
<item row="8" column="1">
|
||||||
<widget class="QLineEdit" name="txt_prefisso">
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="inputMask">
|
<property name="inputMask">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
@@ -213,10 +285,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_primo">
|
<widget class="QLabel" name="lbl_primo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -226,10 +304,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numeroprimo">
|
<widget class="QCheckBox" name="rad_numeroprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -242,10 +326,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_dataprimo">
|
<widget class="QCheckBox" name="rad_dataprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -255,10 +345,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titoloprimo">
|
<widget class="QCheckBox" name="rad_titoloprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -277,10 +373,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="lbl_titoloschermata">
|
<widget class="QLabel" name="lbl_titoloschermata">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -295,7 +397,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -308,7 +410,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -320,10 +422,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="9" column="0">
|
<item row="9" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -333,6 +441,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="9" column="1">
|
<item row="9" column="1">
|
||||||
<widget class="QLineEdit" name="txt_suffisso">
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="maxLength">
|
<property name="maxLength">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ class Ui_editconf(object):
|
|||||||
editconf.setMinimumSize(QtCore.QSize(600, 500))
|
editconf.setMinimumSize(QtCore.QSize(600, 500))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
editconf.setFont(font)
|
editconf.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -30,6 +31,7 @@ class Ui_editconf(object):
|
|||||||
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.label = QtWidgets.QLabel(editconf)
|
self.label = QtWidgets.QLabel(editconf)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(12)
|
font.setPointSize(12)
|
||||||
@@ -41,9 +43,10 @@ class Ui_editconf(object):
|
|||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.verticalLayout.addWidget(self.label)
|
self.verticalLayout.addWidget(self.label)
|
||||||
self.label_2 = QtWidgets.QLabel(editconf)
|
self.label_2 = QtWidgets.QLabel(editconf)
|
||||||
|
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.label_2.setFont(font)
|
self.label_2.setFont(font)
|
||||||
self.label_2.setAlignment(QtCore.Qt.AlignCenter)
|
self.label_2.setAlignment(QtCore.Qt.AlignCenter)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
@@ -51,7 +54,7 @@ class Ui_editconf(object):
|
|||||||
self.txt_confFile = QtWidgets.QPlainTextEdit(editconf)
|
self.txt_confFile = QtWidgets.QPlainTextEdit(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.txt_confFile.setFont(font)
|
self.txt_confFile.setFont(font)
|
||||||
self.txt_confFile.setObjectName("txt_confFile")
|
self.txt_confFile.setObjectName("txt_confFile")
|
||||||
self.verticalLayout.addWidget(self.txt_confFile)
|
self.verticalLayout.addWidget(self.txt_confFile)
|
||||||
@@ -62,14 +65,14 @@ class Ui_editconf(object):
|
|||||||
self.btn_cancel = QtWidgets.QPushButton(editconf)
|
self.btn_cancel = QtWidgets.QPushButton(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_cancel.setFont(font)
|
self.btn_cancel.setFont(font)
|
||||||
self.btn_cancel.setObjectName("btn_cancel")
|
self.btn_cancel.setObjectName("btn_cancel")
|
||||||
self.horizontalLayout.addWidget(self.btn_cancel)
|
self.horizontalLayout.addWidget(self.btn_cancel)
|
||||||
self.btn_ok = QtWidgets.QPushButton(editconf)
|
self.btn_ok = QtWidgets.QPushButton(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_ok.setFont(font)
|
self.btn_ok.setFont(font)
|
||||||
self.btn_ok.setObjectName("btn_ok")
|
self.btn_ok.setObjectName("btn_ok")
|
||||||
self.horizontalLayout.addWidget(self.btn_ok)
|
self.horizontalLayout.addWidget(self.btn_ok)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Ui_advtitolo3(object):
|
|||||||
def setupUi(self, advtitolo3):
|
def setupUi(self, advtitolo3):
|
||||||
advtitolo3.setObjectName("advtitolo3")
|
advtitolo3.setObjectName("advtitolo3")
|
||||||
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
||||||
advtitolo3.resize(480, 524)
|
advtitolo3.resize(480, 593)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
@@ -23,6 +23,7 @@ class Ui_advtitolo3(object):
|
|||||||
advtitolo3.setSizePolicy(sizePolicy)
|
advtitolo3.setSizePolicy(sizePolicy)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
advtitolo3.setFont(font)
|
advtitolo3.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -37,30 +38,34 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
||||||
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_terzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_terzo.setFont(font)
|
self.lbl_terzo.setFont(font)
|
||||||
self.lbl_terzo.setObjectName("lbl_terzo")
|
self.lbl_terzo.setObjectName("lbl_terzo")
|
||||||
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
||||||
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numeroterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numeroterzo.setFont(font)
|
self.rad_numeroterzo.setFont(font)
|
||||||
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
||||||
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
||||||
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_dataterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_dataterzo.setFont(font)
|
self.rad_dataterzo.setFont(font)
|
||||||
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
||||||
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
||||||
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titoloterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titoloterzo.setFont(font)
|
self.rad_titoloterzo.setFont(font)
|
||||||
self.rad_titoloterzo.setChecked(True)
|
self.rad_titoloterzo.setChecked(True)
|
||||||
self.rad_titoloterzo.setObjectName("rad_titoloterzo")
|
self.rad_titoloterzo.setObjectName("rad_titoloterzo")
|
||||||
@@ -71,50 +76,60 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout = QtWidgets.QVBoxLayout()
|
self.verticalLayout = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_secondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_secondo.setFont(font)
|
self.lbl_secondo.setFont(font)
|
||||||
self.lbl_secondo.setObjectName("lbl_secondo")
|
self.lbl_secondo.setObjectName("lbl_secondo")
|
||||||
self.verticalLayout.addWidget(self.lbl_secondo)
|
self.verticalLayout.addWidget(self.lbl_secondo)
|
||||||
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numerosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numerosecondo.setFont(font)
|
self.rad_numerosecondo.setFont(font)
|
||||||
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
||||||
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_datasecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_datasecondo.setFont(font)
|
self.rad_datasecondo.setFont(font)
|
||||||
self.rad_datasecondo.setChecked(True)
|
self.rad_datasecondo.setChecked(True)
|
||||||
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_datasecondo)
|
self.verticalLayout.addWidget(self.rad_datasecondo)
|
||||||
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titolosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titolosecondo.setFont(font)
|
self.rad_titolosecondo.setFont(font)
|
||||||
self.rad_titolosecondo.setObjectName("rad_titolosecondo")
|
self.rad_titolosecondo.setObjectName("rad_titolosecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
||||||
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
||||||
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_istruzioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_istruzioni.setFont(font)
|
self.lbl_istruzioni.setFont(font)
|
||||||
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
||||||
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
||||||
self.label = QtWidgets.QLabel(advtitolo3)
|
self.label = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
||||||
self.txt_prefisso = QtWidgets.QLineEdit(advtitolo3)
|
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)
|
||||||
self.txt_prefisso.setInputMask("")
|
self.txt_prefisso.setInputMask("")
|
||||||
self.txt_prefisso.setText("")
|
self.txt_prefisso.setText("")
|
||||||
self.txt_prefisso.setMaxLength(10)
|
self.txt_prefisso.setMaxLength(10)
|
||||||
@@ -123,31 +138,35 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||||
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_primo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_primo.setFont(font)
|
self.lbl_primo.setFont(font)
|
||||||
self.lbl_primo.setObjectName("lbl_primo")
|
self.lbl_primo.setObjectName("lbl_primo")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_primo)
|
self.verticalLayout_2.addWidget(self.lbl_primo)
|
||||||
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numeroprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numeroprimo.setFont(font)
|
self.rad_numeroprimo.setFont(font)
|
||||||
self.rad_numeroprimo.setChecked(False)
|
self.rad_numeroprimo.setChecked(False)
|
||||||
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
||||||
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_dataprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_dataprimo.setFont(font)
|
self.rad_dataprimo.setFont(font)
|
||||||
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
||||||
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titoloprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titoloprimo.setFont(font)
|
self.rad_titoloprimo.setFont(font)
|
||||||
self.rad_titoloprimo.setObjectName("rad_titoloprimo")
|
self.rad_titoloprimo.setObjectName("rad_titoloprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_titoloprimo)
|
self.verticalLayout_2.addWidget(self.rad_titoloprimo)
|
||||||
@@ -158,9 +177,10 @@ class Ui_advtitolo3(object):
|
|||||||
self.line_2.setObjectName("line_2")
|
self.line_2.setObjectName("line_2")
|
||||||
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
||||||
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_titoloschermata.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(14)
|
||||||
self.lbl_titoloschermata.setFont(font)
|
self.lbl_titoloschermata.setFont(font)
|
||||||
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
||||||
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
||||||
@@ -169,26 +189,31 @@ class Ui_advtitolo3(object):
|
|||||||
self.btn_annulla = QtWidgets.QPushButton(advtitolo3)
|
self.btn_annulla = QtWidgets.QPushButton(advtitolo3)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_annulla.setFont(font)
|
self.btn_annulla.setFont(font)
|
||||||
self.btn_annulla.setObjectName("btn_annulla")
|
self.btn_annulla.setObjectName("btn_annulla")
|
||||||
self.horizontalLayout.addWidget(self.btn_annulla)
|
self.horizontalLayout.addWidget(self.btn_annulla)
|
||||||
self.btn_OK = QtWidgets.QPushButton(advtitolo3)
|
self.btn_OK = QtWidgets.QPushButton(advtitolo3)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_OK.setFont(font)
|
self.btn_OK.setFont(font)
|
||||||
self.btn_OK.setObjectName("btn_OK")
|
self.btn_OK.setObjectName("btn_OK")
|
||||||
self.horizontalLayout.addWidget(self.btn_OK)
|
self.horizontalLayout.addWidget(self.btn_OK)
|
||||||
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
||||||
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.label_2.setFont(font)
|
self.label_2.setFont(font)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
||||||
self.txt_suffisso = QtWidgets.QLineEdit(advtitolo3)
|
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)
|
||||||
self.txt_suffisso.setMaxLength(10)
|
self.txt_suffisso.setMaxLength(10)
|
||||||
self.txt_suffisso.setObjectName("txt_suffisso")
|
self.txt_suffisso.setObjectName("txt_suffisso")
|
||||||
self.gridLayout.addWidget(self.txt_suffisso, 9, 1, 1, 1)
|
self.gridLayout.addWidget(self.txt_suffisso, 9, 1, 1, 1)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Ui_mainwin(object):
|
|||||||
def setupUi(self, mainwin):
|
def setupUi(self, mainwin):
|
||||||
mainwin.setObjectName("mainwin")
|
mainwin.setObjectName("mainwin")
|
||||||
mainwin.setEnabled(True)
|
mainwin.setEnabled(True)
|
||||||
mainwin.resize(680, 620)
|
mainwin.resize(680, 622)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
@@ -23,7 +23,7 @@ class Ui_mainwin(object):
|
|||||||
mainwin.setSizePolicy(sizePolicy)
|
mainwin.setSizePolicy(sizePolicy)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
mainwin.setFont(font)
|
mainwin.setFont(font)
|
||||||
mainwin.setFocusPolicy(QtCore.Qt.NoFocus)
|
mainwin.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
@@ -38,9 +38,10 @@ class Ui_mainwin(object):
|
|||||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||||
|
self.label_4.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label_4.setFont(font)
|
self.label_4.setFont(font)
|
||||||
@@ -55,9 +56,10 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
||||||
self.label_3.setSizePolicy(sizePolicy)
|
self.label_3.setSizePolicy(sizePolicy)
|
||||||
|
self.label_3.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label_3.setFont(font)
|
self.label_3.setFont(font)
|
||||||
@@ -69,6 +71,11 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_preset.setSizePolicy(sizePolicy)
|
self.lbl_preset.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_preset.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.lbl_preset.setFont(font)
|
||||||
self.lbl_preset.setObjectName("lbl_preset")
|
self.lbl_preset.setObjectName("lbl_preset")
|
||||||
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -93,6 +100,10 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.wgt_main.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.wgt_main.sizePolicy().hasHeightForWidth())
|
||||||
self.wgt_main.setSizePolicy(sizePolicy)
|
self.wgt_main.setSizePolicy(sizePolicy)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.wgt_main.setFont(font)
|
||||||
self.wgt_main.setObjectName("wgt_main")
|
self.wgt_main.setObjectName("wgt_main")
|
||||||
self.wgt_mainPage1 = QtWidgets.QWidget()
|
self.wgt_mainPage1 = QtWidgets.QWidget()
|
||||||
self.wgt_mainPage1.setObjectName("wgt_mainPage1")
|
self.wgt_mainPage1.setObjectName("wgt_mainPage1")
|
||||||
@@ -133,14 +144,14 @@ class Ui_mainwin(object):
|
|||||||
self.lbl_cartellasorg = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.lbl_cartellasorg = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_cartellasorg.setFont(font)
|
self.lbl_cartellasorg.setFont(font)
|
||||||
self.lbl_cartellasorg.setObjectName("lbl_cartellasorg")
|
self.lbl_cartellasorg.setObjectName("lbl_cartellasorg")
|
||||||
self.verticalLayout.addWidget(self.lbl_cartellasorg)
|
self.verticalLayout.addWidget(self.lbl_cartellasorg)
|
||||||
self.lbl_cartelladest = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.lbl_cartelladest = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_cartelladest.setFont(font)
|
self.lbl_cartelladest.setFont(font)
|
||||||
self.lbl_cartelladest.setObjectName("lbl_cartelladest")
|
self.lbl_cartelladest.setObjectName("lbl_cartelladest")
|
||||||
self.verticalLayout.addWidget(self.lbl_cartelladest)
|
self.verticalLayout.addWidget(self.lbl_cartelladest)
|
||||||
@@ -162,9 +173,10 @@ class Ui_mainwin(object):
|
|||||||
self.line.setObjectName("line")
|
self.line.setObjectName("line")
|
||||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
||||||
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
@@ -188,6 +200,9 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
||||||
self.label_2.setSizePolicy(sizePolicy)
|
self.label_2.setSizePolicy(sizePolicy)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setPointSize(14)
|
||||||
|
self.label_2.setFont(font)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
self.horizontalLayout_2.addWidget(self.label_2)
|
self.horizontalLayout_2.addWidget(self.label_2)
|
||||||
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
||||||
@@ -212,7 +227,7 @@ class Ui_mainwin(object):
|
|||||||
self.btn_avanti.setMaximumSize(QtCore.QSize(80, 16777215))
|
self.btn_avanti.setMaximumSize(QtCore.QSize(80, 16777215))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanti.setFont(font)
|
self.btn_avanti.setFont(font)
|
||||||
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||||
icon3 = QtGui.QIcon()
|
icon3 = QtGui.QIcon()
|
||||||
@@ -231,22 +246,42 @@ class Ui_mainwin(object):
|
|||||||
self.menubar.setNativeMenuBar(True)
|
self.menubar.setNativeMenuBar(True)
|
||||||
self.menubar.setObjectName("menubar")
|
self.menubar.setObjectName("menubar")
|
||||||
self.bar_file = QtWidgets.QMenu(self.menubar)
|
self.bar_file = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.bar_file.setFont(font)
|
||||||
self.bar_file.setObjectName("bar_file")
|
self.bar_file.setObjectName("bar_file")
|
||||||
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.menuOpzioni.setFont(font)
|
||||||
self.menuOpzioni.setObjectName("menuOpzioni")
|
self.menuOpzioni.setObjectName("menuOpzioni")
|
||||||
self.menuAbout = QtWidgets.QMenu(self.menubar)
|
self.menuAbout = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.menuAbout.setFont(font)
|
||||||
self.menuAbout.setObjectName("menuAbout")
|
self.menuAbout.setObjectName("menuAbout")
|
||||||
mainwin.setMenuBar(self.menubar)
|
mainwin.setMenuBar(self.menubar)
|
||||||
self.actionCarica_Preset = QtWidgets.QAction(mainwin)
|
self.actionCarica_Preset = QtWidgets.QAction(mainwin)
|
||||||
icon4 = QtGui.QIcon()
|
icon4 = QtGui.QIcon()
|
||||||
icon4.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon4.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionCarica_Preset.setIcon(icon4)
|
self.actionCarica_Preset.setIcon(icon4)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionCarica_Preset.setFont(font)
|
||||||
self.actionCarica_Preset.setIconVisibleInMenu(True)
|
self.actionCarica_Preset.setIconVisibleInMenu(True)
|
||||||
self.actionCarica_Preset.setObjectName("actionCarica_Preset")
|
self.actionCarica_Preset.setObjectName("actionCarica_Preset")
|
||||||
self.actionSalva_Preset = QtWidgets.QAction(mainwin)
|
self.actionSalva_Preset = QtWidgets.QAction(mainwin)
|
||||||
icon5 = QtGui.QIcon()
|
icon5 = QtGui.QIcon()
|
||||||
icon5.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-save-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon5.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-save-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionSalva_Preset.setIcon(icon5)
|
self.actionSalva_Preset.setIcon(icon5)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionSalva_Preset.setFont(font)
|
||||||
self.actionSalva_Preset.setObjectName("actionSalva_Preset")
|
self.actionSalva_Preset.setObjectName("actionSalva_Preset")
|
||||||
self.actionOpzioni = QtWidgets.QAction(mainwin)
|
self.actionOpzioni = QtWidgets.QAction(mainwin)
|
||||||
self.actionOpzioni.setObjectName("actionOpzioni")
|
self.actionOpzioni.setObjectName("actionOpzioni")
|
||||||
@@ -255,22 +290,38 @@ class Ui_mainwin(object):
|
|||||||
icon6 = QtGui.QIcon()
|
icon6 = QtGui.QIcon()
|
||||||
icon6.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-globe-earth-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon6.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-globe-earth-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionLingua.setIcon(icon6)
|
self.actionLingua.setIcon(icon6)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionLingua.setFont(font)
|
||||||
self.actionLingua.setObjectName("actionLingua")
|
self.actionLingua.setObjectName("actionLingua")
|
||||||
self.actionAvanzate = QtWidgets.QAction(mainwin)
|
self.actionAvanzate = QtWidgets.QAction(mainwin)
|
||||||
icon7 = QtGui.QIcon()
|
icon7 = QtGui.QIcon()
|
||||||
icon7.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon7.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionAvanzate.setIcon(icon7)
|
self.actionAvanzate.setIcon(icon7)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionAvanzate.setFont(font)
|
||||||
self.actionAvanzate.setObjectName("actionAvanzate")
|
self.actionAvanzate.setObjectName("actionAvanzate")
|
||||||
self.actionManuale = QtWidgets.QAction(mainwin)
|
self.actionManuale = QtWidgets.QAction(mainwin)
|
||||||
self.actionManuale.setEnabled(False)
|
self.actionManuale.setEnabled(False)
|
||||||
icon8 = QtGui.QIcon()
|
icon8 = QtGui.QIcon()
|
||||||
icon8.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-user-manual-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon8.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-user-manual-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionManuale.setIcon(icon8)
|
self.actionManuale.setIcon(icon8)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionManuale.setFont(font)
|
||||||
self.actionManuale.setObjectName("actionManuale")
|
self.actionManuale.setObjectName("actionManuale")
|
||||||
self.actionAbout_SPEx = QtWidgets.QAction(mainwin)
|
self.actionAbout_SPEx = QtWidgets.QAction(mainwin)
|
||||||
icon9 = QtGui.QIcon()
|
icon9 = QtGui.QIcon()
|
||||||
icon9.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon9.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionAbout_SPEx.setIcon(icon9)
|
self.actionAbout_SPEx.setIcon(icon9)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionAbout_SPEx.setFont(font)
|
||||||
self.actionAbout_SPEx.setObjectName("actionAbout_SPEx")
|
self.actionAbout_SPEx.setObjectName("actionAbout_SPEx")
|
||||||
self.bar_file.addAction(self.actionCarica_Preset)
|
self.bar_file.addAction(self.actionCarica_Preset)
|
||||||
self.bar_file.addAction(self.actionSalva_Preset)
|
self.bar_file.addAction(self.actionSalva_Preset)
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ class Ui_selezout(object):
|
|||||||
selezout.resize(718, 573)
|
selezout.resize(718, 573)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
selezout.setFont(font)
|
selezout.setFont(font)
|
||||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout(selezout)
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout(selezout)
|
||||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||||
@@ -26,9 +27,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_lingua.setSizePolicy(sizePolicy)
|
self.lbl_lingua.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_lingua.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_lingua.setFont(font)
|
self.lbl_lingua.setFont(font)
|
||||||
self.lbl_lingua.setObjectName("lbl_lingua")
|
self.lbl_lingua.setObjectName("lbl_lingua")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
||||||
@@ -45,6 +47,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
||||||
self.cmb_lingua.setSizePolicy(sizePolicy)
|
self.cmb_lingua.setSizePolicy(sizePolicy)
|
||||||
|
self.cmb_lingua.setMinimumSize(QtCore.QSize(0, 30))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.cmb_lingua.setFont(font)
|
||||||
self.cmb_lingua.setFrame(True)
|
self.cmb_lingua.setFrame(True)
|
||||||
self.cmb_lingua.setModelColumn(0)
|
self.cmb_lingua.setModelColumn(0)
|
||||||
self.cmb_lingua.setObjectName("cmb_lingua")
|
self.cmb_lingua.setObjectName("cmb_lingua")
|
||||||
@@ -58,9 +64,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_indicazioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_indicazioni.setFont(font)
|
self.lbl_indicazioni.setFont(font)
|
||||||
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
||||||
@@ -73,24 +80,27 @@ class Ui_selezout(object):
|
|||||||
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_mainbodyEFile.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_mainbodyEFile.setFont(font)
|
self.rad_mainbodyEFile.setFont(font)
|
||||||
self.rad_mainbodyEFile.setChecked(True)
|
self.rad_mainbodyEFile.setChecked(True)
|
||||||
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
||||||
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
||||||
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_mainbody.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_mainbody.setFont(font)
|
self.rad_mainbody.setFont(font)
|
||||||
self.rad_mainbody.setObjectName("rad_mainbody")
|
self.rad_mainbody.setObjectName("rad_mainbody")
|
||||||
self.verticalLayout.addWidget(self.rad_mainbody)
|
self.verticalLayout.addWidget(self.rad_mainbody)
|
||||||
self.rad_file = QtWidgets.QRadioButton(selezout)
|
self.rad_file = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_file.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_file.setFont(font)
|
self.rad_file.setFont(font)
|
||||||
self.rad_file.setObjectName("rad_file")
|
self.rad_file.setObjectName("rad_file")
|
||||||
self.verticalLayout.addWidget(self.rad_file)
|
self.verticalLayout.addWidget(self.rad_file)
|
||||||
@@ -101,9 +111,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_indicazioni_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_indicazioni_2.setFont(font)
|
self.lbl_indicazioni_2.setFont(font)
|
||||||
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
||||||
@@ -120,43 +131,52 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
||||||
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
||||||
|
self.chk_removeDuplicates.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_removeDuplicates.setFont(font)
|
self.chk_removeDuplicates.setFont(font)
|
||||||
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
||||||
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
||||||
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_includeTitle.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_includeTitle.setFont(font)
|
self.chk_includeTitle.setFont(font)
|
||||||
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
||||||
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
||||||
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_removeBreakWord.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_removeBreakWord.setFont(font)
|
self.chk_removeBreakWord.setFont(font)
|
||||||
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
||||||
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
||||||
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_cleaDestFolder.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_cleaDestFolder.setFont(font)
|
self.chk_cleaDestFolder.setFont(font)
|
||||||
self.chk_cleaDestFolder.setObjectName("chk_cleaDestFolder")
|
self.chk_cleaDestFolder.setObjectName("chk_cleaDestFolder")
|
||||||
self.gridLayout.addWidget(self.chk_cleaDestFolder, 1, 1, 1, 1)
|
self.gridLayout.addWidget(self.chk_cleaDestFolder, 1, 1, 1, 1)
|
||||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||||
self.label = QtWidgets.QLabel(selezout)
|
self.label = QtWidgets.QLabel(selezout)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.horizontalLayout.addWidget(self.label)
|
self.horizontalLayout.addWidget(self.label)
|
||||||
self.lin_specialChars = QtWidgets.QLineEdit(selezout)
|
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)
|
||||||
self.lin_specialChars.setObjectName("lin_specialChars")
|
self.lin_specialChars.setObjectName("lin_specialChars")
|
||||||
self.horizontalLayout.addWidget(self.lin_specialChars)
|
self.horizontalLayout.addWidget(self.lin_specialChars)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -177,7 +197,7 @@ class Ui_selezout(object):
|
|||||||
self.btn_indietro.setMaximumSize(QtCore.QSize(75, 16777215))
|
self.btn_indietro.setMaximumSize(QtCore.QSize(75, 16777215))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_indietro.setFont(font)
|
self.btn_indietro.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -189,7 +209,7 @@ class Ui_selezout(object):
|
|||||||
self.horizontalLayout_2.addItem(spacerItem3)
|
self.horizontalLayout_2.addItem(spacerItem3)
|
||||||
self.btn_split = QtWidgets.QPushButton(selezout)
|
self.btn_split = QtWidgets.QPushButton(selezout)
|
||||||
self.btn_split.setMinimumSize(QtCore.QSize(100, 0))
|
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 = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(12)
|
font.setPointSize(12)
|
||||||
|
|||||||
@@ -17,9 +17,68 @@ class Ui_titolo(object):
|
|||||||
titolo.resize(715, 567)
|
titolo.resize(715, 567)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
titolo.setFont(font)
|
titolo.setFont(font)
|
||||||
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
||||||
self.gridLayout.setObjectName("gridLayout")
|
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 = QtWidgets.QHBoxLayout()
|
||||||
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
||||||
self.lyt_nchars.setObjectName("lyt_nchars")
|
self.lyt_nchars.setObjectName("lyt_nchars")
|
||||||
@@ -29,9 +88,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_ncarat.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.lbl_ncarat.setFont(font)
|
self.lbl_ncarat.setFont(font)
|
||||||
self.lbl_ncarat.setObjectName("lbl_ncarat")
|
self.lbl_ncarat.setObjectName("lbl_ncarat")
|
||||||
self.lyt_nchars.addWidget(self.lbl_ncarat)
|
self.lyt_nchars.addWidget(self.lbl_ncarat)
|
||||||
@@ -42,32 +102,44 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setHeightForWidth(self.spn_ncarat.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.spn_ncarat.sizePolicy().hasHeightForWidth())
|
||||||
self.spn_ncarat.setSizePolicy(sizePolicy)
|
self.spn_ncarat.setSizePolicy(sizePolicy)
|
||||||
self.spn_ncarat.setMinimumSize(QtCore.QSize(50, 0))
|
self.spn_ncarat.setMinimumSize(QtCore.QSize(50, 0))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.spn_ncarat.setFont(font)
|
||||||
self.spn_ncarat.setWrapping(True)
|
self.spn_ncarat.setWrapping(True)
|
||||||
self.spn_ncarat.setButtonSymbols(QtWidgets.QAbstractSpinBox.UpDownArrows)
|
self.spn_ncarat.setButtonSymbols(QtWidgets.QAbstractSpinBox.UpDownArrows)
|
||||||
self.spn_ncarat.setMinimum(3)
|
self.spn_ncarat.setMinimum(3)
|
||||||
self.spn_ncarat.setMaximum(32)
|
self.spn_ncarat.setMaximum(32)
|
||||||
self.spn_ncarat.setObjectName("spn_ncarat")
|
self.spn_ncarat.setObjectName("spn_ncarat")
|
||||||
self.lyt_nchars.addWidget(self.spn_ncarat)
|
self.lyt_nchars.addWidget(self.spn_ncarat)
|
||||||
spacerItem = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.lyt_nchars.addItem(spacerItem)
|
self.lyt_nchars.addItem(spacerItem1)
|
||||||
self.gridLayout.addLayout(self.lyt_nchars, 5, 0, 1, 3)
|
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 = QtWidgets.QFrame(titolo)
|
||||||
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
||||||
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||||
self.line.setObjectName("line")
|
self.line.setObjectName("line")
|
||||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 3)
|
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 = QtWidgets.QHBoxLayout()
|
||||||
self.lyt_buttons.setObjectName("lyt_buttons")
|
self.lyt_buttons.setObjectName("lyt_buttons")
|
||||||
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
||||||
self.btn_avanzate.setMinimumSize(QtCore.QSize(120, 40))
|
self.btn_avanzate.setMinimumSize(QtCore.QSize(120, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanzate.setFont(font)
|
self.btn_avanzate.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -75,15 +147,15 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
||||||
self.btn_avanzate.setObjectName("btn_avanzate")
|
self.btn_avanzate.setObjectName("btn_avanzate")
|
||||||
self.lyt_buttons.addWidget(self.btn_avanzate)
|
self.lyt_buttons.addWidget(self.btn_avanzate)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.lyt_buttons.addItem(spacerItem1)
|
self.lyt_buttons.addItem(spacerItem2)
|
||||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||||
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
||||||
self.btn_indietro.setMinimumSize(QtCore.QSize(100, 40))
|
self.btn_indietro.setMinimumSize(QtCore.QSize(100, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_indietro.setFont(font)
|
self.btn_indietro.setFont(font)
|
||||||
icon1 = QtGui.QIcon()
|
icon1 = QtGui.QIcon()
|
||||||
icon1.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon1.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -95,7 +167,7 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanti.setMinimumSize(QtCore.QSize(100, 40))
|
self.btn_avanti.setMinimumSize(QtCore.QSize(100, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanti.setFont(font)
|
self.btn_avanti.setFont(font)
|
||||||
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||||
icon2 = QtGui.QIcon()
|
icon2 = QtGui.QIcon()
|
||||||
@@ -105,87 +177,38 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanti.setObjectName("btn_avanti")
|
self.btn_avanti.setObjectName("btn_avanti")
|
||||||
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
||||||
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
||||||
self.gridLayout.addLayout(self.lyt_buttons, 15, 0, 1, 3)
|
self.gridLayout.addLayout(self.lyt_buttons, 16, 0, 1, 3)
|
||||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
self.label = QtWidgets.QLabel(titolo)
|
||||||
self.lyt_date.setObjectName("lyt_date")
|
|
||||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
self.label.setSizePolicy(sizePolicy)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(14)
|
||||||
self.rad_datajpn.setFont(font)
|
self.label.setFont(font)
|
||||||
self.rad_datajpn.setChecked(True)
|
self.label.setObjectName("label")
|
||||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||||
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(9)
|
|
||||||
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(9)
|
|
||||||
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.lbl_impotit = QtWidgets.QLabel(titolo)
|
self.lbl_impotit = QtWidgets.QLabel(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_impotit.setSizePolicy(sizePolicy)
|
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 = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_impotit.setFont(font)
|
self.lbl_impotit.setFont(font)
|
||||||
self.lbl_impotit.setObjectName("lbl_impotit")
|
self.lbl_impotit.setObjectName("lbl_impotit")
|
||||||
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
||||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
self.gridLayout.addItem(spacerItem3, 10, 1, 1, 1)
|
||||||
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(10)
|
|
||||||
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(10)
|
|
||||||
self.chk_titolo.setFont(font)
|
|
||||||
self.chk_titolo.setObjectName("chk_titolo")
|
|
||||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
|
||||||
self.lyt_sep = QtWidgets.QFormLayout()
|
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.lyt_sep.setObjectName("lyt_sep")
|
||||||
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -193,9 +216,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_spazio.setSizePolicy(sizePolicy)
|
self.rad_spazio.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_spazio.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_spazio.setFont(font)
|
self.rad_spazio.setFont(font)
|
||||||
self.rad_spazio.setObjectName("rad_spazio")
|
self.rad_spazio.setObjectName("rad_spazio")
|
||||||
self.btngrp_divisore = QtWidgets.QButtonGroup(titolo)
|
self.btngrp_divisore = QtWidgets.QButtonGroup(titolo)
|
||||||
@@ -208,9 +232,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_virgola.setSizePolicy(sizePolicy)
|
self.rad_virgola.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_virgola.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_virgola.setFont(font)
|
self.rad_virgola.setFont(font)
|
||||||
self.rad_virgola.setObjectName("rad_virgola")
|
self.rad_virgola.setObjectName("rad_virgola")
|
||||||
self.btngrp_divisore.addButton(self.rad_virgola)
|
self.btngrp_divisore.addButton(self.rad_virgola)
|
||||||
@@ -221,9 +246,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_piu.setSizePolicy(sizePolicy)
|
self.rad_piu.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_piu.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_piu.setFont(font)
|
self.rad_piu.setFont(font)
|
||||||
self.rad_piu.setObjectName("rad_piu")
|
self.rad_piu.setObjectName("rad_piu")
|
||||||
self.btngrp_divisore.addButton(self.rad_piu)
|
self.btngrp_divisore.addButton(self.rad_piu)
|
||||||
@@ -234,9 +260,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_tratt.setSizePolicy(sizePolicy)
|
self.rad_tratt.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_tratt.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_tratt.setFont(font)
|
self.rad_tratt.setFont(font)
|
||||||
self.rad_tratt.setObjectName("rad_tratt")
|
self.rad_tratt.setObjectName("rad_tratt")
|
||||||
self.btngrp_divisore.addButton(self.rad_tratt)
|
self.btngrp_divisore.addButton(self.rad_tratt)
|
||||||
@@ -247,9 +274,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_trattbass.setSizePolicy(sizePolicy)
|
self.rad_trattbass.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_trattbass.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_trattbass.setFont(font)
|
self.rad_trattbass.setFont(font)
|
||||||
self.rad_trattbass.setObjectName("rad_trattbass")
|
self.rad_trattbass.setObjectName("rad_trattbass")
|
||||||
self.btngrp_divisore.addButton(self.rad_trattbass)
|
self.btngrp_divisore.addButton(self.rad_trattbass)
|
||||||
@@ -262,9 +290,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_altro.setSizePolicy(sizePolicy)
|
self.rad_altro.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_altro.setFont(font)
|
self.rad_altro.setFont(font)
|
||||||
self.rad_altro.setObjectName("rad_altro")
|
self.rad_altro.setObjectName("rad_altro")
|
||||||
self.btngrp_divisore.addButton(self.rad_altro)
|
self.btngrp_divisore.addButton(self.rad_altro)
|
||||||
@@ -275,49 +304,42 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
||||||
self.lin_altro.setSizePolicy(sizePolicy)
|
self.lin_altro.setSizePolicy(sizePolicy)
|
||||||
|
self.lin_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.lin_altro.setFont(font)
|
self.lin_altro.setFont(font)
|
||||||
self.lin_altro.setText("")
|
self.lin_altro.setText("")
|
||||||
self.lin_altro.setObjectName("lin_altro")
|
self.lin_altro.setObjectName("lin_altro")
|
||||||
self.horizontalLayout_4.addWidget(self.lin_altro)
|
self.horizontalLayout_4.addWidget(self.lin_altro)
|
||||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.horizontalLayout_4.addItem(spacerItem3)
|
self.horizontalLayout_4.addItem(spacerItem4)
|
||||||
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
||||||
self.gridLayout.addLayout(self.lyt_sep, 9, 0, 1, 1)
|
self.gridLayout.addLayout(self.lyt_sep, 10, 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(10)
|
|
||||||
self.label.setFont(font)
|
|
||||||
self.label.setObjectName("label")
|
|
||||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
|
||||||
self.line_2 = QtWidgets.QFrame(titolo)
|
self.line_2 = QtWidgets.QFrame(titolo)
|
||||||
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
||||||
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||||
self.line_2.setObjectName("line_2")
|
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)
|
self.chk_docnum = QtWidgets.QCheckBox(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
||||||
self.chk_docnum.setSizePolicy(sizePolicy)
|
self.chk_docnum.setSizePolicy(sizePolicy)
|
||||||
|
self.chk_docnum.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_docnum.setFont(font)
|
self.chk_docnum.setFont(font)
|
||||||
self.chk_docnum.setChecked(True)
|
self.chk_docnum.setChecked(True)
|
||||||
self.chk_docnum.setObjectName("chk_docnum")
|
self.chk_docnum.setObjectName("chk_docnum")
|
||||||
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
||||||
spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
self.line_3 = QtWidgets.QFrame(titolo)
|
||||||
self.gridLayout.addItem(spacerItem4, 13, 0, 1, 1)
|
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)
|
self.retranslateUi(titolo)
|
||||||
QtCore.QMetaObject.connectSlotsByName(titolo)
|
QtCore.QMetaObject.connectSlotsByName(titolo)
|
||||||
@@ -341,22 +363,22 @@ class Ui_titolo(object):
|
|||||||
def retranslateUi(self, titolo):
|
def retranslateUi(self, titolo):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
titolo.setWindowTitle(_translate("titolo", "Nomi file di Uscita"))
|
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_datajpn.setText(_translate("titolo", "YYYY MM DD, es. 20001231 (jpn)"))
|
||||||
self.rad_dataita.setText(_translate("titolo", "DD MM YYYY, es. 31122000 (ita)"))
|
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.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.chk_data.setText(_translate("titolo", "Data"))
|
||||||
|
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||||
self.chk_titolo.setText(_translate("titolo", "Titolo articolo"))
|
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_spazio.setText(_translate("titolo", "Spazio"))
|
||||||
self.rad_virgola.setText(_translate("titolo", ","))
|
self.rad_virgola.setText(_translate("titolo", ","))
|
||||||
self.rad_piu.setText(_translate("titolo", "+"))
|
self.rad_piu.setText(_translate("titolo", "+"))
|
||||||
self.rad_tratt.setText(_translate("titolo", "-"))
|
self.rad_tratt.setText(_translate("titolo", "-"))
|
||||||
self.rad_trattbass.setText(_translate("titolo", "_"))
|
self.rad_trattbass.setText(_translate("titolo", "_"))
|
||||||
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
||||||
self.label.setText(_translate("titolo", "Separatore"))
|
|
||||||
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
||||||
import resources_rc
|
import resources_rc
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>680</width>
|
<width>680</width>
|
||||||
<height>620</height>
|
<height>622</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -47,10 +47,16 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -84,10 +90,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -105,6 +117,18 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -168,6 +192,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<widget class="QWidget" name="wgt_mainPage1">
|
<widget class="QWidget" name="wgt_mainPage1">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Selezione Input</string>
|
<string>Selezione Input</string>
|
||||||
@@ -239,7 +269,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -252,7 +282,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -302,10 +332,16 @@ p, li { white-space: pre-wrap; }
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="4">
|
<item row="2" column="0" colspan="4">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -344,6 +380,11 @@ p, li { white-space: pre-wrap; }
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>14</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Versione dei File</string>
|
<string>Versione dei File</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -395,7 +436,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="layoutDirection">
|
<property name="layoutDirection">
|
||||||
@@ -440,6 +481,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="bar_file">
|
<widget class="QMenu" name="bar_file">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>File</string>
|
<string>File</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -447,6 +494,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="actionSalva_Preset"/>
|
<addaction name="actionSalva_Preset"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuOpzioni">
|
<widget class="QMenu" name="menuOpzioni">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Opzioni</string>
|
<string>Opzioni</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -454,6 +507,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="actionLingua"/>
|
<addaction name="actionLingua"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuAbout">
|
<widget class="QMenu" name="menuAbout">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Help</string>
|
<string>Help</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -472,6 +531,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Carica Preset</string>
|
<string>Carica Preset</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="iconVisibleInMenu">
|
<property name="iconVisibleInMenu">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -484,6 +549,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Salva Preset</string>
|
<string>Salva Preset</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionOpzioni">
|
<action name="actionOpzioni">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -501,6 +572,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Lingua Interfaccia</string>
|
<string>Lingua Interfaccia</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionAvanzate">
|
<action name="actionAvanzate">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
@@ -510,6 +587,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Avanzate</string>
|
<string>Avanzate</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionManuale">
|
<action name="actionManuale">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
@@ -522,6 +605,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Manuale</string>
|
<string>Manuale</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionAbout_SPEx">
|
<action name="actionAbout_SPEx">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
@@ -531,6 +620,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>About SPEx</string>
|
<string>About SPEx</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -27,10 +28,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -55,6 +62,17 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>30</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="frame">
|
<property name="frame">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -89,10 +107,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -114,10 +138,16 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -130,10 +160,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_mainbody">
|
<widget class="QRadioButton" name="rad_mainbody">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -143,10 +179,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_file">
|
<widget class="QRadioButton" name="rad_file">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -164,10 +206,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -192,10 +240,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -205,10 +259,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="chk_includeTitle">
|
<widget class="QCheckBox" name="chk_includeTitle">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -218,10 +278,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="chk_removeBreakWord">
|
<widget class="QCheckBox" name="chk_removeBreakWord">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -231,10 +297,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -246,10 +318,16 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -258,7 +336,19 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lin_specialChars"/>
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
@@ -316,7 +406,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -358,7 +448,7 @@
|
|||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>16777215</width>
|
||||||
<height>40</height>
|
<height>50</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
|
|||||||
@@ -13,12 +13,133 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Nomi file di Uscita</string>
|
<string>Nomi file di Uscita</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<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">
|
<item row="5" column="0" colspan="3">
|
||||||
<layout class="QHBoxLayout" name="lyt_nchars">
|
<layout class="QHBoxLayout" name="lyt_nchars">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
@@ -32,10 +153,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -57,6 +184,12 @@
|
|||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="wrapping">
|
<property name="wrapping">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -86,13 +219,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</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">
|
<item row="1" column="0" colspan="3">
|
||||||
<widget class="Line" name="line">
|
<widget class="Line" name="line">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -100,7 +226,32 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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">
|
<layout class="QHBoxLayout" name="lyt_buttons">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btn_avanzate">
|
<widget class="QPushButton" name="btn_avanzate">
|
||||||
@@ -113,7 +264,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -157,7 +308,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -186,7 +337,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="layoutDirection">
|
<property name="layoutDirection">
|
||||||
@@ -211,69 +362,30 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="3">
|
<item row="8" column="0" colspan="2">
|
||||||
<layout class="QVBoxLayout" name="lyt_date">
|
<widget class="QLabel" name="label">
|
||||||
<item>
|
<property name="sizePolicy">
|
||||||
<widget class="QRadioButton" name="rad_datajpn">
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||||
<property name="sizePolicy">
|
<horstretch>0</horstretch>
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
<verstretch>0</verstretch>
|
||||||
<horstretch>0</horstretch>
|
</sizepolicy>
|
||||||
<verstretch>0</verstretch>
|
</property>
|
||||||
</sizepolicy>
|
<property name="minimumSize">
|
||||||
</property>
|
<size>
|
||||||
<property name="font">
|
<width>0</width>
|
||||||
<font>
|
<height>20</height>
|
||||||
<family>Rockwell</family>
|
</size>
|
||||||
<pointsize>9</pointsize>
|
</property>
|
||||||
</font>
|
<property name="font">
|
||||||
</property>
|
<font>
|
||||||
<property name="text">
|
<family>Rockwell</family>
|
||||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
<pointsize>14</pointsize>
|
||||||
</property>
|
</font>
|
||||||
<property name="checked">
|
</property>
|
||||||
<bool>true</bool>
|
<property name="text">
|
||||||
</property>
|
<string>Separatore</string>
|
||||||
</widget>
|
</property>
|
||||||
</item>
|
</widget>
|
||||||
<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="font">
|
|
||||||
<font>
|
|
||||||
<family>Rockwell</family>
|
|
||||||
<pointsize>9</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="font">
|
|
||||||
<font>
|
|
||||||
<family>Rockwell</family>
|
|
||||||
<pointsize>9</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="3">
|
<item row="0" column="0" colspan="3">
|
||||||
<widget class="QLabel" name="lbl_impotit">
|
<widget class="QLabel" name="lbl_impotit">
|
||||||
@@ -286,13 +398,13 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>0</height>
|
<height>20</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -300,26 +412,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="10" column="1">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Data</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="9" column="1">
|
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@@ -332,27 +425,14 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0" colspan="2">
|
<item row="10" column="0">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Titolo articolo</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="9" column="0">
|
|
||||||
<layout class="QFormLayout" name="lyt_sep">
|
<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">
|
<item row="0" column="0">
|
||||||
<widget class="QRadioButton" name="rad_spazio">
|
<widget class="QRadioButton" name="rad_spazio">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -361,10 +441,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -383,10 +469,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -405,10 +497,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -427,10 +525,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -449,10 +553,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -473,10 +583,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -495,10 +611,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -523,26 +645,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="0" colspan="2">
|
<item row="15" column="0" colspan="3">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Separatore</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="14" column="0" colspan="3">
|
|
||||||
<widget class="Line" name="line_2">
|
<widget class="Line" name="line_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@@ -557,10 +660,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -571,18 +680,12 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="13" column="0">
|
<item row="9" column="0">
|
||||||
<spacer name="verticalSpacer">
|
<widget class="Line" name="line_3">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
</widget>
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
@@ -622,8 +622,9 @@ if __name__ == '__main__':
|
|||||||
sys.excepthook = except_hook
|
sys.excepthook = except_hook
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(f"Running directory {os.environ['WORKSPACELOC']}")
|
#print(f"Running directory {os.environ['WORKSPACELOC']}")
|
||||||
print(f"Pythonpath: {os.environ['PYTHONPATH']}")
|
#print(f"Pythonpath: {os.environ['PYTHONPATH']}")
|
||||||
|
print("LAUNCHDIR:", os.getcwd())
|
||||||
LOGGER = fancyLogger(filepath=r"./conf/loggerconf.json", fileLog=False)
|
LOGGER = fancyLogger(filepath=r"./conf/loggerconf.json", fileLog=False)
|
||||||
conf = bananaCONF(workdir=r"./conf", logger=LOGGER)
|
conf = bananaCONF(workdir=r"./conf", logger=LOGGER)
|
||||||
conf.open()
|
conf.open()
|
||||||
|
|||||||
BIN
SPEx/spex/logo.icns
Normal file
@@ -25,6 +25,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -37,6 +38,12 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
@@ -62,10 +69,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -81,7 +94,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
@@ -106,7 +119,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -119,7 +132,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>480</width>
|
<width>480</width>
|
||||||
<height>524</height>
|
<height>593</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -43,10 +44,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_terzo">
|
<widget class="QLabel" name="lbl_terzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -56,10 +63,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numeroterzo">
|
<widget class="QCheckBox" name="rad_numeroterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -69,10 +82,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_dataterzo">
|
<widget class="QCheckBox" name="rad_dataterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -82,10 +101,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titoloterzo">
|
<widget class="QCheckBox" name="rad_titoloterzo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -115,10 +140,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_secondo">
|
<widget class="QLabel" name="lbl_secondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -128,10 +159,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numerosecondo">
|
<widget class="QCheckBox" name="rad_numerosecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -141,10 +178,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_datasecondo">
|
<widget class="QCheckBox" name="rad_datasecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -157,10 +200,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titolosecondo">
|
<widget class="QCheckBox" name="rad_titolosecondo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -172,10 +221,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="2">
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="lbl_istruzioni">
|
<widget class="QLabel" name="lbl_istruzioni">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -185,10 +240,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="8" column="0">
|
<item row="8" column="0">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -198,6 +259,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="8" column="1">
|
<item row="8" column="1">
|
||||||
<widget class="QLineEdit" name="txt_prefisso">
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="inputMask">
|
<property name="inputMask">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
@@ -213,10 +285,16 @@
|
|||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_primo">
|
<widget class="QLabel" name="lbl_primo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -226,10 +304,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_numeroprimo">
|
<widget class="QCheckBox" name="rad_numeroprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -242,10 +326,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_dataprimo">
|
<widget class="QCheckBox" name="rad_dataprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -255,10 +345,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="rad_titoloprimo">
|
<widget class="QCheckBox" name="rad_titoloprimo">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -277,10 +373,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="lbl_titoloschermata">
|
<widget class="QLabel" name="lbl_titoloschermata">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -295,7 +397,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -308,7 +410,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -320,10 +422,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="9" column="0">
|
<item row="9" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -333,6 +441,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="9" column="1">
|
<item row="9" column="1">
|
||||||
<widget class="QLineEdit" name="txt_suffisso">
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="maxLength">
|
<property name="maxLength">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ class Ui_editconf(object):
|
|||||||
editconf.setMinimumSize(QtCore.QSize(600, 500))
|
editconf.setMinimumSize(QtCore.QSize(600, 500))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
editconf.setFont(font)
|
editconf.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -30,6 +31,7 @@ class Ui_editconf(object):
|
|||||||
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
self.verticalLayout = QtWidgets.QVBoxLayout(editconf)
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.label = QtWidgets.QLabel(editconf)
|
self.label = QtWidgets.QLabel(editconf)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(12)
|
font.setPointSize(12)
|
||||||
@@ -41,9 +43,10 @@ class Ui_editconf(object):
|
|||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.verticalLayout.addWidget(self.label)
|
self.verticalLayout.addWidget(self.label)
|
||||||
self.label_2 = QtWidgets.QLabel(editconf)
|
self.label_2 = QtWidgets.QLabel(editconf)
|
||||||
|
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.label_2.setFont(font)
|
self.label_2.setFont(font)
|
||||||
self.label_2.setAlignment(QtCore.Qt.AlignCenter)
|
self.label_2.setAlignment(QtCore.Qt.AlignCenter)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
@@ -51,7 +54,7 @@ class Ui_editconf(object):
|
|||||||
self.txt_confFile = QtWidgets.QPlainTextEdit(editconf)
|
self.txt_confFile = QtWidgets.QPlainTextEdit(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.txt_confFile.setFont(font)
|
self.txt_confFile.setFont(font)
|
||||||
self.txt_confFile.setObjectName("txt_confFile")
|
self.txt_confFile.setObjectName("txt_confFile")
|
||||||
self.verticalLayout.addWidget(self.txt_confFile)
|
self.verticalLayout.addWidget(self.txt_confFile)
|
||||||
@@ -62,14 +65,14 @@ class Ui_editconf(object):
|
|||||||
self.btn_cancel = QtWidgets.QPushButton(editconf)
|
self.btn_cancel = QtWidgets.QPushButton(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_cancel.setFont(font)
|
self.btn_cancel.setFont(font)
|
||||||
self.btn_cancel.setObjectName("btn_cancel")
|
self.btn_cancel.setObjectName("btn_cancel")
|
||||||
self.horizontalLayout.addWidget(self.btn_cancel)
|
self.horizontalLayout.addWidget(self.btn_cancel)
|
||||||
self.btn_ok = QtWidgets.QPushButton(editconf)
|
self.btn_ok = QtWidgets.QPushButton(editconf)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_ok.setFont(font)
|
self.btn_ok.setFont(font)
|
||||||
self.btn_ok.setObjectName("btn_ok")
|
self.btn_ok.setObjectName("btn_ok")
|
||||||
self.horizontalLayout.addWidget(self.btn_ok)
|
self.horizontalLayout.addWidget(self.btn_ok)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Ui_advtitolo3(object):
|
|||||||
def setupUi(self, advtitolo3):
|
def setupUi(self, advtitolo3):
|
||||||
advtitolo3.setObjectName("advtitolo3")
|
advtitolo3.setObjectName("advtitolo3")
|
||||||
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
advtitolo3.setWindowModality(QtCore.Qt.WindowModal)
|
||||||
advtitolo3.resize(480, 524)
|
advtitolo3.resize(480, 593)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
@@ -23,6 +23,7 @@ class Ui_advtitolo3(object):
|
|||||||
advtitolo3.setSizePolicy(sizePolicy)
|
advtitolo3.setSizePolicy(sizePolicy)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
advtitolo3.setFont(font)
|
advtitolo3.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -37,30 +38,34 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
self.verticalLayout_3.setObjectName("verticalLayout_3")
|
||||||
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_terzo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_terzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_terzo.setFont(font)
|
self.lbl_terzo.setFont(font)
|
||||||
self.lbl_terzo.setObjectName("lbl_terzo")
|
self.lbl_terzo.setObjectName("lbl_terzo")
|
||||||
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
self.verticalLayout_3.addWidget(self.lbl_terzo)
|
||||||
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numeroterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numeroterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numeroterzo.setFont(font)
|
self.rad_numeroterzo.setFont(font)
|
||||||
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
self.rad_numeroterzo.setObjectName("rad_numeroterzo")
|
||||||
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
self.verticalLayout_3.addWidget(self.rad_numeroterzo)
|
||||||
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_dataterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_dataterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_dataterzo.setFont(font)
|
self.rad_dataterzo.setFont(font)
|
||||||
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
self.rad_dataterzo.setObjectName("rad_dataterzo")
|
||||||
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
self.verticalLayout_3.addWidget(self.rad_dataterzo)
|
||||||
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titoloterzo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titoloterzo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titoloterzo.setFont(font)
|
self.rad_titoloterzo.setFont(font)
|
||||||
self.rad_titoloterzo.setChecked(True)
|
self.rad_titoloterzo.setChecked(True)
|
||||||
self.rad_titoloterzo.setObjectName("rad_titoloterzo")
|
self.rad_titoloterzo.setObjectName("rad_titoloterzo")
|
||||||
@@ -71,50 +76,60 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout = QtWidgets.QVBoxLayout()
|
self.verticalLayout = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_secondo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_secondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_secondo.setFont(font)
|
self.lbl_secondo.setFont(font)
|
||||||
self.lbl_secondo.setObjectName("lbl_secondo")
|
self.lbl_secondo.setObjectName("lbl_secondo")
|
||||||
self.verticalLayout.addWidget(self.lbl_secondo)
|
self.verticalLayout.addWidget(self.lbl_secondo)
|
||||||
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numerosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numerosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numerosecondo.setFont(font)
|
self.rad_numerosecondo.setFont(font)
|
||||||
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
self.rad_numerosecondo.setObjectName("rad_numerosecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
self.verticalLayout.addWidget(self.rad_numerosecondo)
|
||||||
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_datasecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_datasecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_datasecondo.setFont(font)
|
self.rad_datasecondo.setFont(font)
|
||||||
self.rad_datasecondo.setChecked(True)
|
self.rad_datasecondo.setChecked(True)
|
||||||
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
self.rad_datasecondo.setObjectName("rad_datasecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_datasecondo)
|
self.verticalLayout.addWidget(self.rad_datasecondo)
|
||||||
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titolosecondo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titolosecondo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titolosecondo.setFont(font)
|
self.rad_titolosecondo.setFont(font)
|
||||||
self.rad_titolosecondo.setObjectName("rad_titolosecondo")
|
self.rad_titolosecondo.setObjectName("rad_titolosecondo")
|
||||||
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
self.verticalLayout.addWidget(self.rad_titolosecondo)
|
||||||
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
self.gridLayout.addLayout(self.verticalLayout, 5, 0, 1, 1)
|
||||||
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
self.lbl_istruzioni = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_istruzioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_istruzioni.setFont(font)
|
self.lbl_istruzioni.setFont(font)
|
||||||
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
self.lbl_istruzioni.setObjectName("lbl_istruzioni")
|
||||||
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2)
|
||||||
self.label = QtWidgets.QLabel(advtitolo3)
|
self.label = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
self.gridLayout.addWidget(self.label, 8, 0, 1, 1)
|
||||||
self.txt_prefisso = QtWidgets.QLineEdit(advtitolo3)
|
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)
|
||||||
self.txt_prefisso.setInputMask("")
|
self.txt_prefisso.setInputMask("")
|
||||||
self.txt_prefisso.setText("")
|
self.txt_prefisso.setText("")
|
||||||
self.txt_prefisso.setMaxLength(10)
|
self.txt_prefisso.setMaxLength(10)
|
||||||
@@ -123,31 +138,35 @@ class Ui_advtitolo3(object):
|
|||||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
||||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||||
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
self.lbl_primo = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_primo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_primo.setFont(font)
|
self.lbl_primo.setFont(font)
|
||||||
self.lbl_primo.setObjectName("lbl_primo")
|
self.lbl_primo.setObjectName("lbl_primo")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_primo)
|
self.verticalLayout_2.addWidget(self.lbl_primo)
|
||||||
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_numeroprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_numeroprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_numeroprimo.setFont(font)
|
self.rad_numeroprimo.setFont(font)
|
||||||
self.rad_numeroprimo.setChecked(False)
|
self.rad_numeroprimo.setChecked(False)
|
||||||
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
self.rad_numeroprimo.setObjectName("rad_numeroprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
self.verticalLayout_2.addWidget(self.rad_numeroprimo)
|
||||||
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_dataprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_dataprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_dataprimo.setFont(font)
|
self.rad_dataprimo.setFont(font)
|
||||||
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
self.rad_dataprimo.setObjectName("rad_dataprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
self.verticalLayout_2.addWidget(self.rad_dataprimo)
|
||||||
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
self.rad_titoloprimo = QtWidgets.QCheckBox(advtitolo3)
|
||||||
|
self.rad_titoloprimo.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.rad_titoloprimo.setFont(font)
|
self.rad_titoloprimo.setFont(font)
|
||||||
self.rad_titoloprimo.setObjectName("rad_titoloprimo")
|
self.rad_titoloprimo.setObjectName("rad_titoloprimo")
|
||||||
self.verticalLayout_2.addWidget(self.rad_titoloprimo)
|
self.verticalLayout_2.addWidget(self.rad_titoloprimo)
|
||||||
@@ -158,9 +177,10 @@ class Ui_advtitolo3(object):
|
|||||||
self.line_2.setObjectName("line_2")
|
self.line_2.setObjectName("line_2")
|
||||||
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
self.gridLayout.addWidget(self.line_2, 7, 0, 1, 2)
|
||||||
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.lbl_titoloschermata.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(14)
|
||||||
self.lbl_titoloschermata.setFont(font)
|
self.lbl_titoloschermata.setFont(font)
|
||||||
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
self.lbl_titoloschermata.setObjectName("lbl_titoloschermata")
|
||||||
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2)
|
||||||
@@ -169,26 +189,31 @@ class Ui_advtitolo3(object):
|
|||||||
self.btn_annulla = QtWidgets.QPushButton(advtitolo3)
|
self.btn_annulla = QtWidgets.QPushButton(advtitolo3)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_annulla.setFont(font)
|
self.btn_annulla.setFont(font)
|
||||||
self.btn_annulla.setObjectName("btn_annulla")
|
self.btn_annulla.setObjectName("btn_annulla")
|
||||||
self.horizontalLayout.addWidget(self.btn_annulla)
|
self.horizontalLayout.addWidget(self.btn_annulla)
|
||||||
self.btn_OK = QtWidgets.QPushButton(advtitolo3)
|
self.btn_OK = QtWidgets.QPushButton(advtitolo3)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.btn_OK.setFont(font)
|
self.btn_OK.setFont(font)
|
||||||
self.btn_OK.setObjectName("btn_OK")
|
self.btn_OK.setObjectName("btn_OK")
|
||||||
self.horizontalLayout.addWidget(self.btn_OK)
|
self.horizontalLayout.addWidget(self.btn_OK)
|
||||||
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
self.gridLayout.addLayout(self.horizontalLayout, 10, 1, 1, 1)
|
||||||
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
self.label_2 = QtWidgets.QLabel(advtitolo3)
|
||||||
|
self.label_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(8)
|
font.setPointSize(12)
|
||||||
self.label_2.setFont(font)
|
self.label_2.setFont(font)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
self.gridLayout.addWidget(self.label_2, 9, 0, 1, 1)
|
||||||
self.txt_suffisso = QtWidgets.QLineEdit(advtitolo3)
|
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)
|
||||||
self.txt_suffisso.setMaxLength(10)
|
self.txt_suffisso.setMaxLength(10)
|
||||||
self.txt_suffisso.setObjectName("txt_suffisso")
|
self.txt_suffisso.setObjectName("txt_suffisso")
|
||||||
self.gridLayout.addWidget(self.txt_suffisso, 9, 1, 1, 1)
|
self.gridLayout.addWidget(self.txt_suffisso, 9, 1, 1, 1)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class Ui_mainwin(object):
|
|||||||
def setupUi(self, mainwin):
|
def setupUi(self, mainwin):
|
||||||
mainwin.setObjectName("mainwin")
|
mainwin.setObjectName("mainwin")
|
||||||
mainwin.setEnabled(True)
|
mainwin.setEnabled(True)
|
||||||
mainwin.resize(680, 620)
|
mainwin.resize(680, 622)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
@@ -23,7 +23,7 @@ class Ui_mainwin(object):
|
|||||||
mainwin.setSizePolicy(sizePolicy)
|
mainwin.setSizePolicy(sizePolicy)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
mainwin.setFont(font)
|
mainwin.setFont(font)
|
||||||
mainwin.setFocusPolicy(QtCore.Qt.NoFocus)
|
mainwin.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
@@ -38,9 +38,10 @@ class Ui_mainwin(object):
|
|||||||
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
||||||
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
self.label_4 = QtWidgets.QLabel(self.centralwidget)
|
||||||
|
self.label_4.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label_4.setFont(font)
|
self.label_4.setFont(font)
|
||||||
@@ -55,9 +56,10 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label_3.sizePolicy().hasHeightForWidth())
|
||||||
self.label_3.setSizePolicy(sizePolicy)
|
self.label_3.setSizePolicy(sizePolicy)
|
||||||
|
self.label_3.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label_3.setFont(font)
|
self.label_3.setFont(font)
|
||||||
@@ -69,6 +71,11 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_preset.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_preset.setSizePolicy(sizePolicy)
|
self.lbl_preset.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_preset.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.lbl_preset.setFont(font)
|
||||||
self.lbl_preset.setObjectName("lbl_preset")
|
self.lbl_preset.setObjectName("lbl_preset")
|
||||||
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
self.horizontalLayout_3.addWidget(self.lbl_preset)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -93,6 +100,10 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.wgt_main.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.wgt_main.sizePolicy().hasHeightForWidth())
|
||||||
self.wgt_main.setSizePolicy(sizePolicy)
|
self.wgt_main.setSizePolicy(sizePolicy)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.wgt_main.setFont(font)
|
||||||
self.wgt_main.setObjectName("wgt_main")
|
self.wgt_main.setObjectName("wgt_main")
|
||||||
self.wgt_mainPage1 = QtWidgets.QWidget()
|
self.wgt_mainPage1 = QtWidgets.QWidget()
|
||||||
self.wgt_mainPage1.setObjectName("wgt_mainPage1")
|
self.wgt_mainPage1.setObjectName("wgt_mainPage1")
|
||||||
@@ -133,14 +144,14 @@ class Ui_mainwin(object):
|
|||||||
self.lbl_cartellasorg = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.lbl_cartellasorg = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_cartellasorg.setFont(font)
|
self.lbl_cartellasorg.setFont(font)
|
||||||
self.lbl_cartellasorg.setObjectName("lbl_cartellasorg")
|
self.lbl_cartellasorg.setObjectName("lbl_cartellasorg")
|
||||||
self.verticalLayout.addWidget(self.lbl_cartellasorg)
|
self.verticalLayout.addWidget(self.lbl_cartellasorg)
|
||||||
self.lbl_cartelladest = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.lbl_cartelladest = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.lbl_cartelladest.setFont(font)
|
self.lbl_cartelladest.setFont(font)
|
||||||
self.lbl_cartelladest.setObjectName("lbl_cartelladest")
|
self.lbl_cartelladest.setObjectName("lbl_cartelladest")
|
||||||
self.verticalLayout.addWidget(self.lbl_cartelladest)
|
self.verticalLayout.addWidget(self.lbl_cartelladest)
|
||||||
@@ -162,9 +173,10 @@ class Ui_mainwin(object):
|
|||||||
self.line.setObjectName("line")
|
self.line.setObjectName("line")
|
||||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
self.gridLayout.addWidget(self.line, 1, 0, 1, 4)
|
||||||
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
self.label = QtWidgets.QLabel(self.wgt_mainPage1)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 25))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
@@ -188,6 +200,9 @@ class Ui_mainwin(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
|
||||||
self.label_2.setSizePolicy(sizePolicy)
|
self.label_2.setSizePolicy(sizePolicy)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setPointSize(14)
|
||||||
|
self.label_2.setFont(font)
|
||||||
self.label_2.setObjectName("label_2")
|
self.label_2.setObjectName("label_2")
|
||||||
self.horizontalLayout_2.addWidget(self.label_2)
|
self.horizontalLayout_2.addWidget(self.label_2)
|
||||||
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
self.rad_fileNew = QtWidgets.QRadioButton(self.wgt_mainPage1)
|
||||||
@@ -212,7 +227,7 @@ class Ui_mainwin(object):
|
|||||||
self.btn_avanti.setMaximumSize(QtCore.QSize(80, 16777215))
|
self.btn_avanti.setMaximumSize(QtCore.QSize(80, 16777215))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanti.setFont(font)
|
self.btn_avanti.setFont(font)
|
||||||
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||||
icon3 = QtGui.QIcon()
|
icon3 = QtGui.QIcon()
|
||||||
@@ -231,22 +246,42 @@ class Ui_mainwin(object):
|
|||||||
self.menubar.setNativeMenuBar(True)
|
self.menubar.setNativeMenuBar(True)
|
||||||
self.menubar.setObjectName("menubar")
|
self.menubar.setObjectName("menubar")
|
||||||
self.bar_file = QtWidgets.QMenu(self.menubar)
|
self.bar_file = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.bar_file.setFont(font)
|
||||||
self.bar_file.setObjectName("bar_file")
|
self.bar_file.setObjectName("bar_file")
|
||||||
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
self.menuOpzioni = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.menuOpzioni.setFont(font)
|
||||||
self.menuOpzioni.setObjectName("menuOpzioni")
|
self.menuOpzioni.setObjectName("menuOpzioni")
|
||||||
self.menuAbout = QtWidgets.QMenu(self.menubar)
|
self.menuAbout = QtWidgets.QMenu(self.menubar)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.menuAbout.setFont(font)
|
||||||
self.menuAbout.setObjectName("menuAbout")
|
self.menuAbout.setObjectName("menuAbout")
|
||||||
mainwin.setMenuBar(self.menubar)
|
mainwin.setMenuBar(self.menubar)
|
||||||
self.actionCarica_Preset = QtWidgets.QAction(mainwin)
|
self.actionCarica_Preset = QtWidgets.QAction(mainwin)
|
||||||
icon4 = QtGui.QIcon()
|
icon4 = QtGui.QIcon()
|
||||||
icon4.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon4.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-documents-folder-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionCarica_Preset.setIcon(icon4)
|
self.actionCarica_Preset.setIcon(icon4)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionCarica_Preset.setFont(font)
|
||||||
self.actionCarica_Preset.setIconVisibleInMenu(True)
|
self.actionCarica_Preset.setIconVisibleInMenu(True)
|
||||||
self.actionCarica_Preset.setObjectName("actionCarica_Preset")
|
self.actionCarica_Preset.setObjectName("actionCarica_Preset")
|
||||||
self.actionSalva_Preset = QtWidgets.QAction(mainwin)
|
self.actionSalva_Preset = QtWidgets.QAction(mainwin)
|
||||||
icon5 = QtGui.QIcon()
|
icon5 = QtGui.QIcon()
|
||||||
icon5.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-save-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon5.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-save-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionSalva_Preset.setIcon(icon5)
|
self.actionSalva_Preset.setIcon(icon5)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionSalva_Preset.setFont(font)
|
||||||
self.actionSalva_Preset.setObjectName("actionSalva_Preset")
|
self.actionSalva_Preset.setObjectName("actionSalva_Preset")
|
||||||
self.actionOpzioni = QtWidgets.QAction(mainwin)
|
self.actionOpzioni = QtWidgets.QAction(mainwin)
|
||||||
self.actionOpzioni.setObjectName("actionOpzioni")
|
self.actionOpzioni.setObjectName("actionOpzioni")
|
||||||
@@ -255,22 +290,38 @@ class Ui_mainwin(object):
|
|||||||
icon6 = QtGui.QIcon()
|
icon6 = QtGui.QIcon()
|
||||||
icon6.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-globe-earth-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon6.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-globe-earth-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionLingua.setIcon(icon6)
|
self.actionLingua.setIcon(icon6)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionLingua.setFont(font)
|
||||||
self.actionLingua.setObjectName("actionLingua")
|
self.actionLingua.setObjectName("actionLingua")
|
||||||
self.actionAvanzate = QtWidgets.QAction(mainwin)
|
self.actionAvanzate = QtWidgets.QAction(mainwin)
|
||||||
icon7 = QtGui.QIcon()
|
icon7 = QtGui.QIcon()
|
||||||
icon7.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon7.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionAvanzate.setIcon(icon7)
|
self.actionAvanzate.setIcon(icon7)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionAvanzate.setFont(font)
|
||||||
self.actionAvanzate.setObjectName("actionAvanzate")
|
self.actionAvanzate.setObjectName("actionAvanzate")
|
||||||
self.actionManuale = QtWidgets.QAction(mainwin)
|
self.actionManuale = QtWidgets.QAction(mainwin)
|
||||||
self.actionManuale.setEnabled(False)
|
self.actionManuale.setEnabled(False)
|
||||||
icon8 = QtGui.QIcon()
|
icon8 = QtGui.QIcon()
|
||||||
icon8.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-user-manual-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon8.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-user-manual-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionManuale.setIcon(icon8)
|
self.actionManuale.setIcon(icon8)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionManuale.setFont(font)
|
||||||
self.actionManuale.setObjectName("actionManuale")
|
self.actionManuale.setObjectName("actionManuale")
|
||||||
self.actionAbout_SPEx = QtWidgets.QAction(mainwin)
|
self.actionAbout_SPEx = QtWidgets.QAction(mainwin)
|
||||||
icon9 = QtGui.QIcon()
|
icon9 = QtGui.QIcon()
|
||||||
icon9.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon9.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
self.actionAbout_SPEx.setIcon(icon9)
|
self.actionAbout_SPEx.setIcon(icon9)
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.actionAbout_SPEx.setFont(font)
|
||||||
self.actionAbout_SPEx.setObjectName("actionAbout_SPEx")
|
self.actionAbout_SPEx.setObjectName("actionAbout_SPEx")
|
||||||
self.bar_file.addAction(self.actionCarica_Preset)
|
self.bar_file.addAction(self.actionCarica_Preset)
|
||||||
self.bar_file.addAction(self.actionSalva_Preset)
|
self.bar_file.addAction(self.actionSalva_Preset)
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ class Ui_selezout(object):
|
|||||||
selezout.resize(718, 573)
|
selezout.resize(718, 573)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
selezout.setFont(font)
|
selezout.setFont(font)
|
||||||
self.verticalLayout_2 = QtWidgets.QVBoxLayout(selezout)
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout(selezout)
|
||||||
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
||||||
@@ -26,9 +27,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_lingua.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_lingua.setSizePolicy(sizePolicy)
|
self.lbl_lingua.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_lingua.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_lingua.setFont(font)
|
self.lbl_lingua.setFont(font)
|
||||||
self.lbl_lingua.setObjectName("lbl_lingua")
|
self.lbl_lingua.setObjectName("lbl_lingua")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
self.verticalLayout_2.addWidget(self.lbl_lingua)
|
||||||
@@ -45,6 +47,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.cmb_lingua.sizePolicy().hasHeightForWidth())
|
||||||
self.cmb_lingua.setSizePolicy(sizePolicy)
|
self.cmb_lingua.setSizePolicy(sizePolicy)
|
||||||
|
self.cmb_lingua.setMinimumSize(QtCore.QSize(0, 30))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.cmb_lingua.setFont(font)
|
||||||
self.cmb_lingua.setFrame(True)
|
self.cmb_lingua.setFrame(True)
|
||||||
self.cmb_lingua.setModelColumn(0)
|
self.cmb_lingua.setModelColumn(0)
|
||||||
self.cmb_lingua.setObjectName("cmb_lingua")
|
self.cmb_lingua.setObjectName("cmb_lingua")
|
||||||
@@ -58,9 +64,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_indicazioni.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
self.lbl_indicazioni.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_indicazioni.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_indicazioni.setFont(font)
|
self.lbl_indicazioni.setFont(font)
|
||||||
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
self.lbl_indicazioni.setObjectName("lbl_indicazioni")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
self.verticalLayout_2.addWidget(self.lbl_indicazioni)
|
||||||
@@ -73,24 +80,27 @@ class Ui_selezout(object):
|
|||||||
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetMaximumSize)
|
||||||
self.verticalLayout.setObjectName("verticalLayout")
|
self.verticalLayout.setObjectName("verticalLayout")
|
||||||
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
self.rad_mainbodyEFile = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_mainbodyEFile.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_mainbodyEFile.setFont(font)
|
self.rad_mainbodyEFile.setFont(font)
|
||||||
self.rad_mainbodyEFile.setChecked(True)
|
self.rad_mainbodyEFile.setChecked(True)
|
||||||
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
self.rad_mainbodyEFile.setObjectName("rad_mainbodyEFile")
|
||||||
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
self.verticalLayout.addWidget(self.rad_mainbodyEFile)
|
||||||
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
self.rad_mainbody = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_mainbody.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_mainbody.setFont(font)
|
self.rad_mainbody.setFont(font)
|
||||||
self.rad_mainbody.setObjectName("rad_mainbody")
|
self.rad_mainbody.setObjectName("rad_mainbody")
|
||||||
self.verticalLayout.addWidget(self.rad_mainbody)
|
self.verticalLayout.addWidget(self.rad_mainbody)
|
||||||
self.rad_file = QtWidgets.QRadioButton(selezout)
|
self.rad_file = QtWidgets.QRadioButton(selezout)
|
||||||
|
self.rad_file.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.rad_file.setFont(font)
|
self.rad_file.setFont(font)
|
||||||
self.rad_file.setObjectName("rad_file")
|
self.rad_file.setObjectName("rad_file")
|
||||||
self.verticalLayout.addWidget(self.rad_file)
|
self.verticalLayout.addWidget(self.rad_file)
|
||||||
@@ -101,9 +111,10 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_indicazioni_2.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
self.lbl_indicazioni_2.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_indicazioni_2.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_indicazioni_2.setFont(font)
|
self.lbl_indicazioni_2.setFont(font)
|
||||||
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
self.lbl_indicazioni_2.setObjectName("lbl_indicazioni_2")
|
||||||
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
self.verticalLayout_2.addWidget(self.lbl_indicazioni_2)
|
||||||
@@ -120,43 +131,52 @@ class Ui_selezout(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.chk_removeDuplicates.sizePolicy().hasHeightForWidth())
|
||||||
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
self.chk_removeDuplicates.setSizePolicy(sizePolicy)
|
||||||
|
self.chk_removeDuplicates.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_removeDuplicates.setFont(font)
|
self.chk_removeDuplicates.setFont(font)
|
||||||
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
self.chk_removeDuplicates.setObjectName("chk_removeDuplicates")
|
||||||
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
self.gridLayout.addWidget(self.chk_removeDuplicates, 0, 0, 1, 1)
|
||||||
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
self.chk_includeTitle = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_includeTitle.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_includeTitle.setFont(font)
|
self.chk_includeTitle.setFont(font)
|
||||||
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
self.chk_includeTitle.setObjectName("chk_includeTitle")
|
||||||
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
self.gridLayout.addWidget(self.chk_includeTitle, 0, 1, 1, 1)
|
||||||
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
self.chk_removeBreakWord = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_removeBreakWord.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_removeBreakWord.setFont(font)
|
self.chk_removeBreakWord.setFont(font)
|
||||||
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
self.chk_removeBreakWord.setObjectName("chk_removeBreakWord")
|
||||||
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
self.gridLayout.addWidget(self.chk_removeBreakWord, 1, 0, 1, 1)
|
||||||
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
self.chk_cleaDestFolder = QtWidgets.QCheckBox(selezout)
|
||||||
|
self.chk_cleaDestFolder.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_cleaDestFolder.setFont(font)
|
self.chk_cleaDestFolder.setFont(font)
|
||||||
self.chk_cleaDestFolder.setObjectName("chk_cleaDestFolder")
|
self.chk_cleaDestFolder.setObjectName("chk_cleaDestFolder")
|
||||||
self.gridLayout.addWidget(self.chk_cleaDestFolder, 1, 1, 1, 1)
|
self.gridLayout.addWidget(self.chk_cleaDestFolder, 1, 1, 1, 1)
|
||||||
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout.setObjectName("horizontalLayout")
|
self.horizontalLayout.setObjectName("horizontalLayout")
|
||||||
self.label = QtWidgets.QLabel(selezout)
|
self.label = QtWidgets.QLabel(selezout)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.label.setFont(font)
|
self.label.setFont(font)
|
||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
self.horizontalLayout.addWidget(self.label)
|
self.horizontalLayout.addWidget(self.label)
|
||||||
self.lin_specialChars = QtWidgets.QLineEdit(selezout)
|
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)
|
||||||
self.lin_specialChars.setObjectName("lin_specialChars")
|
self.lin_specialChars.setObjectName("lin_specialChars")
|
||||||
self.horizontalLayout.addWidget(self.lin_specialChars)
|
self.horizontalLayout.addWidget(self.lin_specialChars)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -177,7 +197,7 @@ class Ui_selezout(object):
|
|||||||
self.btn_indietro.setMaximumSize(QtCore.QSize(75, 16777215))
|
self.btn_indietro.setMaximumSize(QtCore.QSize(75, 16777215))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_indietro.setFont(font)
|
self.btn_indietro.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -189,7 +209,7 @@ class Ui_selezout(object):
|
|||||||
self.horizontalLayout_2.addItem(spacerItem3)
|
self.horizontalLayout_2.addItem(spacerItem3)
|
||||||
self.btn_split = QtWidgets.QPushButton(selezout)
|
self.btn_split = QtWidgets.QPushButton(selezout)
|
||||||
self.btn_split.setMinimumSize(QtCore.QSize(100, 0))
|
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 = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(12)
|
font.setPointSize(12)
|
||||||
|
|||||||
@@ -17,9 +17,68 @@ class Ui_titolo(object):
|
|||||||
titolo.resize(715, 567)
|
titolo.resize(715, 567)
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
titolo.setFont(font)
|
titolo.setFont(font)
|
||||||
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
self.gridLayout = QtWidgets.QGridLayout(titolo)
|
||||||
self.gridLayout.setObjectName("gridLayout")
|
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 = QtWidgets.QHBoxLayout()
|
||||||
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
self.lyt_nchars.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint)
|
||||||
self.lyt_nchars.setObjectName("lyt_nchars")
|
self.lyt_nchars.setObjectName("lyt_nchars")
|
||||||
@@ -29,9 +88,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_ncarat.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
self.lbl_ncarat.setSizePolicy(sizePolicy)
|
||||||
|
self.lbl_ncarat.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.lbl_ncarat.setFont(font)
|
self.lbl_ncarat.setFont(font)
|
||||||
self.lbl_ncarat.setObjectName("lbl_ncarat")
|
self.lbl_ncarat.setObjectName("lbl_ncarat")
|
||||||
self.lyt_nchars.addWidget(self.lbl_ncarat)
|
self.lyt_nchars.addWidget(self.lbl_ncarat)
|
||||||
@@ -42,32 +102,44 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setHeightForWidth(self.spn_ncarat.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.spn_ncarat.sizePolicy().hasHeightForWidth())
|
||||||
self.spn_ncarat.setSizePolicy(sizePolicy)
|
self.spn_ncarat.setSizePolicy(sizePolicy)
|
||||||
self.spn_ncarat.setMinimumSize(QtCore.QSize(50, 0))
|
self.spn_ncarat.setMinimumSize(QtCore.QSize(50, 0))
|
||||||
|
font = QtGui.QFont()
|
||||||
|
font.setFamily("Rockwell")
|
||||||
|
font.setPointSize(12)
|
||||||
|
self.spn_ncarat.setFont(font)
|
||||||
self.spn_ncarat.setWrapping(True)
|
self.spn_ncarat.setWrapping(True)
|
||||||
self.spn_ncarat.setButtonSymbols(QtWidgets.QAbstractSpinBox.UpDownArrows)
|
self.spn_ncarat.setButtonSymbols(QtWidgets.QAbstractSpinBox.UpDownArrows)
|
||||||
self.spn_ncarat.setMinimum(3)
|
self.spn_ncarat.setMinimum(3)
|
||||||
self.spn_ncarat.setMaximum(32)
|
self.spn_ncarat.setMaximum(32)
|
||||||
self.spn_ncarat.setObjectName("spn_ncarat")
|
self.spn_ncarat.setObjectName("spn_ncarat")
|
||||||
self.lyt_nchars.addWidget(self.spn_ncarat)
|
self.lyt_nchars.addWidget(self.spn_ncarat)
|
||||||
spacerItem = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem1 = QtWidgets.QSpacerItem(40, 0, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.lyt_nchars.addItem(spacerItem)
|
self.lyt_nchars.addItem(spacerItem1)
|
||||||
self.gridLayout.addLayout(self.lyt_nchars, 5, 0, 1, 3)
|
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 = QtWidgets.QFrame(titolo)
|
||||||
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
self.line.setFrameShape(QtWidgets.QFrame.HLine)
|
||||||
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.line.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||||
self.line.setObjectName("line")
|
self.line.setObjectName("line")
|
||||||
self.gridLayout.addWidget(self.line, 1, 0, 1, 3)
|
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 = QtWidgets.QHBoxLayout()
|
||||||
self.lyt_buttons.setObjectName("lyt_buttons")
|
self.lyt_buttons.setObjectName("lyt_buttons")
|
||||||
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
self.btn_avanzate = QtWidgets.QPushButton(titolo)
|
||||||
self.btn_avanzate.setMinimumSize(QtCore.QSize(120, 40))
|
self.btn_avanzate.setMinimumSize(QtCore.QSize(120, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanzate.setFont(font)
|
self.btn_avanzate.setFont(font)
|
||||||
icon = QtGui.QIcon()
|
icon = QtGui.QIcon()
|
||||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-smartphone-ram-100.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -75,15 +147,15 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
self.btn_avanzate.setIconSize(QtCore.QSize(30, 30))
|
||||||
self.btn_avanzate.setObjectName("btn_avanzate")
|
self.btn_avanzate.setObjectName("btn_avanzate")
|
||||||
self.lyt_buttons.addWidget(self.btn_avanzate)
|
self.lyt_buttons.addWidget(self.btn_avanzate)
|
||||||
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.lyt_buttons.addItem(spacerItem1)
|
self.lyt_buttons.addItem(spacerItem2)
|
||||||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
|
||||||
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
|
||||||
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
self.btn_indietro = QtWidgets.QPushButton(titolo)
|
||||||
self.btn_indietro.setMinimumSize(QtCore.QSize(100, 40))
|
self.btn_indietro.setMinimumSize(QtCore.QSize(100, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_indietro.setFont(font)
|
self.btn_indietro.setFont(font)
|
||||||
icon1 = QtGui.QIcon()
|
icon1 = QtGui.QIcon()
|
||||||
icon1.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
icon1.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-arrow-80-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
@@ -95,7 +167,7 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanti.setMinimumSize(QtCore.QSize(100, 40))
|
self.btn_avanti.setMinimumSize(QtCore.QSize(100, 40))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(11)
|
font.setPointSize(12)
|
||||||
self.btn_avanti.setFont(font)
|
self.btn_avanti.setFont(font)
|
||||||
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
self.btn_avanti.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||||
icon2 = QtGui.QIcon()
|
icon2 = QtGui.QIcon()
|
||||||
@@ -105,87 +177,38 @@ class Ui_titolo(object):
|
|||||||
self.btn_avanti.setObjectName("btn_avanti")
|
self.btn_avanti.setObjectName("btn_avanti")
|
||||||
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
self.horizontalLayout_2.addWidget(self.btn_avanti)
|
||||||
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
self.lyt_buttons.addLayout(self.horizontalLayout_2)
|
||||||
self.gridLayout.addLayout(self.lyt_buttons, 15, 0, 1, 3)
|
self.gridLayout.addLayout(self.lyt_buttons, 16, 0, 1, 3)
|
||||||
self.lyt_date = QtWidgets.QVBoxLayout()
|
self.label = QtWidgets.QLabel(titolo)
|
||||||
self.lyt_date.setObjectName("lyt_date")
|
|
||||||
self.rad_datajpn = QtWidgets.QRadioButton(titolo)
|
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_datajpn.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_datajpn.setSizePolicy(sizePolicy)
|
self.label.setSizePolicy(sizePolicy)
|
||||||
|
self.label.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(14)
|
||||||
self.rad_datajpn.setFont(font)
|
self.label.setFont(font)
|
||||||
self.rad_datajpn.setChecked(True)
|
self.label.setObjectName("label")
|
||||||
self.rad_datajpn.setObjectName("rad_datajpn")
|
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
||||||
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(9)
|
|
||||||
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(9)
|
|
||||||
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.lbl_impotit = QtWidgets.QLabel(titolo)
|
self.lbl_impotit = QtWidgets.QLabel(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lbl_impotit.sizePolicy().hasHeightForWidth())
|
||||||
self.lbl_impotit.setSizePolicy(sizePolicy)
|
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 = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(14)
|
||||||
self.lbl_impotit.setFont(font)
|
self.lbl_impotit.setFont(font)
|
||||||
self.lbl_impotit.setObjectName("lbl_impotit")
|
self.lbl_impotit.setObjectName("lbl_impotit")
|
||||||
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
|
||||||
self.chk_data = QtWidgets.QCheckBox(titolo)
|
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
self.gridLayout.addItem(spacerItem3, 10, 1, 1, 1)
|
||||||
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(10)
|
|
||||||
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(10)
|
|
||||||
self.chk_titolo.setFont(font)
|
|
||||||
self.chk_titolo.setObjectName("chk_titolo")
|
|
||||||
self.gridLayout.addWidget(self.chk_titolo, 4, 0, 1, 2)
|
|
||||||
self.lyt_sep = QtWidgets.QFormLayout()
|
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.lyt_sep.setObjectName("lyt_sep")
|
||||||
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
self.rad_spazio = QtWidgets.QRadioButton(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
@@ -193,9 +216,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_spazio.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_spazio.setSizePolicy(sizePolicy)
|
self.rad_spazio.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_spazio.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_spazio.setFont(font)
|
self.rad_spazio.setFont(font)
|
||||||
self.rad_spazio.setObjectName("rad_spazio")
|
self.rad_spazio.setObjectName("rad_spazio")
|
||||||
self.btngrp_divisore = QtWidgets.QButtonGroup(titolo)
|
self.btngrp_divisore = QtWidgets.QButtonGroup(titolo)
|
||||||
@@ -208,9 +232,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_virgola.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_virgola.setSizePolicy(sizePolicy)
|
self.rad_virgola.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_virgola.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_virgola.setFont(font)
|
self.rad_virgola.setFont(font)
|
||||||
self.rad_virgola.setObjectName("rad_virgola")
|
self.rad_virgola.setObjectName("rad_virgola")
|
||||||
self.btngrp_divisore.addButton(self.rad_virgola)
|
self.btngrp_divisore.addButton(self.rad_virgola)
|
||||||
@@ -221,9 +246,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_piu.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_piu.setSizePolicy(sizePolicy)
|
self.rad_piu.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_piu.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_piu.setFont(font)
|
self.rad_piu.setFont(font)
|
||||||
self.rad_piu.setObjectName("rad_piu")
|
self.rad_piu.setObjectName("rad_piu")
|
||||||
self.btngrp_divisore.addButton(self.rad_piu)
|
self.btngrp_divisore.addButton(self.rad_piu)
|
||||||
@@ -234,9 +260,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_tratt.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_tratt.setSizePolicy(sizePolicy)
|
self.rad_tratt.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_tratt.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_tratt.setFont(font)
|
self.rad_tratt.setFont(font)
|
||||||
self.rad_tratt.setObjectName("rad_tratt")
|
self.rad_tratt.setObjectName("rad_tratt")
|
||||||
self.btngrp_divisore.addButton(self.rad_tratt)
|
self.btngrp_divisore.addButton(self.rad_tratt)
|
||||||
@@ -247,9 +274,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_trattbass.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_trattbass.setSizePolicy(sizePolicy)
|
self.rad_trattbass.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_trattbass.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_trattbass.setFont(font)
|
self.rad_trattbass.setFont(font)
|
||||||
self.rad_trattbass.setObjectName("rad_trattbass")
|
self.rad_trattbass.setObjectName("rad_trattbass")
|
||||||
self.btngrp_divisore.addButton(self.rad_trattbass)
|
self.btngrp_divisore.addButton(self.rad_trattbass)
|
||||||
@@ -262,9 +290,10 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.rad_altro.sizePolicy().hasHeightForWidth())
|
||||||
self.rad_altro.setSizePolicy(sizePolicy)
|
self.rad_altro.setSizePolicy(sizePolicy)
|
||||||
|
self.rad_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.rad_altro.setFont(font)
|
self.rad_altro.setFont(font)
|
||||||
self.rad_altro.setObjectName("rad_altro")
|
self.rad_altro.setObjectName("rad_altro")
|
||||||
self.btngrp_divisore.addButton(self.rad_altro)
|
self.btngrp_divisore.addButton(self.rad_altro)
|
||||||
@@ -275,49 +304,42 @@ class Ui_titolo(object):
|
|||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.lin_altro.sizePolicy().hasHeightForWidth())
|
||||||
self.lin_altro.setSizePolicy(sizePolicy)
|
self.lin_altro.setSizePolicy(sizePolicy)
|
||||||
|
self.lin_altro.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(9)
|
font.setPointSize(12)
|
||||||
self.lin_altro.setFont(font)
|
self.lin_altro.setFont(font)
|
||||||
self.lin_altro.setText("")
|
self.lin_altro.setText("")
|
||||||
self.lin_altro.setObjectName("lin_altro")
|
self.lin_altro.setObjectName("lin_altro")
|
||||||
self.horizontalLayout_4.addWidget(self.lin_altro)
|
self.horizontalLayout_4.addWidget(self.lin_altro)
|
||||||
spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
||||||
self.horizontalLayout_4.addItem(spacerItem3)
|
self.horizontalLayout_4.addItem(spacerItem4)
|
||||||
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
self.lyt_sep.setLayout(2, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout_4)
|
||||||
self.gridLayout.addLayout(self.lyt_sep, 9, 0, 1, 1)
|
self.gridLayout.addLayout(self.lyt_sep, 10, 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(10)
|
|
||||||
self.label.setFont(font)
|
|
||||||
self.label.setObjectName("label")
|
|
||||||
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)
|
|
||||||
self.line_2 = QtWidgets.QFrame(titolo)
|
self.line_2 = QtWidgets.QFrame(titolo)
|
||||||
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
self.line_2.setFrameShape(QtWidgets.QFrame.HLine)
|
||||||
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
self.line_2.setFrameShadow(QtWidgets.QFrame.Sunken)
|
||||||
self.line_2.setObjectName("line_2")
|
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)
|
self.chk_docnum = QtWidgets.QCheckBox(titolo)
|
||||||
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum)
|
||||||
sizePolicy.setHorizontalStretch(0)
|
sizePolicy.setHorizontalStretch(0)
|
||||||
sizePolicy.setVerticalStretch(0)
|
sizePolicy.setVerticalStretch(0)
|
||||||
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
sizePolicy.setHeightForWidth(self.chk_docnum.sizePolicy().hasHeightForWidth())
|
||||||
self.chk_docnum.setSizePolicy(sizePolicy)
|
self.chk_docnum.setSizePolicy(sizePolicy)
|
||||||
|
self.chk_docnum.setMinimumSize(QtCore.QSize(0, 20))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setFamily("Rockwell")
|
font.setFamily("Rockwell")
|
||||||
font.setPointSize(10)
|
font.setPointSize(12)
|
||||||
self.chk_docnum.setFont(font)
|
self.chk_docnum.setFont(font)
|
||||||
self.chk_docnum.setChecked(True)
|
self.chk_docnum.setChecked(True)
|
||||||
self.chk_docnum.setObjectName("chk_docnum")
|
self.chk_docnum.setObjectName("chk_docnum")
|
||||||
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
self.gridLayout.addWidget(self.chk_docnum, 6, 0, 1, 2)
|
||||||
spacerItem4 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
|
self.line_3 = QtWidgets.QFrame(titolo)
|
||||||
self.gridLayout.addItem(spacerItem4, 13, 0, 1, 1)
|
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)
|
self.retranslateUi(titolo)
|
||||||
QtCore.QMetaObject.connectSlotsByName(titolo)
|
QtCore.QMetaObject.connectSlotsByName(titolo)
|
||||||
@@ -341,22 +363,22 @@ class Ui_titolo(object):
|
|||||||
def retranslateUi(self, titolo):
|
def retranslateUi(self, titolo):
|
||||||
_translate = QtCore.QCoreApplication.translate
|
_translate = QtCore.QCoreApplication.translate
|
||||||
titolo.setWindowTitle(_translate("titolo", "Nomi file di Uscita"))
|
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_datajpn.setText(_translate("titolo", "YYYY MM DD, es. 20001231 (jpn)"))
|
||||||
self.rad_dataita.setText(_translate("titolo", "DD MM YYYY, es. 31122000 (ita)"))
|
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.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.chk_data.setText(_translate("titolo", "Data"))
|
||||||
|
self.lbl_ncarat.setText(_translate("titolo", "Numero di caratteri"))
|
||||||
self.chk_titolo.setText(_translate("titolo", "Titolo articolo"))
|
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_spazio.setText(_translate("titolo", "Spazio"))
|
||||||
self.rad_virgola.setText(_translate("titolo", ","))
|
self.rad_virgola.setText(_translate("titolo", ","))
|
||||||
self.rad_piu.setText(_translate("titolo", "+"))
|
self.rad_piu.setText(_translate("titolo", "+"))
|
||||||
self.rad_tratt.setText(_translate("titolo", "-"))
|
self.rad_tratt.setText(_translate("titolo", "-"))
|
||||||
self.rad_trattbass.setText(_translate("titolo", "_"))
|
self.rad_trattbass.setText(_translate("titolo", "_"))
|
||||||
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
self.rad_altro.setText(_translate("titolo", "Altro:"))
|
||||||
self.label.setText(_translate("titolo", "Separatore"))
|
|
||||||
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
self.chk_docnum.setText(_translate("titolo", "Numero documento"))
|
||||||
import resources_rc
|
import resources_rc
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>680</width>
|
<width>680</width>
|
||||||
<height>620</height>
|
<height>622</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -47,10 +47,16 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -84,10 +90,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -105,6 +117,18 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -168,6 +192,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<widget class="QWidget" name="wgt_mainPage1">
|
<widget class="QWidget" name="wgt_mainPage1">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Selezione Input</string>
|
<string>Selezione Input</string>
|
||||||
@@ -239,7 +269,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -252,7 +282,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -302,10 +332,16 @@ p, li { white-space: pre-wrap; }
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="4">
|
<item row="2" column="0" colspan="4">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -344,6 +380,11 @@ p, li { white-space: pre-wrap; }
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>14</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Versione dei File</string>
|
<string>Versione dei File</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -395,7 +436,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="layoutDirection">
|
<property name="layoutDirection">
|
||||||
@@ -440,6 +481,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="bar_file">
|
<widget class="QMenu" name="bar_file">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>File</string>
|
<string>File</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -447,6 +494,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="actionSalva_Preset"/>
|
<addaction name="actionSalva_Preset"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuOpzioni">
|
<widget class="QMenu" name="menuOpzioni">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Opzioni</string>
|
<string>Opzioni</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -454,6 +507,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<addaction name="actionLingua"/>
|
<addaction name="actionLingua"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuAbout">
|
<widget class="QMenu" name="menuAbout">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Help</string>
|
<string>Help</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -472,6 +531,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Carica Preset</string>
|
<string>Carica Preset</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="iconVisibleInMenu">
|
<property name="iconVisibleInMenu">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -484,6 +549,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Salva Preset</string>
|
<string>Salva Preset</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionOpzioni">
|
<action name="actionOpzioni">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -501,6 +572,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Lingua Interfaccia</string>
|
<string>Lingua Interfaccia</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionAvanzate">
|
<action name="actionAvanzate">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
@@ -510,6 +587,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Avanzate</string>
|
<string>Avanzate</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionManuale">
|
<action name="actionManuale">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
@@ -522,6 +605,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Manuale</string>
|
<string>Manuale</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionAbout_SPEx">
|
<action name="actionAbout_SPEx">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
@@ -531,6 +620,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>About SPEx</string>
|
<string>About SPEx</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
|
|||||||
BIN
SPEx/spex/userInterface/resources/icons/banana.ico
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
SPEx/spex/userInterface/resources/icons/icons8-add-folder-80.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
SPEx/spex/userInterface/resources/icons/icons8-arrow-80-back.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
SPEx/spex/userInterface/resources/icons/icons8-arrow-80.png
Normal file
|
After Width: | Height: | Size: 584 B |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 645 B |
|
After Width: | Height: | Size: 957 B |
|
After Width: | Height: | Size: 7.5 KiB |
BIN
SPEx/spex/userInterface/resources/icons/icons8-info-80.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
SPEx/spex/userInterface/resources/icons/icons8-save-80.png
Normal file
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
208
SPEx/spex/userInterface/resources/icons/logo.svg
Normal file
@@ -0,0 +1,208 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="Layer_1"
|
||||||
|
enable-background="new 0 0 128 128"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 128 128"
|
||||||
|
width="512"
|
||||||
|
wtx-context="F86C4D92-0EC1-47EF-86DD-02B0FF6FC0F2"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="logo.svg"
|
||||||
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
|
inkscape:export-filename="D:\Emanuele\Desktop\logo.png"
|
||||||
|
inkscape:export-xdpi="16.113119"
|
||||||
|
inkscape:export-ydpi="16.113119">
|
||||||
|
<metadata
|
||||||
|
id="metadata3841">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs3839" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="2048"
|
||||||
|
inkscape:window-height="1089"
|
||||||
|
id="namedview3837"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.65625"
|
||||||
|
inkscape:cx="166.98005"
|
||||||
|
inkscape:cy="273.36472"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer4"
|
||||||
|
fit-margin-left="4"
|
||||||
|
fit-margin-right="4"
|
||||||
|
fit-margin-top="4"
|
||||||
|
fit-margin-bottom="4"
|
||||||
|
inkscape:showpageshadow="true"
|
||||||
|
borderlayer="false"
|
||||||
|
inkscape:pagecheckerboard="false" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Base"
|
||||||
|
transform="translate(-3.0544992,13.8475)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Layer 2"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-3.0544992,13.8475)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="cornice"
|
||||||
|
transform="translate(-3.0544992,13.8475)">
|
||||||
|
<g
|
||||||
|
id="g5072"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,-0.24913006,-17.151129)">
|
||||||
|
<g
|
||||||
|
transform="translate(2.0004992,2.0005)"
|
||||||
|
id="g3784"
|
||||||
|
style="fill:#b3b3b3">
|
||||||
|
<path
|
||||||
|
d="m 20.599,34.749 c -3.314,0 -6,2.686 -6,6 v 59.526 H 28.133 V 34.749 Z"
|
||||||
|
id="path3780"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#b3b3b3" />
|
||||||
|
<path
|
||||||
|
d="m 103.4,34.749 h -7.533 v 65.526 H 109.4 V 40.749 c 0,-3.314 -2.686,-6 -6,-6 z"
|
||||||
|
id="path3782"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#b3b3b3" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(2.0004992,2.0005)"
|
||||||
|
id="g3790"
|
||||||
|
style="fill:#d4fbff">
|
||||||
|
<path
|
||||||
|
d="m 23.627,43.586 c -1.105,0 -2,0.895 -2,2 v 54.688 h 6.506 V 43.586 Z"
|
||||||
|
id="path3786"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 100.372,43.586 h -4.505 v 56.688 h 6.505 V 45.586 c 0,-1.105 -0.896,-2 -2,-2 z"
|
||||||
|
id="path3788"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 5.0544992,102.2745 v 3.933 c 0,3.283 2.662,5.945 5.9449998,5.945 H 116.9995 c 3.284,0 5.946,-2.662 5.946,-5.945 v -3.933 z"
|
||||||
|
id="path3792"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#b3b3b3" />
|
||||||
|
<path
|
||||||
|
d="m 44.948499,102.2745 v 1.991 c 0,1.662 1.347,3.009 3.009,3.009 h 32.083 c 1.662,0 3.01,-1.348 3.01,-3.009 v -1.991 z"
|
||||||
|
id="path3794"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#333333" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
d="m 23.627499,88.7865 c 0.552,0 1,-0.447 1,-1 v -8.583 c 0,-0.553 -0.448,-1 -1,-1 -0.552,0 -1,0.447 -1,1 v 8.583 c 0,0.553 0.448,1 1,1 z"
|
||||||
|
id="path3812"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
transform="translate(2.0009982,2.0015)"
|
||||||
|
id="g4900"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
style="fill:#fff6d5"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3798"
|
||||||
|
d="m 95.866501,100.274 h -67.734 V 15.847 c 0,-1.105 0.895,-2 2,-2 h 63.734 c 1.105,0 2,0.895 2,2 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3810"
|
||||||
|
d="M 93.867,13.847 H 30.133 c -1.105,0 -2,0.896 -2,2 v 3 c 0,-1.104 0.895,-2 2,-2 h 63.734 c 1.105,0 2,0.896 2,2 v -3 c 0,-1.105 -0.895,-2 -2,-2 z" />
|
||||||
|
<g
|
||||||
|
inkscape:transform-center-y="-0.90566035"
|
||||||
|
inkscape:transform-center-x="-0.15094336"
|
||||||
|
id="g4755"
|
||||||
|
transform="rotate(-27.912106,55.191764,87.13912)">
|
||||||
|
<g
|
||||||
|
id="g3808">
|
||||||
|
<path
|
||||||
|
d="m 35.335,86.238 12.218,6.498 v -13 z"
|
||||||
|
id="path3800"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#ffd7e5" />
|
||||||
|
<g
|
||||||
|
id="g3804">
|
||||||
|
<path
|
||||||
|
d="m 47.553,92.736 v -13 h 38.353 c 1.524,0 2.759,1.235 2.759,2.759 v 7.483 c 0,1.524 -1.235,2.759 -2.759,2.759 z"
|
||||||
|
id="path3802"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#0089ef" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 82.256,92.736 h 3.65 c 1.524,0 2.759,-1.235 2.759,-2.759 v -7.483 c 0,-1.524 -1.235,-2.759 -2.759,-2.759 h -3.65 z"
|
||||||
|
id="path3806"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#fa759e" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3818"
|
||||||
|
d="M 85.906,78.736 H 47.553 c -0.164,0 -0.325,0.04 -0.47,0.117 l -12.218,6.502 c -0.326,0.174 -0.53,0.514 -0.53,0.883 0,0.37 0.204,0.709 0.53,0.883 l 12.218,6.498 c 0.145,0.077 0.306,0.117 0.47,0.117 h 38.353 c 2.073,0 3.759,-1.687 3.759,-3.759 v -7.482 c 0,-2.072 -1.686,-3.759 -3.759,-3.759 z m -46.663,6.556 7.31,-3.89 v 9.67 l -7.31,-3.888 z m 9.31,-4.556 h 32.703 v 11 H 48.553 Z m 39.112,9.242 c 0,0.97 -0.789,1.759 -1.759,1.759 h -2.65 v -11 h 2.65 c 0.97,0 1.759,0.789 1.759,1.759 z"
|
||||||
|
style="fill:#000000" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
d="m 88.664501,59.69168 h -53.33 c -0.552,0 -1,0.447 -1,1 0,0.553 0.448,1 1,1 h 53.33 c 0.552,0 1,-0.447 1,-1 0,-0.553 -0.448,-1 -1,-1 z"
|
||||||
|
id="path3820"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
d="m 88.664501,52.18224 h -53.33 c -0.552,0 -1,0.447 -1,1 0,0.553 0.448,1 1,1 h 53.33 c 0.552,0 1,-0.447 1,-1 0,-0.553 -0.448,-1 -1,-1 z"
|
||||||
|
id="path3822"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
d="m 88.664501,44.672812 h -53.33 c -0.552,0 -1,0.447 -1,1 0,0.553 0.448,1 1,1 h 53.33 c 0.552,0 1,-0.447 1,-1 0,-0.553 -0.448,-1 -1,-1 z"
|
||||||
|
id="path3824"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot4741"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:80px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
transform="matrix(0.31783415,0,0,0.34751085,-16.965817,-12.556068)"><flowRegion
|
||||||
|
id="flowRegion4743"
|
||||||
|
style="font-size:85.33333588px;text-align:center;text-anchor:middle"><rect
|
||||||
|
id="rect4745"
|
||||||
|
width="234.26414"
|
||||||
|
height="97.20755"
|
||||||
|
x="129.81133"
|
||||||
|
y="76.679245"
|
||||||
|
style="font-size:85.33333588px;text-align:center;text-anchor:middle" /></flowRegion><flowPara
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Comic Sans MS';-inkscape-font-specification:'Comic Sans MS'"
|
||||||
|
id="flowPara4747">SPEx</flowPara></flowRoot> </g>
|
||||||
|
<path
|
||||||
|
style="fill:#000000"
|
||||||
|
d="m 122.9465,101.2745 h -10.546 v -58.525 c 0,-3.859 -3.14,-7 -7,-7 h -6.533001 v -17.902 c 0,-1.654 -1.346,-3 -3,-3 h -63.734 c -1.654,0 -3,1.346 -3,3 v 17.902 h -6.534 c -3.86,0 -7,3.141 -7,7 v 58.525 H 5.0544992 c -0.552,0 -1,0.447 -1,1 v 3.934 c 0,3.829 3.116,6.944 6.9449998,6.944 H 116.9995 c 3.83,0 6.946,-3.115 6.946,-6.944 v -3.934 c 0.001,-0.552 -0.447,-1 -0.999,-1 z m -17.546,-63.525 c 2.757,0 5,2.243 5,5 v 58.525 h -5.028 v -53.688 c 0,-1.654 -1.346,-3 -3,-3 h -3.504001 v -6.837 z m -6.533001,63.525 v -54.688 h 3.504001 c 0.551,0 1,0.448 1,1 v 53.688 z m -67.734,-83.427 c 0,-0.552 0.449,-1 1,-1 h 63.734 c 0.551,0 1,0.448 1,1 v 83.428 h -65.734 z m -13.534,24.902 c 0,-2.757 2.243,-5 5,-5 h 6.534 v 6.837 h -3.506 c -1.654,0 -3,1.346 -3,3 v 27.284 c 0,0.553 0.448,1 1,1 0.552,0 1,-0.447 1,-1 v -27.284 c 0,-0.552 0.449,-1 1,-1 h 3.506 v 54.688 h -4.506 v -9.321 c 0,-0.553 -0.448,-1 -1,-1 -0.552,0 -1,0.447 -1,1 v 9.321 h -5.028 z m 104.347001,63.459 c 0,2.727 -2.219,4.944 -4.946,4.944 H 11.000499 c -2.7269998,0 -4.9449998,-2.218 -4.9449998,-4.944 v -2.934 H 121.9475 v 2.934 z"
|
||||||
|
id="path3814"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.3 KiB |
BIN
SPEx/spex/userInterface/resources/icons/logo2.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
246
SPEx/spex/userInterface/resources/icons/logo2.svg
Normal file
@@ -0,0 +1,246 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="Layer_1"
|
||||||
|
enable-background="new 0 0 128 128"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 128 128"
|
||||||
|
width="512"
|
||||||
|
wtx-context="F86C4D92-0EC1-47EF-86DD-02B0FF6FC0F2"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="logo2.svg"
|
||||||
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
|
inkscape:export-filename="D:\Emanuele\Desktop\logo.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<metadata
|
||||||
|
id="metadata3841">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs3839">
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="Tail"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="Tail"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<g
|
||||||
|
id="g5307"
|
||||||
|
transform="scale(-1.2)"
|
||||||
|
style="stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path5295"
|
||||||
|
d="M -3.8048674,-3.9585227 L 0.54352094,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5297"
|
||||||
|
d="M -1.2866832,-3.9585227 L 3.0617053,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5299"
|
||||||
|
d="M 1.3053582,-3.9585227 L 5.6537466,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5301"
|
||||||
|
d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5303"
|
||||||
|
d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5305"
|
||||||
|
d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="TriangleOutL"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="TriangleOutL"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
id="path5401"
|
||||||
|
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
||||||
|
transform="scale(0.8)" />
|
||||||
|
</marker>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="2048"
|
||||||
|
inkscape:window-height="1089"
|
||||||
|
id="namedview3837"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1.65625"
|
||||||
|
inkscape:cx="60.627703"
|
||||||
|
inkscape:cy="262.26623"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer4"
|
||||||
|
fit-margin-left="4"
|
||||||
|
fit-margin-right="4"
|
||||||
|
fit-margin-top="4"
|
||||||
|
fit-margin-bottom="4"
|
||||||
|
inkscape:showpageshadow="true"
|
||||||
|
borderlayer="false"
|
||||||
|
inkscape:pagecheckerboard="false" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Base"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Layer 2"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-3.0544992,13.8475)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="cornice"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline">
|
||||||
|
<g
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
id="g3784"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3780"
|
||||||
|
d="m 20.599,34.749 c -3.314,0 -6,2.686 -6,6 v 59.526 H 28.133 V 34.749 Z" />
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3782"
|
||||||
|
d="m 103.4,34.749 h -7.533 v 65.526 H 109.4 V 40.749 c 0,-3.314 -2.686,-6 -6,-6 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#d4fbff"
|
||||||
|
id="g3790"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3786"
|
||||||
|
d="m 23.627,43.586 c -1.105,0 -2,0.895 -2,2 v 54.688 h 6.506 V 43.586 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3788"
|
||||||
|
d="m 100.372,43.586 h -4.505 v 56.688 h 6.505 V 45.586 c 0,-1.105 -0.896,-2 -2,-2 z" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3792"
|
||||||
|
d="m 5.0662783,90.402699 v 4.136018 c 0,3.452466 2.7994104,6.251873 6.2518757,6.251873 H 122.78979 c 3.45352,0 6.25293,-2.799407 6.25293,-6.251873 v -4.136018 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#333333;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3794"
|
||||||
|
d="m 47.019574,90.402699 v 2.093774 c 0,1.747791 1.416532,3.164322 3.164323,3.164322 h 33.739098 c 1.747792,0 3.165374,-1.417583 3.165374,-3.164322 v -2.093774 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3812"
|
||||||
|
d="m 24.598002,76.218459 c 0.580493,0 1.051619,-0.470074 1.051619,-1.051619 v -9.026048 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 v 9.026048 c 0,0.581545 0.471126,1.051619 1.05162,1.051619 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="fill:#fff6d5;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3798"
|
||||||
|
d="M 103.78075,90.403751 H 32.550379 V 1.6186965 c 0,-1.16203925 0.941199,-2.10323844 2.103239,-2.10323844 h 67.023892 c 1.16204,0 2.10324,0.94119919 2.10324,2.10323844 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3810"
|
||||||
|
d="M 100.5675,-0.48454194 H 33.543599 c -1.162039,0 -2.103238,0.94225081 -2.103238,2.10323844 v 3.1548576 c 0,-1.1609876 0.941199,-2.1032384 2.103238,-2.1032384 H 100.5675 c 1.16204,0 2.10324,0.9422508 2.10324,2.1032384 V 1.6186965 c 0,-1.16203925 -0.9412,-2.10323844 -2.10324,-2.10323844 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3814"
|
||||||
|
d="M 129.04377,89.35108 H 117.95339 V 27.805066 c 0,-4.058199 -3.30208,-7.361334 -7.36133,-7.361334 h -6.87023 V 1.6176447 c 0,-1.73937818 -1.41548,-3.1548576 -3.15486,-3.1548576 H 33.543074 c -1.739378,0 -3.154857,1.41547942 -3.154857,3.1548576 V 20.443732 h -6.87128 c -4.05925,0 -7.361334,3.303135 -7.361334,7.361334 V 89.35108 H 5.0662783 c -0.5804938,0 -1.0516192,0.470073 -1.0516192,1.051619 v 4.13707 c 0,4.02665 3.2768455,7.302441 7.3034949,7.302441 H 122.78979 c 4.0277,0 7.30455,-3.275791 7.30455,-7.302441 v -4.13707 c 0.001,-0.580494 -0.47008,-1.051619 -1.05057,-1.051619 z M 110.59206,22.54697 c 2.89931,0 5.2581,2.358782 5.2581,5.258096 V 89.35108 h -5.28755 V 32.891748 c 0,-1.739378 -1.41548,-3.154858 -3.15485,-3.154858 h -3.68488 v -7.18992 z m -6.87023,66.80411 V 31.840129 h 3.68487 c 0.57945,0 1.05162,0.471125 1.05162,1.051619 V 89.35108 Z M 32.491455,1.6176447 c 0,-0.5804938 0.472177,-1.05161923 1.051619,-1.05161923 h 67.023896 c 0.57944,0 1.05162,0.47112543 1.05162,1.05161923 V 89.352131 H 32.491455 Z M 18.258841,27.805066 c 0,-2.899314 2.358782,-5.258096 5.258096,-5.258096 h 6.87128 v 7.18992 H 26.70124 c -1.739378,0 -3.154858,1.41548 -3.154858,3.154858 v 28.692378 c 0,0.581546 0.471126,1.05162 1.05162,1.05162 0.580493,0 1.051619,-0.470074 1.051619,-1.05162 V 32.891748 c 0,-0.580494 0.472177,-1.051619 1.051619,-1.051619 h 3.686977 V 89.35108 h -4.738596 v -9.802143 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 V 89.35108 H 18.258841 Z M 127.99215,94.539769 c 0,2.867765 -2.33354,5.199205 -5.20131,5.199205 H 11.319206 c -2.8677655,0 -5.2002568,-2.332491 -5.2002568,-5.199205 V 91.454318 H 127.9932 v 3.085451 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:2.49649167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.49649167, 4.99298335;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||||
|
d="M 32.223715,44.304248 H 101.91448"
|
||||||
|
id="path5125"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.054498,3.4852214 59.868359,14.333186 h 14.37228 z"
|
||||||
|
id="path5646"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="-0.18649858"
|
||||||
|
inkscape:transform-center-y="-0.58474122"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.0545,85.123281 74.240639,74.275316 H 59.868359 Z"
|
||||||
|
id="path5646-9"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="0.18649842"
|
||||||
|
inkscape:transform-center-y="0.58474078"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
inkscape:transform-center-y="0.31961283"
|
||||||
|
inkscape:transform-center-x="-1.9014658"
|
||||||
|
id="g4755"
|
||||||
|
transform="matrix(0.64709712,-0.82895613,0.82895613,0.64709712,-46.659907,40.916248)">
|
||||||
|
<g
|
||||||
|
id="g3808">
|
||||||
|
<path
|
||||||
|
d="m 35.335,86.238 12.218,6.498 v -13 z"
|
||||||
|
id="path3800"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#ffd7e5" />
|
||||||
|
<g
|
||||||
|
id="g3804">
|
||||||
|
<path
|
||||||
|
d="m 47.553,92.736 v -13 h 38.353 c 1.524,0 2.759,1.235 2.759,2.759 v 7.483 c 0,1.524 -1.235,2.759 -2.759,2.759 z"
|
||||||
|
id="path3802"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#0089ef" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 82.256,92.736 h 3.65 c 1.524,0 2.759,-1.235 2.759,-2.759 v -7.483 c 0,-1.524 -1.235,-2.759 -2.759,-2.759 h -3.65 z"
|
||||||
|
id="path3806"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#fa759e" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3818"
|
||||||
|
d="M 85.906,78.736 H 47.553 c -0.164,0 -0.325,0.04 -0.47,0.117 l -12.218,6.502 c -0.326,0.174 -0.53,0.514 -0.53,0.883 0,0.37 0.204,0.709 0.53,0.883 l 12.218,6.498 c 0.145,0.077 0.306,0.117 0.47,0.117 h 38.353 c 2.073,0 3.759,-1.687 3.759,-3.759 v -7.482 c 0,-2.072 -1.686,-3.759 -3.759,-3.759 z m -46.663,6.556 7.31,-3.89 v 9.67 l -7.31,-3.888 z m 9.31,-4.556 h 32.703 v 11 H 48.553 Z m 39.112,9.242 c 0,0.97 -0.789,1.759 -1.759,1.759 h -2.65 v -11 h 2.65 c 0.97,0 1.759,0.789 1.759,1.759 z"
|
||||||
|
style="fill:#000000" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
BIN
SPEx/spex/userInterface/resources/icons/logo3.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
248
SPEx/spex/userInterface/resources/icons/logo3.svg
Normal file
@@ -0,0 +1,248 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="Layer_1"
|
||||||
|
enable-background="new 0 0 128 128"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 128 128"
|
||||||
|
width="512"
|
||||||
|
wtx-context="F86C4D92-0EC1-47EF-86DD-02B0FF6FC0F2"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="logo3.svg"
|
||||||
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
|
inkscape:export-filename="D:\Emanuele\Desktop\logo2.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
|
<metadata
|
||||||
|
id="metadata3841">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs3839">
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="Tail"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="Tail"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<g
|
||||||
|
id="g5307"
|
||||||
|
transform="scale(-1.2)"
|
||||||
|
style="stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path5295"
|
||||||
|
d="M -3.8048674,-3.9585227 L 0.54352094,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5297"
|
||||||
|
d="M -1.2866832,-3.9585227 L 3.0617053,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5299"
|
||||||
|
d="M 1.3053582,-3.9585227 L 5.6537466,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5301"
|
||||||
|
d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5303"
|
||||||
|
d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5305"
|
||||||
|
d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="TriangleOutL"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="TriangleOutL"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
id="path5401"
|
||||||
|
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
||||||
|
transform="scale(0.8)" />
|
||||||
|
</marker>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="2048"
|
||||||
|
inkscape:window-height="1089"
|
||||||
|
id="namedview3837"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.828125"
|
||||||
|
inkscape:cx="-269.30873"
|
||||||
|
inkscape:cy="247.65489"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer4"
|
||||||
|
fit-margin-left="4"
|
||||||
|
fit-margin-right="4"
|
||||||
|
fit-margin-top="4"
|
||||||
|
fit-margin-bottom="4"
|
||||||
|
inkscape:showpageshadow="true"
|
||||||
|
borderlayer="false"
|
||||||
|
inkscape:pagecheckerboard="false" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Base"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Layer 2"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-3.0544992,13.8475)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="cornice"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline">
|
||||||
|
<g
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
id="g3784"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3780"
|
||||||
|
d="m 20.599,34.749 c -3.314,0 -6,2.686 -6,6 v 59.526 H 28.133 V 34.749 Z" />
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3782"
|
||||||
|
d="m 103.4,34.749 h -7.533 v 65.526 H 109.4 V 40.749 c 0,-3.314 -2.686,-6 -6,-6 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#d4fbff"
|
||||||
|
id="g3790"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3786"
|
||||||
|
d="m 23.627,43.586 c -1.105,0 -2,0.895 -2,2 v 54.688 h 6.506 V 43.586 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3788"
|
||||||
|
d="m 100.372,43.586 h -4.505 v 56.688 h 6.505 V 45.586 c 0,-1.105 -0.896,-2 -2,-2 z" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3792"
|
||||||
|
d="m 5.0662783,90.402699 v 4.136018 c 0,3.452466 2.7994104,6.251873 6.2518757,6.251873 H 122.78979 c 3.45352,0 6.25293,-2.799407 6.25293,-6.251873 v -4.136018 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#333333;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3794"
|
||||||
|
d="m 47.019574,90.402699 v 2.093774 c 0,1.747791 1.416532,3.164322 3.164323,3.164322 h 33.739098 c 1.747792,0 3.165374,-1.417583 3.165374,-3.164322 v -2.093774 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3812"
|
||||||
|
d="m 24.598002,76.218459 c 0.580493,0 1.051619,-0.470074 1.051619,-1.051619 v -9.026048 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 v 9.026048 c 0,0.581545 0.471126,1.051619 1.05162,1.051619 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="fill:#fff6d5;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3798"
|
||||||
|
d="M 103.78075,90.403751 H 32.550379 V 1.6186965 c 0,-1.16203925 0.941199,-2.10323844 2.103239,-2.10323844 h 67.023892 c 1.16204,0 2.10324,0.94119919 2.10324,2.10323844 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3810"
|
||||||
|
d="M 100.5675,-0.48454194 H 33.543599 c -1.162039,0 -2.103238,0.94225081 -2.103238,2.10323844 v 3.1548576 c 0,-1.1609876 0.941199,-2.1032384 2.103238,-2.1032384 H 100.5675 c 1.16204,0 2.10324,0.9422508 2.10324,2.1032384 V 1.6186965 c 0,-1.16203925 -0.9412,-2.10323844 -2.10324,-2.10323844 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3814"
|
||||||
|
d="M 129.04377,89.35108 H 117.95339 V 27.805066 c 0,-4.058199 -3.30208,-7.361334 -7.36133,-7.361334 h -6.87023 V 1.6176447 c 0,-1.73937818 -1.41548,-3.1548576 -3.15486,-3.1548576 H 33.543074 c -1.739378,0 -3.154857,1.41547942 -3.154857,3.1548576 V 20.443732 h -6.87128 c -4.05925,0 -7.361334,3.303135 -7.361334,7.361334 V 89.35108 H 5.0662783 c -0.5804938,0 -1.0516192,0.470073 -1.0516192,1.051619 v 4.13707 c 0,4.02665 3.2768455,7.302441 7.3034949,7.302441 H 122.78979 c 4.0277,0 7.30455,-3.275791 7.30455,-7.302441 v -4.13707 c 0.001,-0.580494 -0.47008,-1.051619 -1.05057,-1.051619 z M 110.59206,22.54697 c 2.89931,0 5.2581,2.358782 5.2581,5.258096 V 89.35108 h -5.28755 V 32.891748 c 0,-1.739378 -1.41548,-3.154858 -3.15485,-3.154858 h -3.68488 v -7.18992 z m -6.87023,66.80411 V 31.840129 h 3.68487 c 0.57945,0 1.05162,0.471125 1.05162,1.051619 V 89.35108 Z M 32.491455,1.6176447 c 0,-0.5804938 0.472177,-1.05161923 1.051619,-1.05161923 h 67.023896 c 0.57944,0 1.05162,0.47112543 1.05162,1.05161923 V 89.352131 H 32.491455 Z M 18.258841,27.805066 c 0,-2.899314 2.358782,-5.258096 5.258096,-5.258096 h 6.87128 v 7.18992 H 26.70124 c -1.739378,0 -3.154858,1.41548 -3.154858,3.154858 v 28.692378 c 0,0.581546 0.471126,1.05162 1.05162,1.05162 0.580493,0 1.051619,-0.470074 1.051619,-1.05162 V 32.891748 c 0,-0.580494 0.472177,-1.051619 1.051619,-1.051619 h 3.686977 V 89.35108 h -4.738596 v -9.802143 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 V 89.35108 H 18.258841 Z M 127.99215,94.539769 c 0,2.867765 -2.33354,5.199205 -5.20131,5.199205 H 11.319206 c -2.8677655,0 -5.2002568,-2.332491 -5.2002568,-5.199205 V 91.454318 H 127.9932 v 3.085451 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:2.49649167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.49649167, 4.99298335;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||||
|
d="M 32.223715,44.304248 H 101.91448"
|
||||||
|
id="path5125"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.054498,3.4852214 59.868359,14.333186 h 14.37228 z"
|
||||||
|
id="path5646"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="-0.18649858"
|
||||||
|
inkscape:transform-center-y="-0.58474122"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.0545,85.123281 74.240639,74.275316 H 59.868359 Z"
|
||||||
|
id="path5646-9"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="0.18649842"
|
||||||
|
inkscape:transform-center-y="0.58474078"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g5759"
|
||||||
|
transform="matrix(1.4525265,-0.89673033,0.89673033,1.4525265,-58.379411,28.460534)">
|
||||||
|
<circle
|
||||||
|
r="10"
|
||||||
|
cy="41.16116"
|
||||||
|
cx="58.245537"
|
||||||
|
id="path5684"
|
||||||
|
style="opacity:1;fill:#55ddff;fill-opacity:0.68016196;stroke:#ae8339;stroke-width:1.33000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
|
||||||
|
<g
|
||||||
|
transform="translate(0.02122962)"
|
||||||
|
id="g5750">
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#ae8339;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||||
|
id="rect5692"
|
||||||
|
width="1.8113208"
|
||||||
|
height="1.9774349"
|
||||||
|
x="57.280914"
|
||||||
|
y="52.190239" />
|
||||||
|
<rect
|
||||||
|
style="display:inline;opacity:1;fill:#ae8339;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||||
|
id="rect5692-5"
|
||||||
|
width="2.8088591"
|
||||||
|
height="16.377359"
|
||||||
|
x="56.819878"
|
||||||
|
y="54.265705" />
|
||||||
|
</g>
|
||||||
|
<circle
|
||||||
|
r="10.75"
|
||||||
|
cy="41.16116"
|
||||||
|
cx="58.245537"
|
||||||
|
id="path5752"
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 12 KiB |
BIN
SPEx/spex/userInterface/resources/icons/logo4.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
225
SPEx/spex/userInterface/resources/icons/logo4.svg
Normal file
@@ -0,0 +1,225 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-filename="D:\Emanuele\Desktop\logo4.png"
|
||||||
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
|
sodipodi:docname="logo4.svg"
|
||||||
|
version="1.1"
|
||||||
|
wtx-context="F86C4D92-0EC1-47EF-86DD-02B0FF6FC0F2"
|
||||||
|
width="512"
|
||||||
|
viewBox="0 0 128 128"
|
||||||
|
height="512"
|
||||||
|
enable-background="new 0 0 128 128"
|
||||||
|
id="Layer_1">
|
||||||
|
<metadata
|
||||||
|
id="metadata3841">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs3839">
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="Tail"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="Tail"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<g
|
||||||
|
id="g5307"
|
||||||
|
transform="scale(-1.2)"
|
||||||
|
style="stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path5295"
|
||||||
|
d="M -3.8048674,-3.9585227 L 0.54352094,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5297"
|
||||||
|
d="M -1.2866832,-3.9585227 L 3.0617053,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5299"
|
||||||
|
d="M 1.3053582,-3.9585227 L 5.6537466,0"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5301"
|
||||||
|
d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5303"
|
||||||
|
d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path5305"
|
||||||
|
d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
|
||||||
|
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
inkscape:stockid="TriangleOutL"
|
||||||
|
orient="auto"
|
||||||
|
refY="0.0"
|
||||||
|
refX="0.0"
|
||||||
|
id="TriangleOutL"
|
||||||
|
style="overflow:visible"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
id="path5401"
|
||||||
|
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
||||||
|
transform="scale(0.8)" />
|
||||||
|
</marker>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1361"
|
||||||
|
id="namedview3837"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.828125"
|
||||||
|
inkscape:cx="108.20166"
|
||||||
|
inkscape:cy="329.42857"
|
||||||
|
inkscape:window-x="2391"
|
||||||
|
inkscape:window-y="-9"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="layer4"
|
||||||
|
fit-margin-left="4"
|
||||||
|
fit-margin-right="4"
|
||||||
|
fit-margin-top="4"
|
||||||
|
fit-margin-bottom="4"
|
||||||
|
inkscape:showpageshadow="true"
|
||||||
|
borderlayer="false"
|
||||||
|
inkscape:pagecheckerboard="false"
|
||||||
|
inkscape:snap-smooth-nodes="true"
|
||||||
|
inkscape:snap-object-midpoints="true" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="Base"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="Layer 2"
|
||||||
|
style="display:inline"
|
||||||
|
transform="translate(-3.0544992,13.8475)" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="cornice"
|
||||||
|
transform="translate(-3.0544992,13.8475)"
|
||||||
|
style="display:inline">
|
||||||
|
<g
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
id="g3784"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3780"
|
||||||
|
d="m 20.599,34.749 c -3.314,0 -6,2.686 -6,6 v 59.526 H 28.133 V 34.749 Z" />
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3782"
|
||||||
|
d="m 103.4,34.749 h -7.533 v 65.526 H 109.4 V 40.749 c 0,-3.314 -2.686,-6 -6,-6 z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="fill:#d4fbff"
|
||||||
|
id="g3790"
|
||||||
|
transform="matrix(1.0516192,0,0,1.0516192,1.8546333,-15.047365)">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3786"
|
||||||
|
d="m 23.627,43.586 c -1.105,0 -2,0.895 -2,2 v 54.688 h 6.506 V 43.586 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3788"
|
||||||
|
d="m 100.372,43.586 h -4.505 v 56.688 h 6.505 V 45.586 c 0,-1.105 -0.896,-2 -2,-2 z" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#b3b3b3;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3792"
|
||||||
|
d="m 5.0662783,90.402699 v 4.136018 c 0,3.452466 2.7994104,6.251873 6.2518757,6.251873 H 122.78979 c 3.45352,0 6.25293,-2.799407 6.25293,-6.251873 v -4.136018 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#333333;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3794"
|
||||||
|
d="m 47.019574,90.402699 v 2.093774 c 0,1.747791 1.416532,3.164322 3.164323,3.164322 h 33.739098 c 1.747792,0 3.165374,-1.417583 3.165374,-3.164322 v -2.093774 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3812"
|
||||||
|
d="m 24.598002,76.218459 c 0.580493,0 1.051619,-0.470074 1.051619,-1.051619 v -9.026048 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 v 9.026048 c 0,0.581545 0.471126,1.051619 1.05162,1.051619 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="fill:#fff6d5;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3798"
|
||||||
|
d="M 103.78075,90.403751 H 32.550379 V 1.6186965 c 0,-1.16203925 0.941199,-2.10323844 2.103239,-2.10323844 h 67.023892 c 1.16204,0 2.10324,0.94119919 2.10324,2.10323844 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke-width:1.05161917"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3810"
|
||||||
|
d="M 100.5675,-0.48454194 H 33.543599 c -1.162039,0 -2.103238,0.94225081 -2.103238,2.10323844 v 3.1548576 c 0,-1.1609876 0.941199,-2.1032384 2.103238,-2.1032384 H 100.5675 c 1.16204,0 2.10324,0.9422508 2.10324,2.1032384 V 1.6186965 c 0,-1.16203925 -0.9412,-2.10323844 -2.10324,-2.10323844 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3814"
|
||||||
|
d="M 129.04377,89.35108 H 117.95339 V 27.805066 c 0,-4.058199 -3.30208,-7.361334 -7.36133,-7.361334 h -6.87023 V 1.6176447 c 0,-1.73937818 -1.41548,-3.1548576 -3.15486,-3.1548576 H 33.543074 c -1.739378,0 -3.154857,1.41547942 -3.154857,3.1548576 V 20.443732 h -6.87128 c -4.05925,0 -7.361334,3.303135 -7.361334,7.361334 V 89.35108 H 5.0662783 c -0.5804938,0 -1.0516192,0.470073 -1.0516192,1.051619 v 4.13707 c 0,4.02665 3.2768455,7.302441 7.3034949,7.302441 H 122.78979 c 4.0277,0 7.30455,-3.275791 7.30455,-7.302441 v -4.13707 c 0.001,-0.580494 -0.47008,-1.051619 -1.05057,-1.051619 z M 110.59206,22.54697 c 2.89931,0 5.2581,2.358782 5.2581,5.258096 V 89.35108 h -5.28755 V 32.891748 c 0,-1.739378 -1.41548,-3.154858 -3.15485,-3.154858 h -3.68488 v -7.18992 z m -6.87023,66.80411 V 31.840129 h 3.68487 c 0.57945,0 1.05162,0.471125 1.05162,1.051619 V 89.35108 Z M 32.491455,1.6176447 c 0,-0.5804938 0.472177,-1.05161923 1.051619,-1.05161923 h 67.023896 c 0.57944,0 1.05162,0.47112543 1.05162,1.05161923 V 89.352131 H 32.491455 Z M 18.258841,27.805066 c 0,-2.899314 2.358782,-5.258096 5.258096,-5.258096 h 6.87128 v 7.18992 H 26.70124 c -1.739378,0 -3.154858,1.41548 -3.154858,3.154858 v 28.692378 c 0,0.581546 0.471126,1.05162 1.05162,1.05162 0.580493,0 1.051619,-0.470074 1.051619,-1.05162 V 32.891748 c 0,-0.580494 0.472177,-1.051619 1.051619,-1.051619 h 3.686977 V 89.35108 h -4.738596 v -9.802143 c 0,-0.581545 -0.471126,-1.051619 -1.051619,-1.051619 -0.580494,0 -1.05162,0.470074 -1.05162,1.051619 V 89.35108 H 18.258841 Z M 127.99215,94.539769 c 0,2.867765 -2.33354,5.199205 -5.20131,5.199205 H 11.319206 c -2.8677655,0 -5.2002568,-2.332491 -5.2002568,-5.199205 V 91.454318 H 127.9932 v 3.085451 z"
|
||||||
|
style="fill:#000000;stroke-width:1.05161917" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.054498,3.4852214 59.868359,14.333186 h 14.37228 z"
|
||||||
|
id="path5646"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="-0.18649858"
|
||||||
|
inkscape:transform-center-y="-0.58474122"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;stroke:#000000;stroke-width:2.04627848;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 67.0545,85.123281 74.240639,74.275316 H 59.868359 Z"
|
||||||
|
id="path5646-9"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="0.18649842"
|
||||||
|
inkscape:transform-center-y="0.58474078"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g4643"
|
||||||
|
inkscape:label="Gear16"
|
||||||
|
transform="translate(-37.2531798,276.83566)" />
|
||||||
|
<path
|
||||||
|
style="fill:#5599ff;stroke:#000000;stroke-width:1.37054682;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 73.024624,70.291181 c -0.140925,-0.195173 -0.887647,-1.191269 -1.659419,-2.213542 l -1.403194,-1.858683 -0.270045,-2.94273 -0.270045,-2.942734 -1.296658,-0.128321 c -0.713181,-0.07057 -2.398919,-0.246815 -3.746114,-0.391647 -1.347166,-0.144835 -2.488495,-0.251542 -2.536266,-0.237126 -0.04777,0.01441 -0.460867,1.298309 -0.917991,2.853101 -0.457123,1.55479 -1.136929,3.102496 -1.510678,3.439343 -0.373747,0.336846 -1.297904,1.149902 -2.053677,1.806786 l -1.374139,1.194331 -1.550177,-0.665158 -1.550178,-0.665156 0.344897,-2.775451 c 0.327231,-2.633252 0.444013,-2.896769 2.279434,-5.143484 l 1.934536,-2.368035 -2.36812,-2.905406 c -1.430415,-1.754954 -2.532786,-2.839289 -2.783977,-2.738428 -0.22872,0.09185 -1.442165,0.67861 -2.69654,1.303942 -2.223132,1.108277 -2.352784,1.133938 -5.138516,1.017092 l -2.857839,-0.119868 -0.497248,-1.647825 -0.497248,-1.647823 2.356047,-1.71599 2.356048,-1.715989 2.83545,-0.271285 c 1.559498,-0.149206 2.885736,-0.362444 2.947192,-0.473864 0.06145,-0.111432 0.268837,-1.827914 0.460848,-3.814429 l 0.349102,-3.611852 -2.921506,-0.902676 c -2.769495,-0.85571 -3.01596,-1.012625 -4.736835,-3.01575 l -1.815332,-2.11307 0.788385,-1.469824 0.788387,-1.469826 2.837737,0.417655 c 2.673509,0.393485 2.969177,0.528135 5.108922,2.326676 1.249148,1.049961 2.407473,1.794994 2.574052,1.655627 0.166578,-0.139368 1.114425,-0.915277 2.106341,-1.724253 0.991916,-0.808978 2.194995,-1.791577 2.673486,-2.183545 l 0.870029,-0.712681 -1.395983,-2.58825 -1.395983,-2.588244 0.150734,-2.688061 0.150735,-2.688057 1.702674,-0.61598 1.702673,-0.615979 1.626913,2.20431 1.626915,2.204313 0.296557,2.837806 c 0.16308,1.560802 0.431136,2.905772 0.595637,2.988833 0.707213,0.357073 7.384891,0.827049 7.474293,0.526036 0.05416,-0.182396 0.431065,-1.454411 0.83755,-2.826695 0.669238,-2.259251 0.934814,-2.672502 2.809794,-4.372322 l 2.070707,-1.87725 1.536135,0.847626 1.536161,0.847621 -0.370166,2.704766 c -0.347758,2.541248 -0.485736,2.842118 -2.28216,4.976847 -1.393983,1.656493 -1.821173,2.394287 -1.576726,2.723117 0.184423,0.24806 1.265401,1.614113 2.402176,3.035668 1.778219,2.223722 2.148641,2.535643 2.652444,2.233721 0.322072,-0.193014 1.551378,-0.829291 2.731808,-1.413958 2.055179,-1.017929 2.259884,-1.056588 4.824753,-0.911105 l 2.678534,0.151919 0.50342,1.668281 0.503421,1.668278 -2.164589,1.621074 c -2.070661,1.550719 -2.266837,1.634052 -4.520282,1.920086 -1.295636,0.164459 -2.662578,0.313218 -3.037656,0.330577 -0.586716,0.02716 -0.722769,0.49191 -0.974118,3.328071 -0.160691,1.81308 -0.302377,3.532966 -0.314835,3.821964 -0.01564,0.362165 0.811868,0.757116 2.662829,1.270916 2.528851,0.701968 2.800306,0.872177 4.653437,2.917553 l 1.967931,2.172092 -0.826982,1.575869 -0.827008,1.575876 -2.886864,-0.51629 c -2.564302,-0.458607 -3.09507,-0.694176 -4.75025,-2.108327 -1.024857,-0.875618 -1.987838,-1.695618 -2.139992,-1.822213 -0.253217,-0.210725 -5.550847,3.878774 -5.926417,4.574905 -0.08942,0.165747 0.431483,1.439375 1.16011,2.829516 l 1.322679,2.528168 -0.135247,2.720312 -0.135273,2.720321 -1.711725,0.516529 c -1.085244,0.327484 -1.805516,0.386655 -1.967924,0.161661 z M 71.969598,48.13933 c 2.973741,-3.580241 0.739072,-9.318223 -3.850681,-9.887503 -3.362943,-0.417104 -6.369726,1.718637 -6.999673,4.971905 -0.372418,1.923443 0.773952,4.808953 2.368821,5.962328 2.69808,1.95124 6.367587,1.498374 8.481533,-1.04673 z"
|
||||||
|
id="path6588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:none;stroke:#000000;stroke-width:2.49649167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.49649167, 4.99298335;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
|
||||||
|
d="M 32.223715,44.304248 H 101.91448"
|
||||||
|
id="path5125"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
31
SPEx/spex/userInterface/resources/resources.qrc
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="ico">
|
||||||
|
<file>icons/banana.ico</file>
|
||||||
|
<file>icons/icons8-add-folder-80.png</file>
|
||||||
|
<file>icons/icons8-arrow-80.png</file>
|
||||||
|
<file>icons/icons8-arrow-80-back.png</file>
|
||||||
|
<file>icons/icons8-banana-split-80.png</file>
|
||||||
|
<file>icons/icons8-documents-folder-80.png</file>
|
||||||
|
<file>icons/icons8-downloads-folder-80.png</file>
|
||||||
|
<file>icons/icons8-globe-earth-80.png</file>
|
||||||
|
<file>icons/icons8-info-80.png</file>
|
||||||
|
<file>icons/icons8-save-80.png</file>
|
||||||
|
<file>icons/icons8-smartphone-ram-100.png</file>
|
||||||
|
<file>icons/icons8-user-manual-80.png</file>
|
||||||
|
<file>icons/logo.png</file>
|
||||||
|
<file>icons/logo2.png</file>
|
||||||
|
<file>icons/logo3.png</file>
|
||||||
|
<file>icons/logo4.png</file>
|
||||||
|
</qresource>
|
||||||
|
<qresource prefix="tr">
|
||||||
|
<file>translations/about_en.qm</file>
|
||||||
|
<file>translations/advopt_en.qm</file>
|
||||||
|
<file>translations/avanzatetitolo3_en.qm</file>
|
||||||
|
<file>translations/guimain_en.qm</file>
|
||||||
|
<file>translations/libconfload_en.qm</file>
|
||||||
|
<file>translations/libsplit_en.qm</file>
|
||||||
|
<file>translations/mainwindow_en.qm</file>
|
||||||
|
<file>translations/selezout_en.qm</file>
|
||||||
|
<file>translations/titolow_en.qm</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/about_en.qm
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>about</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../about.ui" line="35"/>
|
||||||
|
<source>About SPEx</source>
|
||||||
|
<translation>About SPEx</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../about.ui" line="82"/>
|
||||||
|
<source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
|
p, li { white-space: pre-wrap; }
|
||||||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;">
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Versione {ver}</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">SPEx (Split Parse &amp; Extract) e' un tool utile per gli specialisti di linguistica dei corpora che intendono rifinire il loro corpus, eliminando tutti gli elementi non </span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">necessari e dividendo in file singoli le raccolte di</span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;"> &quot;articoli&quot; scaricate da database online quali </span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt; font-style:italic;">Lexis Uni</span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">.</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Puoi tranquillamente suggerire SPEx ad un tuo collega: ci fa molto piacere! Ricordati solo di mandarci una mail con scopo e impressioni di utilizzo: questo ci aiuta a tenere traccia di quanti ricercatori stanno usando SPEx e pensare a sviluppi futuri di questo tool. </span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">SPEx non e' soggetto ad alcun tipo di licenza e viene distribuito senza alcuna garanzia.<br />Essendo un progetto &quot;del tempo libero&quot;, bug e proposte di espansione verranno sicuramente presi in considerazione, anche se le tempistiche potrebbero variare.</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Contatti:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">12parsec.software@gmail.com</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt; text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
|
p, li { white-space: pre-wrap; }
|
||||||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7pt; font-weight:400; font-style:normal;">
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-size:12pt;">Versione {ver}</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">SPEx (Split Parse &amp; Extract) e' un tool, utile ai linguisti che devono costruire un corpus, che ha come funzione principale dividere e ripulire da elementi non necessari raccolte di &quot;articoli&quot; scaricati da database online quali </span><span style=" font-size:12pt; font-style:italic;">LexisNexis</span><span style=" font-size:12pt;">.</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Pui tranquillamente suggerire SPEx ad un tuo collega, ci fa molto piacere! Ricordati solo di mandarci (o farci mandare) una mail con scopo e impressioni di utilizzo: questo ci aiuta a tenere traccia di quanti ricercatori stanno usando SPEx e pensare a sviluppi futuri di questo tool. </span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">SPEx non e' soggetto ad alcun tipo di licenza e viene distribuito senza alcuna garanzia.<br />Essendo un progetto &quot;del tempo libero&quot;, bug e proposte di espansione verranno sicuramente presi in considerazione ma non possiamo dirvi nulla riguardo alle tempistiche.</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Contatti:</span><br /><span style=" font-size:10pt;">12parsec.software@gmail.com</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html></source>
|
||||||
|
<translation type="vanished"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
|
p, li { white-space: pre-wrap; }
|
||||||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7pt; font-weight:400; font-style:normal;">
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-size:12pt;">Versione {ver}</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">SPEx (Split Parse &amp; Extract) is a useful tool for corpus linguists who wish to refine their corpora, by eliminating unnecessary elements and divide in single files the sets of &quot;articles&quot; downloaded from online databases such as </span><span style=" font-size:12pt; font-style:italic;">Nexis Uni</span><span style=" font-size:12pt;">.</span></p>
|
||||||
|
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">We would be immensely grateful if you could suggest SPEx to your colleagues! Just remember to send us an email telling us what you think of the program, as this will help us to trace how many researchers are using SPEx and think of possible future developments of this tool. </span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;"> You don't need any type of licence to use SPEx. This software is provided "as is", without any warranty.<br />Being a &quot;spare time&quot; project, bugs and expansion proposals will certainly be taken into consideration, although time frames may vary.</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Contacts:</span><br /><span style=" font-size:10pt;">12parsec.software@gmail.com</span></p>
|
||||||
|
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/advopt_en.qm
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>editconf</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../advopt.ui" line="26"/>
|
||||||
|
<source>Opzioni Avanzate</source>
|
||||||
|
<translation>Advanced Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../advopt.ui" line="41"/>
|
||||||
|
<source>ATTENZIONE!! Quello che scrivi qui potrebbe rompere tutto!</source>
|
||||||
|
<translation>WARNING!! What you write here may break everything!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../advopt.ui" line="65"/>
|
||||||
|
<source>Da grandi poteri derivano grandi responsabilita'</source>
|
||||||
|
<translation>With great power comes great responsibility</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../advopt.ui" line="99"/>
|
||||||
|
<source>Cancel</source>
|
||||||
|
<translation>Cancel</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../advopt.ui" line="106"/>
|
||||||
|
<source>OK</source>
|
||||||
|
<translation>OK</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>advtitolo3</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="23"/>
|
||||||
|
<source>Avanzate Titolo</source>
|
||||||
|
<translation>Title - Advanced Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="47"/>
|
||||||
|
<source>(Terzo Elemento)</source>
|
||||||
|
<translation>(Third Element)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="54"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="107"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="179"/>
|
||||||
|
<source>Numero</source>
|
||||||
|
<translation>Number</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="61"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="114"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="189"/>
|
||||||
|
<source>Data</source>
|
||||||
|
<translation>Date</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="68"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="124"/>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="196"/>
|
||||||
|
<source>Titolo</source>
|
||||||
|
<translation>Title</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="100"/>
|
||||||
|
<source>Secondo Elemento</source>
|
||||||
|
<translation>Second Element</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="138"/>
|
||||||
|
<source>Seleziona l'ordine degli elementi nel nomi file</source>
|
||||||
|
<translation>Select the order of the elements in the file name</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="145"/>
|
||||||
|
<source>Prefisso Titolo</source>
|
||||||
|
<translation>Title Prefix</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="172"/>
|
||||||
|
<source>Primo elemento</source>
|
||||||
|
<translation>First Element</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="217"/>
|
||||||
|
<source>Modifica ordine elementi nome file</source>
|
||||||
|
<translation>Modify the order of the elements in the file name</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="226"/>
|
||||||
|
<source>Annulla</source>
|
||||||
|
<translation>Cancel</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="233"/>
|
||||||
|
<source>OK</source>
|
||||||
|
<translation>OK</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../avanzatetitolo3.ui" line="242"/>
|
||||||
|
<source>Suffisso Titolo</source>
|
||||||
|
<translation>Title suffix</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/guimain_en.qm
Normal file
196
SPEx/spex/userInterface/resources/translations/guimain_en.qt.ts
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS><TS version="2.0" language="en" sourcelanguage="it_IT">
|
||||||
|
<context>
|
||||||
|
<name>bananaAdvOpt</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="531"/>
|
||||||
|
<source>AdvancedOptions: Configurazione non accettata</source>
|
||||||
|
<translation>Advanced Options: Configuration not accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="537"/>
|
||||||
|
<source>Avanzate Globali</source>
|
||||||
|
<translation>Global Advanced Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="545"/>
|
||||||
|
<source>Parametri inseriti validi, configurazione accettata</source>
|
||||||
|
<translation>Valid input parameters, configuration accepted</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>bananaMain</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="47"/>
|
||||||
|
<source>Impostazioni Titolo</source>
|
||||||
|
<translation>Title Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="48"/>
|
||||||
|
<source>Selezione Output</source>
|
||||||
|
<translation>Select Output</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="93"/>
|
||||||
|
<source>MainWindow: Configurazione non accettata</source>
|
||||||
|
<translation>MainWindow: Configuration not accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="113"/>
|
||||||
|
<source>Prossima Tab</source>
|
||||||
|
<translation>Next Tab</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="118"/>
|
||||||
|
<source>Tab Precedente</source>
|
||||||
|
<translation>Former Tab</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="122"/>
|
||||||
|
<source>Apri Carica Preset</source>
|
||||||
|
<translation>Open Load Preset</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="123"/>
|
||||||
|
<source>Carica Preset</source>
|
||||||
|
<translation>Load Preset</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="132"/>
|
||||||
|
<source>Riempio tutte le tab</source>
|
||||||
|
<translation>Fill all Tabs</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="137"/>
|
||||||
|
<source>Apri Salva Preset</source>
|
||||||
|
<translation>Open Save Preset</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="157"/>
|
||||||
|
<source>Apri Opzioni Avanzate</source>
|
||||||
|
<translation>Open Advanced Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="164"/>
|
||||||
|
<source>Apri Opzioni Lingua</source>
|
||||||
|
<translation>Open Language Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="173"/>
|
||||||
|
<source>Apri Finestra About</source>
|
||||||
|
<translation>Open About Window</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="177"/>
|
||||||
|
<source>Seleziona Cartella Sorgente</source>
|
||||||
|
<translation>Select Input Folder</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="181"/>
|
||||||
|
<source>Selezionata Cartella Sorgente: {}</source>
|
||||||
|
<translation>SelInput Folder Selected: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="186"/>
|
||||||
|
<source>Seleziona Cartella Destinazione</source>
|
||||||
|
<translation>Select Output Folder</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="190"/>
|
||||||
|
<source>Selezionata Cartella Destinazione: {}</source>
|
||||||
|
<translation>Output Folder Selected: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="198"/>
|
||||||
|
<source>Apro in directory: {}</source>
|
||||||
|
<translation>Opening in directory:{}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="166"/>
|
||||||
|
<source>Lingua</source>
|
||||||
|
<translation>Language</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="166"/>
|
||||||
|
<source>Disponibili</source>
|
||||||
|
<translation>Available</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>bananaSelezOut</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="443"/>
|
||||||
|
<source>SelezUscita: Configurazione non accettata</source>
|
||||||
|
<translation>SelectOutput: Configuration not accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="447"/>
|
||||||
|
<source>Applico Impostazioni File Uscita</source>
|
||||||
|
<translation>Applying Output File Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="487"/>
|
||||||
|
<source>Sto SPLITTANDO, attendi..</source>
|
||||||
|
<translation>SPLITTING, please wait..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="488"/>
|
||||||
|
<source>Sto Splittando..</source>
|
||||||
|
<translation>Splitting..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="507"/>
|
||||||
|
<source>FINITO!</source>
|
||||||
|
<translation>DONE!</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>bananaTitolo</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="253"/>
|
||||||
|
<source>Titolo: Configurazione non accettata</source>
|
||||||
|
<translation>Title: Configuration not accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="256"/>
|
||||||
|
<source>Mostro la finestra avanzate titolo</source>
|
||||||
|
<translation>Show advanced options window</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="261"/>
|
||||||
|
<source>Applico impostazioni Titolo</source>
|
||||||
|
<translation>Applying Title options</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>bananaTitoloAvanzate</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="318"/>
|
||||||
|
<source>AvanzateTitolo: Configurazione non accettata</source>
|
||||||
|
<translation>Title Advanced Options: Configuration not accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="372"/>
|
||||||
|
<source>Avanzate Titolo Accettate</source>
|
||||||
|
<translation>Title Advanced Options Accepted</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="378"/>
|
||||||
|
<source>Avanzate Titolo Rifiutate</source>
|
||||||
|
<translation>Title Advanced Options Rejected</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>init</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="45"/>
|
||||||
|
<source>Impostazioni Titolo</source>
|
||||||
|
<translation type="obsolete">Title Settings</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../guimain.py" line="46"/>
|
||||||
|
<source>Selezione Output</source>
|
||||||
|
<translation type="obsolete">Output Selection</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/libconfload_en.qm
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS><TS version="2.0" language="en_US" sourcelanguage="it_IT">
|
||||||
|
<context>
|
||||||
|
<name>bananaCONF</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="24"/>
|
||||||
|
<source>Cerco le configurazioni in: [{}]</source>
|
||||||
|
<translation>Searching configurations in [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="26"/>
|
||||||
|
<source>Non mi e' stata fornita una directory per i file di configurazione</source>
|
||||||
|
<translation>Directory for configuration files not provided</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="32"/>
|
||||||
|
<source>Carico i file di configurazione</source>
|
||||||
|
<translation>Loading configuration files</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="41"/>
|
||||||
|
<source>Caricato correttamente: {}</source>
|
||||||
|
<translation>Correactly loaded: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="44"/>
|
||||||
|
<source>Impossibile leggere la configurazione:{}
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>Controlla il file a riga: {} e colonna:{}</source>
|
||||||
|
<translation>Cannot read configuration: {}
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>Check files for rows: {} and colums: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="47"/>
|
||||||
|
<source>Impossibile aprire il file: {}</source>
|
||||||
|
<translation>Cannot opaen file: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="49"/>
|
||||||
|
<source>Eccezione inaspettata: {}</source>
|
||||||
|
<translation>Unexpected exception: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="51"/>
|
||||||
|
<source>Non ho trovato alcun file di configurazione!</source>
|
||||||
|
<translation>No configuration file could be found!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="68"/>
|
||||||
|
<source>Salvo la configurazione: {}</source>
|
||||||
|
<translation>Saving configuation: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="74"/>
|
||||||
|
<source>Impossibile salvare il file: {} - [{}]</source>
|
||||||
|
<translation>Cannot save file: {} - [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="76"/>
|
||||||
|
<source>Errore imprevisto nella scrittura del file: {}</source>
|
||||||
|
<translation>Unexpected error while writing file</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libconfload.py" line="101"/>
|
||||||
|
<source>Parametro di configurazione non valido! [{}]</source>
|
||||||
|
<translation>Configuration parameter not valid! [{}]</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/libsplit_en.qm
Normal file
161
SPEx/spex/userInterface/resources/translations/libsplit_en.qt.ts
Normal file
@@ -0,0 +1,161 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS><TS version="2.0" language="en_US" sourcelanguage="it_IT">
|
||||||
|
<context>
|
||||||
|
<name>bananaSPLITTER</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="43"/>
|
||||||
|
<source>Nuovo SPLITTER su file: {}</source>
|
||||||
|
<translation>New SPLITTER on file: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="54"/>
|
||||||
|
<source>Controllo se ci sono dei duplicati..</source>
|
||||||
|
<translation>Checking for duplicates..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="60"/>
|
||||||
|
<source>Salto il controllo dei duplicati..</source>
|
||||||
|
<translation>Skipping check for duplicates..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="69"/>
|
||||||
|
<source>Non posso sovrascrivere i vecchi file, eliminali manualmente!</source>
|
||||||
|
<translation>Cannot overwrite old files, delete them manually!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="77"/>
|
||||||
|
<source>L'elaborazione del file ha richiesto {:4.2f} sec</source>
|
||||||
|
<translation>File elaboration took {:4.2f} sec</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="80"/>
|
||||||
|
<source>Il file [{}] contiene caratteri non compatibili con la codifica scelta! [{}]</source>
|
||||||
|
<translation>The [{}] file contains characters not compatible with the chosen codification! [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="92"/>
|
||||||
|
<source>Carico il contenuto..</source>
|
||||||
|
<translation>Loading content..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="97"/>
|
||||||
|
<source>Impossibile aprire il file: {}! [{}]</source>
|
||||||
|
<translation>Cannto open file: {}! [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="105"/>
|
||||||
|
<source>Elimino righe vuote e caratteri inutili..</source>
|
||||||
|
<translation>Deleting all blank lines and useless characters..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="117"/>
|
||||||
|
<source>Errore inaspettato durante l'eliminazione delle righe vuote!</source>
|
||||||
|
<translation>Unexpected error while deleting blank lines!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="228"/>
|
||||||
|
<source>Individuo il contenuto..</source>
|
||||||
|
<translation>Identifying content..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="278"/>
|
||||||
|
<source>Ho trovato una riga ambigua.. potrebbe essere una data ma non so: [{}]</source>
|
||||||
|
<translation>Ambiguous line found..could be a date but not sure: [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="273"/>
|
||||||
|
<source>E' successo qualcosa mentre stavo cercando il nome della pubblicazione,<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>controlla i file di uscita! [{}]</source>
|
||||||
|
<translation>Soemthing happen while seraching for the publication name, <byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>chek output files! [{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="292"/>
|
||||||
|
<source>Errore inaspettato, contatta il tuo sviluppatore di fiducia!</source>
|
||||||
|
<translation>Unexpected error, please contact your trusted developer!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="190"/>
|
||||||
|
<source>Ho individuato una separatore valido prima che si chiusesse l'articolo precedente, controlla i tuoi file in uscita!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/>L'errore dovrebbe essere intorno all'articolo {} ma non sono sicuro!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/>[{}]</source>
|
||||||
|
<translation>Valid separator found before the previous article ended, check output files!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/>The error should be around article {} but I'm not sure!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/>[{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="327"/>
|
||||||
|
<source>Stato Interno Sconosciuto</source>
|
||||||
|
<translation>Internal Status Not Recognized</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="331"/>
|
||||||
|
<source>Nel file ho trovato {0} articoli..</source>
|
||||||
|
<translation>Found {0} articles int he file..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="333"/>
|
||||||
|
<source>Attentione, LexisNexis ne ha saltati {} !!!</source>
|
||||||
|
<translation>Warning, LexisNexis skipped {} !!!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="252"/>
|
||||||
|
<source>Il conto dei documenti non torna! LexisNexis ne ha saltato qualcuno!
|
||||||
|
Precedente:{0}-Attuale:{1}</source>
|
||||||
|
<translation>Something doesn't add up! LexisNexis skipped some articles!
|
||||||
|
Previous: {0}-Current:{1}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="310"/>
|
||||||
|
<source>Ho individuato una separatore valido prima che si chiusesse l'articolo precedente, controlla i tuoi file in uscita!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>L'errore dovrebbe essere intorno all'articolo {} ma non sono sicuro!
|
||||||
|
<byte value="x9"/><byte value="x9"/>[{}]</source>
|
||||||
|
<translation>Found a valid separator before the previous article ended, check output files!
|
||||||
|
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>The error should be around article {} but I'm not sure!
|
||||||
|
<byte value="x9"/><byte value="x9"/>[{}]</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="350"/>
|
||||||
|
<source>Duplicato: {}</source>
|
||||||
|
<translation>Duplicate: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="354"/>
|
||||||
|
<source>Ho rimosso {} duplicati di {} articoli..</source>
|
||||||
|
<translation>Removed {} duplicates of {} articles..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="360"/>
|
||||||
|
<source>Salvo gli articoli in file separati...</source>
|
||||||
|
<translation>Saving articles in separate files...</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="390"/>
|
||||||
|
<source>Persorso: {0}</source>
|
||||||
|
<translation>Path: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="400"/>
|
||||||
|
<source>Qualcosa e' andato storto, non riesco a scrivere il file: {}</source>
|
||||||
|
<translation>Something went wrong, cannot write file: {}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="385"/>
|
||||||
|
<source>Ho salvato meno file rispetto a quelli trovati!</source>
|
||||||
|
<translation>Saved fewer files than found!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="389"/>
|
||||||
|
<source>Salvo gli articoli in un singolo file vicino agli originali...</source>
|
||||||
|
<translation>Saving article in a single file near the originals...</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="28"/>
|
||||||
|
<source>Sto operando sul file: {}..</source>
|
||||||
|
<translation>Working on file: {}..</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../../libbananasplit/libsplit.py" line="37"/>
|
||||||
|
<source>Non e' stato fornito il nome di alcun file da splittare!</source>
|
||||||
|
<translation>The name of the file to split was not provided!</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/mainwindow_en.qm
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>mainwin</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="32"/>
|
||||||
|
<source>bananaSPLIT</source>
|
||||||
|
<translation>bananaSPLIT</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="58"/>
|
||||||
|
<source>Finestra dei messaggi</source>
|
||||||
|
<translation>Communications window</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="93"/>
|
||||||
|
<source>Preset corrente: </source>
|
||||||
|
<translation>Current preset: </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="106"/>
|
||||||
|
<location filename="../../mainwindow.ui" line="265"/>
|
||||||
|
<location filename="../../mainwindow.ui" line="272"/>
|
||||||
|
<source>...</source>
|
||||||
|
<translation>...</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="149"/>
|
||||||
|
<source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
|
p, li { white-space: pre-wrap; }
|
||||||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:6.6pt; font-weight:400; font-style:normal;">
|
||||||
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:7pt;"><br /></p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="170"/>
|
||||||
|
<source>Selezione Input</source>
|
||||||
|
<translation>Select Input</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="187"/>
|
||||||
|
<location filename="../../mainwindow.ui" line="213"/>
|
||||||
|
<source>-> </source>
|
||||||
|
<translation>-> </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="242"/>
|
||||||
|
<source>Cartella sorgente</source>
|
||||||
|
<translation>Input Folder</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="254"/>
|
||||||
|
<source>Cartella destinazione</source>
|
||||||
|
<translation>Output Folder</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="308"/>
|
||||||
|
<source>File disponibili per la conversione</source>
|
||||||
|
<translation>Files available for conversion</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="342"/>
|
||||||
|
<source>Versione dei File</source>
|
||||||
|
<translation>File Version</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="355"/>
|
||||||
|
<source>Nuova</source>
|
||||||
|
<translation>New (since 2019)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="371"/>
|
||||||
|
<source>Vecchia</source>
|
||||||
|
<translation>Old</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="398"/>
|
||||||
|
<source>Avanti</source>
|
||||||
|
<translation>Next</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="437"/>
|
||||||
|
<source>File</source>
|
||||||
|
<translation>File</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="444"/>
|
||||||
|
<location filename="../../mainwindow.ui" line="483"/>
|
||||||
|
<source>Opzioni</source>
|
||||||
|
<translation>Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="451"/>
|
||||||
|
<source>Help</source>
|
||||||
|
<translation>Help</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="466"/>
|
||||||
|
<source>Carica Preset</source>
|
||||||
|
<translation>Load Preset</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="478"/>
|
||||||
|
<source>Salva Preset</source>
|
||||||
|
<translation>Save Preset</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="495"/>
|
||||||
|
<source>Lingua Interfaccia</source>
|
||||||
|
<translation>Interface Language</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="504"/>
|
||||||
|
<source>Avanzate</source>
|
||||||
|
<translation>Advanced Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="516"/>
|
||||||
|
<source>Manuale</source>
|
||||||
|
<translation>Manual</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.ui" line="525"/>
|
||||||
|
<source>About SPEx</source>
|
||||||
|
<translation>About SPEx</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/selezout_en.qm
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>selezout</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="14"/>
|
||||||
|
<source>Seleziona Linuga e Output</source>
|
||||||
|
<translation>Select Language and Output</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="31"/>
|
||||||
|
<source>Seleziona la lingua degli articoli</source>
|
||||||
|
<translation>Select article language</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="92"/>
|
||||||
|
<source>Seleziona il tipo di file da salvare</source>
|
||||||
|
<translation>Select file type</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="116"/>
|
||||||
|
<source>Bodyfile + File singoli</source>
|
||||||
|
<translation>Bodyfile + Single files</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="131"/>
|
||||||
|
<source>Bodyfile</source>
|
||||||
|
<translation>Bodyfile</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="143"/>
|
||||||
|
<source>File singoli</source>
|
||||||
|
<translation>Single files</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="163"/>
|
||||||
|
<source>Altre Opzioni </source>
|
||||||
|
<translation>Other Options </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="190"/>
|
||||||
|
<source>Tenta rimozione duplicati</source>
|
||||||
|
<translation>Attempt duplicates removal</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="202"/>
|
||||||
|
<source>Includi titolo all'interno del file</source>
|
||||||
|
<translation>Include title inside file</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="214"/>
|
||||||
|
<source>Rimuovi interruzioni parola (a capo)</source>
|
||||||
|
<translatorcomment>Non so se è giusto</translatorcomment>
|
||||||
|
<translation>Delete line breaks</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="226"/>
|
||||||
|
<source>Svuota cartella di destinazione</source>
|
||||||
|
<translation>Empty output folder</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="240"/>
|
||||||
|
<source>Caratteri speciali da rimuovere </source>
|
||||||
|
<translation>Special characters to remove </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="306"/>
|
||||||
|
<source>Indietro</source>
|
||||||
|
<translation>Back</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../selezout.ui" line="362"/>
|
||||||
|
<source>SPLITTA!</source>
|
||||||
|
<translation>SPLIT!</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
BIN
SPEx/spex/userInterface/resources/translations/titolow_en.qm
Normal file
106
SPEx/spex/userInterface/resources/translations/titolow_en.qt.ts
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>titolo</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="14"/>
|
||||||
|
<source>Nomi file di Uscita</source>
|
||||||
|
<translation>Output file name</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="36"/>
|
||||||
|
<source>Numero di caratteri</source>
|
||||||
|
<translation>Character number</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Avanzate Titolo</source>
|
||||||
|
<translation type="vanished">Advanced Options (Title)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="113"/>
|
||||||
|
<source>Opzioni Avanzate (Titolo)</source>
|
||||||
|
<translation>Advanced Options (Title)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="156"/>
|
||||||
|
<source>Indietro</source>
|
||||||
|
<translation>Back</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="187"/>
|
||||||
|
<source>Avanti</source>
|
||||||
|
<translation>Next</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="221"/>
|
||||||
|
<source>YYYY MM DD, es. 2000 12 31 (jpn)</source>
|
||||||
|
<translation>YYYY MM DD, eg. 2000 12 31 (Jpn)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="242"/>
|
||||||
|
<source>DD MM YYYY, es. 31 12 2000 (ita)</source>
|
||||||
|
<translation>DD MM YYYY, eg. 31 12 2000 (Ita)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="260"/>
|
||||||
|
<source>MM DD YYYY, es. 12 31 2000 (us)</source>
|
||||||
|
<translation>MM DD YYYY, eg. 12 31 2000 (US)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="286"/>
|
||||||
|
<source>Impostazioni nome file in uscita</source>
|
||||||
|
<translation>Filename options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="304"/>
|
||||||
|
<source>Data</source>
|
||||||
|
<translation>Date</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="335"/>
|
||||||
|
<source>Titolo articolo</source>
|
||||||
|
<translation>Article title</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="355"/>
|
||||||
|
<source>Spazio</source>
|
||||||
|
<translation>Space</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="376"/>
|
||||||
|
<source>,</source>
|
||||||
|
<translation>,</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="397"/>
|
||||||
|
<source>+</source>
|
||||||
|
<translation>+</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="418"/>
|
||||||
|
<source>-</source>
|
||||||
|
<translation>-</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="439"/>
|
||||||
|
<source>_</source>
|
||||||
|
<translation>_</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="462"/>
|
||||||
|
<source>Altro:</source>
|
||||||
|
<translation>Other:</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="518"/>
|
||||||
|
<source>Separatore</source>
|
||||||
|
<translation>Separator</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../titolow.ui" line="543"/>
|
||||||
|
<source>Numero documento</source>
|
||||||
|
<translation>Document number</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -27,10 +28,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -55,6 +62,17 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>30</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="frame">
|
<property name="frame">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -89,10 +107,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -114,10 +138,16 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
<widget class="QRadioButton" name="rad_mainbodyEFile">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -130,10 +160,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_mainbody">
|
<widget class="QRadioButton" name="rad_mainbody">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -143,10 +179,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rad_file">
|
<widget class="QRadioButton" name="rad_file">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -164,10 +206,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -192,10 +240,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -205,10 +259,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="chk_includeTitle">
|
<widget class="QCheckBox" name="chk_includeTitle">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -218,10 +278,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="chk_removeBreakWord">
|
<widget class="QCheckBox" name="chk_removeBreakWord">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -231,10 +297,16 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
<widget class="QCheckBox" name="chk_cleaDestFolder">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -246,10 +318,16 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -258,7 +336,19 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lin_specialChars"/>
|
<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>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
@@ -316,7 +406,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -358,7 +448,7 @@
|
|||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>16777215</width>
|
||||||
<height>40</height>
|
<height>50</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
|
|||||||
@@ -13,12 +13,133 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Nomi file di Uscita</string>
|
<string>Nomi file di Uscita</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<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">
|
<item row="5" column="0" colspan="3">
|
||||||
<layout class="QHBoxLayout" name="lyt_nchars">
|
<layout class="QHBoxLayout" name="lyt_nchars">
|
||||||
<property name="sizeConstraint">
|
<property name="sizeConstraint">
|
||||||
@@ -32,10 +153,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -57,6 +184,12 @@
|
|||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<pointsize>12</pointsize>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="wrapping">
|
<property name="wrapping">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
@@ -86,13 +219,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</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">
|
<item row="1" column="0" colspan="3">
|
||||||
<widget class="Line" name="line">
|
<widget class="Line" name="line">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -100,7 +226,32 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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">
|
<layout class="QHBoxLayout" name="lyt_buttons">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btn_avanzate">
|
<widget class="QPushButton" name="btn_avanzate">
|
||||||
@@ -113,7 +264,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -157,7 +308,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -186,7 +337,7 @@
|
|||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>11</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="layoutDirection">
|
<property name="layoutDirection">
|
||||||
@@ -211,69 +362,30 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="3">
|
<item row="8" column="0" colspan="2">
|
||||||
<layout class="QVBoxLayout" name="lyt_date">
|
<widget class="QLabel" name="label">
|
||||||
<item>
|
<property name="sizePolicy">
|
||||||
<widget class="QRadioButton" name="rad_datajpn">
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||||
<property name="sizePolicy">
|
<horstretch>0</horstretch>
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
<verstretch>0</verstretch>
|
||||||
<horstretch>0</horstretch>
|
</sizepolicy>
|
||||||
<verstretch>0</verstretch>
|
</property>
|
||||||
</sizepolicy>
|
<property name="minimumSize">
|
||||||
</property>
|
<size>
|
||||||
<property name="font">
|
<width>0</width>
|
||||||
<font>
|
<height>20</height>
|
||||||
<family>Rockwell</family>
|
</size>
|
||||||
<pointsize>9</pointsize>
|
</property>
|
||||||
</font>
|
<property name="font">
|
||||||
</property>
|
<font>
|
||||||
<property name="text">
|
<family>Rockwell</family>
|
||||||
<string>YYYY MM DD, es. 20001231 (jpn)</string>
|
<pointsize>14</pointsize>
|
||||||
</property>
|
</font>
|
||||||
<property name="checked">
|
</property>
|
||||||
<bool>true</bool>
|
<property name="text">
|
||||||
</property>
|
<string>Separatore</string>
|
||||||
</widget>
|
</property>
|
||||||
</item>
|
</widget>
|
||||||
<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="font">
|
|
||||||
<font>
|
|
||||||
<family>Rockwell</family>
|
|
||||||
<pointsize>9</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="font">
|
|
||||||
<font>
|
|
||||||
<family>Rockwell</family>
|
|
||||||
<pointsize>9</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>MM DD YYYY, es. 12312000 (us)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0" colspan="3">
|
<item row="0" column="0" colspan="3">
|
||||||
<widget class="QLabel" name="lbl_impotit">
|
<widget class="QLabel" name="lbl_impotit">
|
||||||
@@ -286,13 +398,13 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>0</height>
|
<height>20</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>14</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -300,26 +412,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="10" column="1">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Data</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="9" column="1">
|
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@@ -332,27 +425,14 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0" colspan="2">
|
<item row="10" column="0">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Titolo articolo</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="9" column="0">
|
|
||||||
<layout class="QFormLayout" name="lyt_sep">
|
<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">
|
<item row="0" column="0">
|
||||||
<widget class="QRadioButton" name="rad_spazio">
|
<widget class="QRadioButton" name="rad_spazio">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -361,10 +441,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -383,10 +469,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -405,10 +497,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -427,10 +525,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -449,10 +553,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -473,10 +583,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -495,10 +611,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -523,26 +645,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="0" colspan="2">
|
<item row="15" column="0" colspan="3">
|
||||||
<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>10</pointsize>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Separatore</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="14" column="0" colspan="3">
|
|
||||||
<widget class="Line" name="line_2">
|
<widget class="Line" name="line_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@@ -557,10 +660,16 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>0</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Rockwell</family>
|
<family>Rockwell</family>
|
||||||
<pointsize>10</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -571,18 +680,12 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="13" column="0">
|
<item row="9" column="0">
|
||||||
<spacer name="verticalSpacer">
|
<widget class="Line" name="line_3">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
</widget>
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
BIN
TuxBuild/SPEx
@@ -1,70 +1,69 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.41",
|
"version": "v1.42",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "defaults.json",
|
"lastUsed": "defaults.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
"INworkPath": "C://",
|
"INworkPath": "C://",
|
||||||
"OUTworkPath": "C://",
|
"OUTworkPath": "C://",
|
||||||
"fileList": [
|
"fileList": [
|
||||||
"bdlog.txt"
|
]
|
||||||
]
|
},
|
||||||
},
|
"docStruct": {
|
||||||
"docStruct": {
|
"fileVersNew": false,
|
||||||
"fileVersNew": false,
|
"language": "English",
|
||||||
"language": "English",
|
"languageIdx": 1,
|
||||||
"languageIdx": 1,
|
"docSep": "\\s*Copyright [(0-9)]+",
|
||||||
"docSep": "\\s*Copyright [(0-9)]+",
|
"beginOfDocument": "\\s*Body",
|
||||||
"beginOfDocument": "\\s*Body",
|
"endOfDocument": "\\s*End of Document",
|
||||||
"endOfDocument": "\\s*End of Document",
|
"dateFormat": "{month} {day:d}, {year:d}{}",
|
||||||
"dateFormat": "{month} {day:d}, {year:d}{}",
|
"outPrefix": "",
|
||||||
"outPrefix": "",
|
"outSuffix": "",
|
||||||
"outSuffix": "",
|
"outExt": ".txt",
|
||||||
"outExt": ".txt",
|
"outDateType": "jpn",
|
||||||
"outDateType": "jpn",
|
"outNameFormat": "",
|
||||||
"outNameFormat": "",
|
"outDate": true,
|
||||||
"outDate": true,
|
"outTitle": true,
|
||||||
"outTitle": true,
|
"outNumber": true,
|
||||||
"outNumber": true,
|
"numberPos": 1,
|
||||||
"numberPos": 1,
|
"datePos": 2,
|
||||||
"datePos": 2,
|
"titlePos": 3,
|
||||||
"titlePos": 3,
|
"maxTitleLen": 16,
|
||||||
"maxTitleLen": 16,
|
"outNameSep": "-",
|
||||||
"outNameSep": "-",
|
"customSep": "=",
|
||||||
"customSep": "=",
|
"dateFormats": {
|
||||||
"dateFormats": {
|
"jpn": "{year:04d}{month:02d}{day:02d}",
|
||||||
"jpn": "{year:04d}{month:02d}{day:02d}",
|
"it": "{day:02d}{month:02d}{year:04d}",
|
||||||
"it": "{day:02d}{month:02d}{year:04d}",
|
"usa": "{month:02d}{year:04d}{day:02d}"
|
||||||
"usa": "{month:02d}{year:04d}{day:02d}"
|
}
|
||||||
}
|
},
|
||||||
},
|
"settings": {
|
||||||
"settings": {
|
"uiLang": "en",
|
||||||
"uiLang": "en",
|
"winW": 800,
|
||||||
"winW": 800,
|
"winH": 700,
|
||||||
"winH": 700,
|
"encoding": "windows-1252",
|
||||||
"encoding": "windows-1252",
|
"monthPosition": 0,
|
||||||
"monthPosition": 0,
|
"getNewsPaperName": true,
|
||||||
"getNewsPaperName": true,
|
"nameNotFoundStr": "ND",
|
||||||
"nameNotFoundStr": "ND",
|
"includeTitle": true,
|
||||||
"includeTitle": true,
|
"removeDuplicates": true,
|
||||||
"removeDuplicates": true,
|
"showSkipped": false,
|
||||||
"showSkipped": false,
|
"showRemovedDuplicates": false,
|
||||||
"showRemovedDuplicates": false,
|
"loadTXT": true,
|
||||||
"loadTXT": true,
|
"loadDOCX": false,
|
||||||
"loadDOCX": false,
|
"removeOldFiles": true,
|
||||||
"removeOldFiles": true,
|
"saveSeparateFiles": true,
|
||||||
"saveSeparateFiles": true,
|
"saveBodyFile": true,
|
||||||
"saveBodyFile": true,
|
"saveBodyNumber": true,
|
||||||
"saveBodyNumber": true,
|
"delLF": false,
|
||||||
"delLF": false,
|
"delWordBreak": true,
|
||||||
"delWordBreak": true,
|
"delChars": [
|
||||||
"delChars": [
|
"'",
|
||||||
"'",
|
"@",
|
||||||
"@",
|
"#",
|
||||||
"#",
|
"$",
|
||||||
"$",
|
"%",
|
||||||
"%",
|
"^",
|
||||||
"^",
|
"&"
|
||||||
"&"
|
]
|
||||||
]
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -1,76 +1,76 @@
|
|||||||
{
|
{
|
||||||
"Italiano": {
|
"Italiano": {
|
||||||
"dateWords": [
|
"dateWords": [
|
||||||
"Gennaio",
|
"Gennaio",
|
||||||
"Febbraio",
|
"Febbraio",
|
||||||
"Marzo",
|
"Marzo",
|
||||||
"Aprile",
|
"Aprile",
|
||||||
"Maggio",
|
"Maggio",
|
||||||
"Giugno",
|
"Giugno",
|
||||||
"Luglio",
|
"Luglio",
|
||||||
"Agosto",
|
"Agosto",
|
||||||
"Settembre",
|
"Settembre",
|
||||||
"Ottobre",
|
"Ottobre",
|
||||||
"Novembre",
|
"Novembre",
|
||||||
"Dicembre"
|
"Dicembre"
|
||||||
],
|
],
|
||||||
"headWords": [
|
"headWords": [
|
||||||
"BYLINE:",
|
"BYLINE:",
|
||||||
"SECTION:",
|
"SECTION:",
|
||||||
"LENGTH:",
|
"LENGTH:",
|
||||||
"DATELINE:",
|
"DATELINE:",
|
||||||
"HIGHLIGHT:",
|
"HIGHLIGHT:",
|
||||||
"Email:"
|
"Email:"
|
||||||
],
|
],
|
||||||
"tailWords": [
|
"tailWords": [
|
||||||
"Newstex ID:",
|
"Newstex ID:",
|
||||||
"NOTES:",
|
"NOTES:",
|
||||||
"LANGUAGE:",
|
"LANGUAGE:",
|
||||||
"GRAPHIC:",
|
"GRAPHIC:",
|
||||||
"TYPE:",
|
"TYPE:",
|
||||||
"URL:",
|
"URL:",
|
||||||
"LOAD-DATE:",
|
"LOAD-DATE:",
|
||||||
"PUBLICATION-TYPE:",
|
"PUBLICATION-TYPE:",
|
||||||
"DOCUMENT-TYPE:",
|
"DOCUMENT-TYPE:",
|
||||||
"CHARTS:",
|
"CHARTS:",
|
||||||
"JOURNAL-CODE:"
|
"JOURNAL-CODE:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"English": {
|
"English": {
|
||||||
"dateWords": [
|
"dateWords": [
|
||||||
"January",
|
"January",
|
||||||
"February",
|
"February",
|
||||||
"March",
|
"March",
|
||||||
"April",
|
"April",
|
||||||
"May",
|
"May",
|
||||||
"June",
|
"June",
|
||||||
"July",
|
"July",
|
||||||
"August",
|
"August",
|
||||||
"September",
|
"September",
|
||||||
"October",
|
"October",
|
||||||
"November",
|
"November",
|
||||||
"December"
|
"December"
|
||||||
],
|
],
|
||||||
"headWords": [
|
"headWords": [
|
||||||
"BYLINE:",
|
"BYLINE:",
|
||||||
"SECTION:",
|
"SECTION:",
|
||||||
"LENGTH:",
|
"LENGTH:",
|
||||||
"DATELINE:",
|
"DATELINE:",
|
||||||
"HIGHLIGHT:",
|
"HIGHLIGHT:",
|
||||||
"Email:"
|
"Email:"
|
||||||
],
|
],
|
||||||
"tailWords": [
|
"tailWords": [
|
||||||
"Newstex ID:",
|
"Newstex ID:",
|
||||||
"NOTES:",
|
"NOTES:",
|
||||||
"LANGUAGE:",
|
"LANGUAGE:",
|
||||||
"GRAPHIC:",
|
"GRAPHIC:",
|
||||||
"TYPE:",
|
"TYPE:",
|
||||||
"URL:",
|
"URL:",
|
||||||
"LOAD-DATE:",
|
"LOAD-DATE:",
|
||||||
"PUBLICATION-TYPE:",
|
"PUBLICATION-TYPE:",
|
||||||
"DOCUMENT-TYPE:",
|
"DOCUMENT-TYPE:",
|
||||||
"CHARTS:",
|
"CHARTS:",
|
||||||
"JOURNAL-CODE:"
|
"JOURNAL-CODE:"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.3",
|
"version": "v1.42",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "linux.json",
|
"lastUsed": "linux.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
"logFile": "./SPEx.log",
|
||||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
TuxBuild/logo.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
@@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.41",
|
"version": "v1.42",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "defaults.json",
|
"lastUsed": "defaults.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
"INworkPath": "C://",
|
"INworkPath": "C://",
|
||||||
"OUTworkPath": "C://",
|
"OUTworkPath": "C://",
|
||||||
"fileList": [
|
"fileList": [
|
||||||
"bdlog.txt"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"docStruct": {
|
"docStruct": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "v1.3",
|
"version": "v1.42",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lastUsed": "linux.json",
|
"lastUsed": "linux.json",
|
||||||
"configurationPath": "./conf/",
|
"configurationPath": "./conf/",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"logFile": "D:\\Test\\bananaSPLIT.log",
|
"logFile": "./SPEx.log",
|
||||||
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||||
"logTimeFormat": "%m-%d %H:%M:%S"
|
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|||||||