From 0788e9f8ad11bed5315c341d2628ca0ca30ff93c Mon Sep 17 00:00:00 2001 From: Mateusz Fejcher Date: Wed, 10 Jul 2024 11:08:48 +0200 Subject: [PATCH] ZXing updated. Texfields height reduced --- .../QmlBarcodeGenerator/qml/GeneratorPage.qml | 22 +++++++++---------- src/zxing-cpp | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/QmlBarcodeGenerator/qml/GeneratorPage.qml b/examples/QmlBarcodeGenerator/qml/GeneratorPage.qml index 971eb22..d7ae6f0 100644 --- a/examples/QmlBarcodeGenerator/qml/GeneratorPage.qml +++ b/examples/QmlBarcodeGenerator/qml/GeneratorPage.qml @@ -231,7 +231,7 @@ ApplicationWindow { id: widthField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current width: " + barcodeGenerator.width @@ -249,7 +249,7 @@ ApplicationWindow { id: heightField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current height: " + barcodeGenerator.height @@ -267,7 +267,7 @@ ApplicationWindow { id: marginField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current margin: " + barcodeGenerator.margin @@ -285,7 +285,7 @@ ApplicationWindow { id: eccLevelField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current ECC Level: " + barcodeGenerator.eccLevel @@ -298,7 +298,7 @@ ApplicationWindow { id: foregroundColorField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current foreground color: " + barcodeGenerator.foregroundColor @@ -315,7 +315,7 @@ ApplicationWindow { id: backgroundColorField implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current background color: " + barcodeGenerator.backgroundColor @@ -332,7 +332,7 @@ ApplicationWindow { id: formatDropDown implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 model: ListModel { id: formats @@ -389,7 +389,7 @@ ApplicationWindow { id: imageFormat implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 model: ListModel { id: extensions @@ -413,7 +413,7 @@ ApplicationWindow { text: qsTr(barcodeGenerator.fileName) implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 onEditingFinished: { barcodeGenerator.fileName = text @@ -426,7 +426,7 @@ ApplicationWindow { text: qsTr(barcodeGenerator.imagePath) implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current image path: " + barcodeGenerator.imagePath @@ -441,7 +441,7 @@ ApplicationWindow { text: qsTr(barcodeGenerator.centerImageRatio.toString()) implicitWidth: parent.width - implicitHeight: parent.height / 10 + implicitHeight: parent.height / 13 placeholderText: "Current center image ratio: " + barcodeGenerator.centerImageRatio diff --git a/src/zxing-cpp b/src/zxing-cpp index a91d306..986f785 160000 --- a/src/zxing-cpp +++ b/src/zxing-cpp @@ -1 +1 @@ -Subproject commit a91d3065cc4af1ac335acf3ec1a3956ef82a4930 +Subproject commit 986f7852c0ab4ffd6de2a1a65242e78017801636