diff --git a/Pdf4QtDocDiff/app-icon.ico b/Pdf4QtDocDiff/app-icon.ico index e6d9d63..b5a62d6 100644 Binary files a/Pdf4QtDocDiff/app-icon.ico and b/Pdf4QtDocDiff/app-icon.ico differ diff --git a/Pdf4QtDocDiff/app-icon.svg b/Pdf4QtDocDiff/app-icon.svg new file mode 100644 index 0000000..3c05198 --- /dev/null +++ b/Pdf4QtDocDiff/app-icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.cpp b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.cpp index 01e69f5..268086a 100644 --- a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.cpp +++ b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.cpp @@ -50,12 +50,21 @@ PDFPageContentEditorStyleSettings::PDFPageContentEditorStyleSettings(QWidget* pa ui->penStyleCombo->addItem(tr("Dash-dot"), int(Qt::DashDotLine)); ui->penStyleCombo->addItem(tr("Dash-dot-dot"), int(Qt::DashDotDotLine)); + ui->brushStyleCombo->addItem(tr("None"), int(Qt::NoBrush)); + ui->brushStyleCombo->addItem(tr("Solid"), int(Qt::SolidPattern)); + ui->brushStyleCombo->addItem(tr("Horizontal"), int(Qt::HorPattern)); + ui->brushStyleCombo->addItem(tr("Vertical"), int(Qt::VerPattern)); + ui->brushStyleCombo->addItem(tr("B-Diagonal"), int(Qt::BDiagPattern)); + ui->brushStyleCombo->addItem(tr("F-Diagonal"), int(Qt::FDiagPattern)); + ui->brushStyleCombo->addItem(tr("Cross"), int(Qt::CrossPattern)); + connect(ui->fontComboBox, &QFontComboBox::currentFontChanged, this, &PDFPageContentEditorStyleSettings::onFontChanged); connect(ui->selectPenColorButton, &QToolButton::clicked, this, &PDFPageContentEditorStyleSettings::onSelectPenColorButtonClicked); connect(ui->selectBrushColorButton, &QToolButton::clicked, this, &PDFPageContentEditorStyleSettings::onSelectBrushColorButtonClicked); connect(ui->selectFontButton, &QToolButton::clicked, this, &PDFPageContentEditorStyleSettings::onSelectFontButtonClicked); connect(ui->penWidthEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &PDFPageContentEditorStyleSettings::onPenWidthChanged); connect(ui->penStyleCombo, QOverload::of(&QComboBox::currentIndexChanged), this, &PDFPageContentEditorStyleSettings::onPenStyleChanged); + connect(ui->brushStyleCombo, QOverload::of(&QComboBox::currentIndexChanged), this, &PDFPageContentEditorStyleSettings::onBrushStyleChanged); connect(ui->textAngleEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &PDFPageContentEditorStyleSettings::onTextAngleChanged); connect(ui->penColorCombo->lineEdit(), &QLineEdit::editingFinished, this, &PDFPageContentEditorStyleSettings::onPenColorComboTextChanged); connect(ui->penColorCombo, QOverload::of(&QComboBox::currentIndexChanged), this, &PDFPageContentEditorStyleSettings::onPenColorComboIndexChanged); @@ -121,6 +130,9 @@ void PDFPageContentEditorStyleSettings::loadFromElement(const PDFPageContentElem ui->penColorLabel->setEnabled(hasPenColor); ui->selectPenColorButton->setEnabled(hasPenColor); + ui->brushStyleLabel->setEnabled(hasBrush); + ui->brushStyleCombo->setEnabled(hasBrush); + ui->brushColorCombo->setEnabled(hasBrush); ui->brushColorLabel->setEnabled(hasBrush); ui->selectBrushColorButton->setEnabled(hasBrush); @@ -187,6 +199,7 @@ void PDFPageContentEditorStyleSettings::setBrush(const QBrush& brush, bool force const bool oldBlockSignals = blockSignals(true); m_brush = brush; + ui->brushStyleCombo->setCurrentIndex(ui->brushStyleCombo->findData(int(brush.style()))); setColorToComboBox(ui->brushColorCombo, brush.color()); blockSignals(oldBlockSignals); @@ -358,6 +371,16 @@ void PDFPageContentEditorStyleSettings::onPenStyleChanged() } } +void PDFPageContentEditorStyleSettings::onBrushStyleChanged() +{ + Qt::BrushStyle brushStyle = static_cast(ui->brushStyleCombo->currentData().toInt()); + if (m_brush.style() != brushStyle) + { + m_brush.setStyle(brushStyle); + emit brushChanged(m_brush); + } +} + void PDFPageContentEditorStyleSettings::onPenColorComboTextChanged() { QColor color(ui->penColorCombo->currentText()); diff --git a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.h b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.h index 1412a09..517edce 100644 --- a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.h +++ b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.h @@ -82,6 +82,7 @@ private slots: void onTextAngleChanged(double value); void onAlignmentRadioButtonClicked(int alignment); void onPenStyleChanged(); + void onBrushStyleChanged(); void onPenColorComboTextChanged(); void onPenColorComboIndexChanged(); void onBrushColorComboTextChanged(); diff --git a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.ui b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.ui index c9e792e..ccab31d 100644 --- a/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.ui +++ b/Pdf4QtLib/sources/pdfpagecontenteditorstylesettings.ui @@ -7,13 +7,20 @@ 0 0 344 - 304 + 310 Style Settings + + + + Text Alignment + + + @@ -21,6 +28,42 @@ + + + + Qt::Vertical + + + QSizePolicy::MinimumExpanding + + + + 20 + 40 + + + + + + + + true + + + + + + + + + + + + + true + + + @@ -28,30 +71,14 @@ - - - - - - - ... - - - - - - - + Brush Color - - - - + @@ -131,38 +158,18 @@ - - - - Qt::Vertical + + + + -90.000000000000000 - - QSizePolicy::MinimumExpanding - - - - 20 - 40 - - - - - - - - true + + 90.000000000000000 - - - - Font - - - - - + + ... @@ -175,44 +182,47 @@ - - + + - ... + Font + + + - - - Text Alignment - - - - - - - true - - - - Text Angle - - - - -90.000000000000000 - - - 90.000000000000000 + + + + ... + + + + ... + + + + + + + Brush Style + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-bottom.svg b/Pdf4QtViewer/resources/pce-align-bottom.svg index d2a3670..9b67948 100644 --- a/Pdf4QtViewer/resources/pce-align-bottom.svg +++ b/Pdf4QtViewer/resources/pce-align-bottom.svg @@ -1,57 +1,14 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-h-center.svg b/Pdf4QtViewer/resources/pce-align-h-center.svg index d2a3670..3c55698 100644 --- a/Pdf4QtViewer/resources/pce-align-h-center.svg +++ b/Pdf4QtViewer/resources/pce-align-h-center.svg @@ -1,57 +1,16 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-left.svg b/Pdf4QtViewer/resources/pce-align-left.svg index d2a3670..100ab7c 100644 --- a/Pdf4QtViewer/resources/pce-align-left.svg +++ b/Pdf4QtViewer/resources/pce-align-left.svg @@ -1,57 +1,14 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-right.svg b/Pdf4QtViewer/resources/pce-align-right.svg index d2a3670..9dcd851 100644 --- a/Pdf4QtViewer/resources/pce-align-right.svg +++ b/Pdf4QtViewer/resources/pce-align-right.svg @@ -1,57 +1,14 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-top.svg b/Pdf4QtViewer/resources/pce-align-top.svg index d2a3670..5eac6ef 100644 --- a/Pdf4QtViewer/resources/pce-align-top.svg +++ b/Pdf4QtViewer/resources/pce-align-top.svg @@ -1,57 +1,16 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-align-v-center.svg b/Pdf4QtViewer/resources/pce-align-v-center.svg index d2a3670..609e684 100644 --- a/Pdf4QtViewer/resources/pce-align-v-center.svg +++ b/Pdf4QtViewer/resources/pce-align-v-center.svg @@ -1,57 +1,16 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-apply-changes.svg b/Pdf4QtViewer/resources/pce-apply-changes.svg new file mode 100644 index 0000000..44dc6a6 --- /dev/null +++ b/Pdf4QtViewer/resources/pce-apply-changes.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-center-h.svg b/Pdf4QtViewer/resources/pce-center-h.svg index d2a3670..2a4907c 100644 --- a/Pdf4QtViewer/resources/pce-center-h.svg +++ b/Pdf4QtViewer/resources/pce-center-h.svg @@ -1,57 +1,22 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-center-v.svg b/Pdf4QtViewer/resources/pce-center-v.svg index d2a3670..316a762 100644 --- a/Pdf4QtViewer/resources/pce-center-v.svg +++ b/Pdf4QtViewer/resources/pce-center-v.svg @@ -1,57 +1,22 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-center-vh.svg b/Pdf4QtViewer/resources/pce-center-vh.svg index d2a3670..6ec89fc 100644 --- a/Pdf4QtViewer/resources/pce-center-vh.svg +++ b/Pdf4QtViewer/resources/pce-center-vh.svg @@ -1,57 +1,26 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-layout-form.svg b/Pdf4QtViewer/resources/pce-layout-form.svg index d2a3670..e4550fe 100644 --- a/Pdf4QtViewer/resources/pce-layout-form.svg +++ b/Pdf4QtViewer/resources/pce-layout-form.svg @@ -1,57 +1,20 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-layout-grid.svg b/Pdf4QtViewer/resources/pce-layout-grid.svg index d2a3670..6001bba 100644 --- a/Pdf4QtViewer/resources/pce-layout-grid.svg +++ b/Pdf4QtViewer/resources/pce-layout-grid.svg @@ -1,57 +1,65 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-layout-h.svg b/Pdf4QtViewer/resources/pce-layout-h.svg index d2a3670..91a63b2 100644 --- a/Pdf4QtViewer/resources/pce-layout-h.svg +++ b/Pdf4QtViewer/resources/pce-layout-h.svg @@ -1,57 +1,24 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-layout-v.svg b/Pdf4QtViewer/resources/pce-layout-v.svg index d2a3670..059febe 100644 --- a/Pdf4QtViewer/resources/pce-layout-v.svg +++ b/Pdf4QtViewer/resources/pce-layout-v.svg @@ -1,57 +1,22 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-same-height.svg b/Pdf4QtViewer/resources/pce-same-height.svg index d2a3670..0c4ec18 100644 --- a/Pdf4QtViewer/resources/pce-same-height.svg +++ b/Pdf4QtViewer/resources/pce-same-height.svg @@ -1,57 +1,19 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-same-size.svg b/Pdf4QtViewer/resources/pce-same-size.svg index d2a3670..a43a441 100644 --- a/Pdf4QtViewer/resources/pce-same-size.svg +++ b/Pdf4QtViewer/resources/pce-same-size.svg @@ -1,57 +1,30 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-same-width.svg b/Pdf4QtViewer/resources/pce-same-width.svg index d2a3670..e4525f0 100644 --- a/Pdf4QtViewer/resources/pce-same-width.svg +++ b/Pdf4QtViewer/resources/pce-same-width.svg @@ -1,57 +1,19 @@ - + - -image/svg+xml - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-select-brush.svg b/Pdf4QtViewer/resources/pce-select-brush.svg new file mode 100644 index 0000000..6a450c1 --- /dev/null +++ b/Pdf4QtViewer/resources/pce-select-brush.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-select-color.svg b/Pdf4QtViewer/resources/pce-select-color.svg new file mode 100644 index 0000000..df8183d --- /dev/null +++ b/Pdf4QtViewer/resources/pce-select-color.svg @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-select-font.svg b/Pdf4QtViewer/resources/pce-select-font.svg new file mode 100644 index 0000000..f2979d1 --- /dev/null +++ b/Pdf4QtViewer/resources/pce-select-font.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/Pdf4QtViewer/resources/pce-select-pen.svg b/Pdf4QtViewer/resources/pce-select-pen.svg new file mode 100644 index 0000000..fb5fece --- /dev/null +++ b/Pdf4QtViewer/resources/pce-select-pen.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + diff --git a/Pdf4QtViewerLite/app-icon.ico b/Pdf4QtViewerLite/app-icon.ico index dedae02..06c4c45 100644 Binary files a/Pdf4QtViewerLite/app-icon.ico and b/Pdf4QtViewerLite/app-icon.ico differ diff --git a/Pdf4QtViewerLite/app-icon.svg b/Pdf4QtViewerLite/app-icon.svg new file mode 100644 index 0000000..3921568 --- /dev/null +++ b/Pdf4QtViewerLite/app-icon.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/activate.svg b/Pdf4QtViewerPlugins/SignaturePlugin/activate.svg index a4f2e18..4869237 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/activate.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/activate.svg @@ -1,59 +1,35 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/certificates.svg b/Pdf4QtViewerPlugins/SignaturePlugin/certificates.svg index a4f2e18..c534a8b 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/certificates.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/certificates.svg @@ -1,59 +1,80 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/clear.svg b/Pdf4QtViewerPlugins/SignaturePlugin/clear.svg index a4f2e18..9fbb320 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/clear.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/clear.svg @@ -1,59 +1,51 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-dot.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-dot.svg index a4f2e18..97427e1 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-dot.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-dot.svg @@ -1,59 +1,16 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-freehand-curve.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-freehand-curve.svg index a4f2e18..3b8e3b4 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-freehand-curve.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-freehand-curve.svg @@ -1,59 +1,14 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-horizontal-line.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-horizontal-line.svg index a4f2e18..34272e6 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-horizontal-line.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-horizontal-line.svg @@ -1,59 +1,19 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-line.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-line.svg index a4f2e18..ff400fb 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-line.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-line.svg @@ -1,59 +1,16 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-no-mark.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-no-mark.svg index a4f2e18..a5f20ea 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-no-mark.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-no-mark.svg @@ -1,59 +1,28 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-rectangle.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-rectangle.svg index a4f2e18..5b3c056 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-rectangle.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-rectangle.svg @@ -1,59 +1,14 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-rounded-rectangle.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-rounded-rectangle.svg index a4f2e18..397628a 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-rounded-rectangle.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-rounded-rectangle.svg @@ -1,59 +1,14 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-svg-image.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-svg-image.svg index a4f2e18..0d46519 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-svg-image.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-svg-image.svg @@ -1,59 +1,23 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-text.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-text.svg index a4f2e18..8e4173a 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-text.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-text.svg @@ -1,59 +1,23 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-vertical-line.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-vertical-line.svg index a4f2e18..6b4239f 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-vertical-line.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-vertical-line.svg @@ -1,59 +1,19 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/create-yes-mark.svg b/Pdf4QtViewerPlugins/SignaturePlugin/create-yes-mark.svg index a4f2e18..d9c53c8 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/create-yes-mark.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/create-yes-mark.svg @@ -1,59 +1,21 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/sign-digitally.svg b/Pdf4QtViewerPlugins/SignaturePlugin/sign-digitally.svg index a4f2e18..5fdaee5 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/sign-digitally.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/sign-digitally.svg @@ -1,59 +1,109 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewerPlugins/SignaturePlugin/sign-electronically.svg b/Pdf4QtViewerPlugins/SignaturePlugin/sign-electronically.svg index a4f2e18..e1286f9 100644 --- a/Pdf4QtViewerPlugins/SignaturePlugin/sign-electronically.svg +++ b/Pdf4QtViewerPlugins/SignaturePlugin/sign-electronically.svg @@ -1,59 +1,44 @@ - + - -image/svg+xml - - - -? - \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/Pdf4QtViewerProfi/app-icon.ico b/Pdf4QtViewerProfi/app-icon.ico index dedae02..d4f4e1f 100644 Binary files a/Pdf4QtViewerProfi/app-icon.ico and b/Pdf4QtViewerProfi/app-icon.ico differ diff --git a/Pdf4QtViewerProfi/app-icon.svg b/Pdf4QtViewerProfi/app-icon.svg new file mode 100644 index 0000000..c325e3a --- /dev/null +++ b/Pdf4QtViewerProfi/app-icon.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + +