zint-barcode-generator/backend_qt
Philip Ye c8bb299908 Fix legacy width and security level getters/setters in Qt backend
Previously, width is option 2 and security level is option 1.
Seems like in 54947fb435, the definitions
swapped and that breaks the legacy Qt application using setWidth() and
setSecurityLevel().

I know a better solution is make Qt application use setOption2() and
setOption1() respectively, but it's good to keep these legacy APIs
backward-compatible.
2024-05-23 22:46:26 +12:00
..
tests Fix legacy width and security level getters/setters in Qt backend 2024-05-23 22:46:26 +12:00
backend_qt.pro Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
backend_qt_zintdll.pro Restore backend_qt - static only now; qzint: legacy support for renamed methods 2021-06-24 18:31:08 +01:00
backend_vc8.pro Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
CMakeLists.txt Fix compilation errors when using CMake to add a project through add_subdirectory. 2023-10-17 15:39:20 +08:00
COPYING backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
qzint.cpp Fix legacy width and security level getters/setters in Qt backend 2024-05-23 22:46:26 +12:00
qzint.h Fix legacy width and security level getters/setters in Qt backend 2024-05-23 22:46:26 +12:00