diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a0433fe..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,118 +0,0 @@
-# This file is used to ignore files which are generated
-# ----------------------------------------------------------------------------
-
-*~
-*.autosave
-*.a
-*.core
-*.moc
-*.o
-*.obj
-*.orig
-*.rej
-*.so
-*.so.*
-*_pch.h.cpp
-*_resource.rc
-*.qm
-.#*
-*.*#
-core
-!core/
-tags
-.DS_Store
-.directory
-*.debug
-Makefile*
-*.prl
-*.app
-moc_*.cpp
-ui_*.h
-qrc_*.cpp
-Thumbs.db
-*.res
-*.rc
-/.qmake.cache
-/.qmake.stash
-
-# qtcreator generated files
-*.pro.user*
-CMakeLists.txt.user*
-
-# xemacs temporary files
-*.flc
-
-# Vim temporary files
-.*.swp
-
-# Visual Studio generated files
-*.ib_pdb_index
-*.idb
-*.ilk
-*.pdb
-*.sln
-*.suo
-*.vcproj
-*vcproj.*.*.user
-*.ncb
-*.sdf
-*.opensdf
-*.vcxproj
-*vcxproj.*
-
-# MinGW generated files
-*.Debug
-*.Release
-
-# Python byte code
-*.pyc
-
-# Binaries
-# --------
-*.dll
-*.exe
-
-#Build
-build
-build/
-*.AppImage
-*.appimage
-
-CMakeFiles
-
-
-# Build directories
-build/
-CMakeFiles/
-Makefile
-cmake_install.cmake
-
-# Generated files
-*.o
-*.obj
-*.exe
-*.so
-*.dylib
-*.a
-
-# Qt-specific files
-*.moc
-*.moc.cpp
-*.qrc.cpp
-*.ui
-
-# CMake-specific files
-CMakeCache.txt
-install_manifest.txt
-
-# IDE-specific files
-.idea/
-.vscode/
-.kdev4/
-.kateproject
-
-# Other files
-*.user
-*.pro.user
-*.suo
-*.sdf
diff --git a/CMakeCache.txt b/CMakeCache.txt
deleted file mode 100644
index 1417465..0000000
--- a/CMakeCache.txt
+++ /dev/null
@@ -1,474 +0,0 @@
-# This is the CMakeCache file.
-# For build in directory: /home/leca/projects/qt/checks-parser
-# It was generated by CMake: /usr/bin/cmake
-# You can edit this file to change values found and used by cmake.
-# If you do not want to change any of the values, simply exit the editor.
-# If you do want to change a value, simply edit, save, and exit the editor.
-# The syntax for the file is as follows:
-# KEY:TYPE=VALUE
-# KEY is the name of a variable in the cache.
-# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
-# VALUE is the current value for the KEY.
-
-########################
-# EXTERNAL cache entries
-########################
-
-//Path to a program.
-CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
-
-//Path to a program.
-CMAKE_AR:FILEPATH=/usr/bin/ar
-
-//Choose the type of build, options are: None Debug Release RelWithDebInfo
-// MinSizeRel ...
-CMAKE_BUILD_TYPE:STRING=
-
-//Enable/Disable color output during build.
-CMAKE_COLOR_MAKEFILE:BOOL=ON
-
-//CXX compiler
-CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
-
-//A wrapper around 'ar' adding the appropriate '--plugin' option
-// for the GCC compiler
-CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
-
-//No help, variable specified on the command line.
-CMAKE_CXX_COMPILER_LAUNCHER:UNINITIALIZED=distcc
-
-//A wrapper around 'ranlib' adding the appropriate '--plugin' option
-// for the GCC compiler
-CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
-
-//Flags used by the CXX compiler during all build types.
-CMAKE_CXX_FLAGS:STRING=
-
-//Flags used by the CXX compiler during DEBUG builds.
-CMAKE_CXX_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the CXX compiler during MINSIZEREL builds.
-CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the CXX compiler during RELEASE builds.
-CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the CXX compiler during RELWITHDEBINFO builds.
-CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//No help, variable specified on the command line.
-CMAKE_C_COMPILER_LAUNCHER:UNINITIALIZED=distcc
-
-//Path to a program.
-CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
-
-//Flags used by the linker during all build types.
-CMAKE_EXE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during DEBUG builds.
-CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during MINSIZEREL builds.
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during RELEASE builds.
-CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during RELWITHDEBINFO builds.
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Enable/Disable output of compile commands during generation.
-CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
-
-//Value Computed by CMake.
-CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/leca/projects/qt/checks-parser/CMakeFiles/pkgRedirects
-
-//User executables (bin)
-CMAKE_INSTALL_BINDIR:PATH=bin
-
-//Read-only architecture-independent data (DATAROOTDIR)
-CMAKE_INSTALL_DATADIR:PATH=
-
-//Read-only architecture-independent data root (share)
-CMAKE_INSTALL_DATAROOTDIR:PATH=share
-
-//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
-CMAKE_INSTALL_DOCDIR:PATH=
-
-//C header files (include)
-CMAKE_INSTALL_INCLUDEDIR:PATH=include
-
-//Info documentation (DATAROOTDIR/info)
-CMAKE_INSTALL_INFODIR:PATH=
-
-//Object code libraries (lib)
-CMAKE_INSTALL_LIBDIR:PATH=lib
-
-//Program executables (libexec)
-CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
-
-//Locale-dependent data (DATAROOTDIR/locale)
-CMAKE_INSTALL_LOCALEDIR:PATH=
-
-//Modifiable single-machine data (var)
-CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
-
-//Man documentation (DATAROOTDIR/man)
-CMAKE_INSTALL_MANDIR:PATH=
-
-//C header files for non-gcc (/usr/include)
-CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
-
-//Install path prefix, prepended onto install directories.
-CMAKE_INSTALL_PREFIX:PATH=/usr/local
-
-//Run-time variable data (LOCALSTATEDIR/run)
-CMAKE_INSTALL_RUNSTATEDIR:PATH=
-
-//System admin executables (sbin)
-CMAKE_INSTALL_SBINDIR:PATH=sbin
-
-//Modifiable architecture-independent data (com)
-CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
-
-//Read-only single-machine data (etc)
-CMAKE_INSTALL_SYSCONFDIR:PATH=etc
-
-//Path to a program.
-CMAKE_LINKER:FILEPATH=/usr/bin/ld
-
-//Path to a program.
-CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
-
-//Flags used by the linker during the creation of modules during
-// all build types.
-CMAKE_MODULE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of modules during
-// DEBUG builds.
-CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of modules during
-// MINSIZEREL builds.
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELEASE builds.
-CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELWITHDEBINFO builds.
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_NM:FILEPATH=/usr/bin/nm
-
-//Path to a program.
-CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
-
-//Path to a program.
-CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
-
-//Value Computed by CMake
-CMAKE_PROJECT_DESCRIPTION:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_NAME:STATIC=checks-parser
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION:STATIC=0.1
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_MINOR:STATIC=1
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_PATCH:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_VERSION_TWEAK:STATIC=
-
-//Path to a program.
-CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
-
-//Path to a program.
-CMAKE_READELF:FILEPATH=/usr/bin/readelf
-
-//Flags used by the linker during the creation of shared libraries
-// during all build types.
-CMAKE_SHARED_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during DEBUG builds.
-CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during MINSIZEREL builds.
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELEASE builds.
-CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELWITHDEBINFO builds.
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//If set, runtime paths are not added when installing shared libraries,
-// but are added when building.
-CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
-
-//If set, runtime paths are not added when using shared libraries.
-CMAKE_SKIP_RPATH:BOOL=NO
-
-//Flags used by the linker during the creation of static libraries
-// during all build types.
-CMAKE_STATIC_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during DEBUG builds.
-CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during MINSIZEREL builds.
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELEASE builds.
-CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELWITHDEBINFO builds.
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_STRIP:FILEPATH=/usr/bin/strip
-
-//Path to a program.
-CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
-
-//If this value is on, makefiles will be generated without the
-// .SILENT directive, and all commands will be echoed to the console
-// during the make. This is useful for debugging only. With Visual
-// Studio IDE projects all commands are done without /nologo.
-CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
-
-//The directory containing a CMake configuration file for OpenCV.
-OpenCV_DIR:PATH=/usr/lib/cmake/opencv4
-
-//Arguments to supply to pkg-config
-PKG_CONFIG_ARGN:STRING=
-
-//pkg-config executable
-PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
-
-//The directory containing a CMake configuration file for QT.
-QT_DIR:PATH=/usr/lib/cmake/Qt5
-
-//The directory containing a CMake configuration file for Qt5Core.
-Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core
-
-//The directory containing a CMake configuration file for Qt5Gui.
-Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui
-
-//The directory containing a CMake configuration file for Qt5Widgets.
-Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets
-
-//The directory containing a CMake configuration file for Qt5.
-Qt5_DIR:PATH=/usr/lib/cmake/Qt5
-
-//Value Computed by CMake
-checks-parser_BINARY_DIR:STATIC=/home/leca/projects/qt/checks-parser
-
-//Value Computed by CMake
-checks-parser_IS_TOP_LEVEL:STATIC=ON
-
-//Value Computed by CMake
-checks-parser_SOURCE_DIR:STATIC=/home/leca/projects/qt/checks-parser
-
-
-########################
-# INTERNAL cache entries
-########################
-
-//ADVANCED property for variable: CMAKE_ADDR2LINE
-CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_AR
-CMAKE_AR-ADVANCED:INTERNAL=1
-//This is the directory where this CMakeCache.txt was created
-CMAKE_CACHEFILE_DIR:INTERNAL=/home/leca/projects/qt/checks-parser
-//Major version of cmake used to create the current loaded cache
-CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
-//Minor version of cmake used to create the current loaded cache
-CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
-//Patch version of cmake used to create the current loaded cache
-CMAKE_CACHE_PATCH_VERSION:INTERNAL=5
-//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
-CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
-//Path to CMake executable.
-CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
-//Path to cpack program executable.
-CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
-//Path to ctest program executable.
-CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
-//ADVANCED property for variable: CMAKE_CXX_COMPILER
-CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
-CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
-CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS
-CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
-CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
-CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
-CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
-CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_DLLTOOL
-CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
-//Path to cache edit program executable.
-CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
-//Executable file format
-CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
-CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
-//Name of external makefile project generator.
-CMAKE_EXTRA_GENERATOR:INTERNAL=
-//Name of generator.
-CMAKE_GENERATOR:INTERNAL=Unix Makefiles
-//Generator instance identifier.
-CMAKE_GENERATOR_INSTANCE:INTERNAL=
-//Name of generator platform.
-CMAKE_GENERATOR_PLATFORM:INTERNAL=
-//Name of generator toolset.
-CMAKE_GENERATOR_TOOLSET:INTERNAL=
-//Source directory with the top level CMakeLists.txt file for this
-// project
-CMAKE_HOME_DIRECTORY:INTERNAL=/home/leca/projects/qt/checks-parser
-//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
-CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
-CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
-CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
-CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
-CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
-CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
-CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
-CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
-CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
-CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
-CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
-CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
-CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
-CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
-CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
-//Install .so files without execute permission.
-CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
-//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
-CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_LINKER
-CMAKE_LINKER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
-CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_NM
-CMAKE_NM-ADVANCED:INTERNAL=1
-//number of local generators
-CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJCOPY
-CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJDUMP
-CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
-//Platform information initialized
-CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_RANLIB
-CMAKE_RANLIB-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_READELF
-CMAKE_READELF-ADVANCED:INTERNAL=1
-//Path to CMake installation.
-CMAKE_ROOT:INTERNAL=/usr/share/cmake
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
-CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_RPATH
-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
-CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
-CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
-CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STRIP
-CMAKE_STRIP-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_TAPI
-CMAKE_TAPI-ADVANCED:INTERNAL=1
-//uname command
-CMAKE_UNAME:INTERNAL=/usr/bin/uname
-//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
-//Details about finding OpenCV
-FIND_PACKAGE_MESSAGE_DETAILS_OpenCV:INTERNAL=[/usr][v4.10.0()]
-//Details about finding PkgConfig
-FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v2.1.1()]
-//ADVANCED property for variable: PKG_CONFIG_ARGN
-PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
-PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
-//linker supports push/pop state
-_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
-//CMAKE_INSTALL_PREFIX during last run
-_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
-
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index c611c15..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,107 +0,0 @@
-cmake_minimum_required(VERSION 3.16)
-
-project(checks-parser VERSION 0.1 LANGUAGES CXX)
-
-set(CMAKE_AUTOUIC ON)
-set(CMAKE_AUTOMOC ON)
-set(CMAKE_AUTORCC ON)
-
-set(CMAKE_CXX_STANDARD 17)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
-find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
-find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
-
-set(PROJECT_SOURCES
- main.cpp
- mainwindow.cpp
- mainwindow.h
- mainwindow.ui
-)
-
-
-if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
- qt_add_executable(checks-parser
- MANUAL_FINALIZATION
- ${PROJECT_SOURCES}
- )
-# Define target properties for Android with Qt 6 as:
-# set_property(TARGET checks-parser APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
-# ${CMAKE_CURRENT_SOURCE_DIR}/android)
-# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation
-else()
- if(ANDROID)
- add_library(checks-parser SHARED
- ${PROJECT_SOURCES}
- )
-# Define properties for Android with Qt 5 after find_package() calls as:
-# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android")
- else()
- add_executable(checks-parser
- ${PROJECT_SOURCES}
- goods/goods.h goods/goods.cpp
- check/check.h check/check.cpp
- parser/parser.h parser/parser.cpp
- parser/module.h parser/module.cpp
-
- outputdialog.h outputdialog.cpp outputdialog.ui
- output/output_options.h output/output_options.cpp
- ofd/ofd.h ofd/ofd.cpp
-
- utils/utils.h utils/utils.cpp
- image/checkimage.h image/checkimage.cpp
- net/net.h net/net.cpp
- settings/settings.h settings/settings.cpp
- settingsdialog.h settingsdialog.cpp settingsdialog.ui
- adjustpicturedialog.h adjustpicturedialog.cpp adjustpicturedialog.ui
- imageview/imageview.h imageview/imageview.cpp
- image_redactor/imageredactor.h image_redactor/imageredactor.cpp
-
- )
-
-find_package(Qt5 REQUIRED COMPONENTS LinguistTools)
-qt_create_translation(QM_FILES checks_parser_en_US.ts)
-endif()
-endif()
-
-target_link_libraries(checks-parser PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
-# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1.
-# If you are developing for iOS or macOS you should consider setting an
-# explicit, fixed bundle identifier manually though.
-if(${QT_VERSION} VERSION_LESS 6.1.0)
- set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.checks-parser)
-endif()
-set_target_properties(checks-parser PROPERTIES
- ${BUNDLE_ID_OPTION}
- MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
- MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
- MACOSX_BUNDLE TRUE
- WIN32_EXECUTABLE TRUE
-)
-
-include(GNUInstallDirs)
-install(TARGETS checks-parser
- BUNDLE DESTINATION .
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
-)
-
-if(QT_VERSION_MAJOR EQUAL 6)
- qt_finalize_executable(checks-parser)
-endif()
-
-find_package(PkgConfig REQUIRED)
-find_package(OpenCV REQUIRED)
-
-# include_directories("/usr/include/opencv4")
-include_directories( ${OpenCV_INCLUDE_DIRS})
-target_link_libraries(checks-parser PRIVATE -lzbar)
-target_link_libraries(checks-parser PRIVATE -ltesseract)
-target_link_libraries(checks-parser PRIVATE -lcurl)
-
-# pkg_search_module(opencv REQUIRED IMPORTED_TARGET opencv)
-# target_link_libraries(checks-parser PRIVATE -lopencv4)
-target_link_libraries( checks-parser PRIVATE ${OpenCV_LIBS} )
-# target_link_libraries(checks-parser PRIVATE PkgConfig::opencv)
-# target_link_libraries(checks-parser PRIVATE ${OpenCV_LIBS})
-# target_link_libraries(checks-parser PRIVATE -lopencv)
diff --git a/CMakeLists.txt.user b/CMakeLists.txt.user
deleted file mode 100644
index 49e19e3..0000000
--- a/CMakeLists.txt.user
+++ /dev/null
@@ -1,422 +0,0 @@
-
-
-
-
-
- EnvironmentId
- {89a86e95-b67c-4d0a-8a71-fee1196f09b5}
-
-
- ProjectExplorer.Project.ActiveTarget
- 0
-
-
- ProjectExplorer.Project.EditorSettings
-
- true
- false
- true
-
- Cpp
-
- CppGlobal
-
-
-
- QmlJS
-
- QmlJSGlobal
-
-
- 2
- UTF-8
- false
- 4
- false
- 80
- true
- true
- 1
- 0
- false
- true
- false
- 2
- true
- true
- 0
- 8
- true
- false
- 1
- true
- true
- true
- *.md, *.MD, Makefile
- false
- true
- true
-
-
-
- ProjectExplorer.Project.PluginSettings
-
-
- true
- false
- true
- true
- true
- true
-
- false
-
-
- 0
- true
-
- true
- true
- Builtin.DefaultTidyAndClazy
- 4
- true
-
-
-
- true
-
-
-
-
- ProjectExplorer.Project.Target.0
-
- Desktop
- Desktop
- Desktop
- {b0aed07e-a2ab-40fb-a18d-c8de07b1c053}
- 0
- 0
- 0
-
- Debug
- 2
- false
-
- -DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG}
--DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
--DCMAKE_GENERATOR:STRING=Ninja
--DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
--DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake
--DCMAKE_BUILD_TYPE:STRING=Debug
--DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
--DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
- 0
- /home/leca/projects/qt/checks-parser/build/Desktop-Debug
-
-
-
-
- all
-
- false
-
- true
- Build
- CMakeProjectManager.MakeStep
-
- 1
- Build
- Build
- ProjectExplorer.BuildSteps.Build
-
-
-
-
-
- clean
-
- false
-
- true
- Build
- CMakeProjectManager.MakeStep
-
- 1
- Clean
- Clean
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- false
-
- Debug
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- Release
- 2
- false
-
- -DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG}
--DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
--DCMAKE_GENERATOR:STRING=Ninja
--DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
--DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake
--DCMAKE_BUILD_TYPE:STRING=Release
--DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
--DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
- /home/leca/projects/qt/checks-parser/build/Desktop-Release
-
-
-
-
- all
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Build
- Build
- ProjectExplorer.BuildSteps.Build
-
-
-
-
-
- clean
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Clean
- Clean
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- false
-
- Release
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- RelWithDebInfo
- 2
- false
-
- -DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG}
--DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
--DCMAKE_GENERATOR:STRING=Ninja
--DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
--DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake
--DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
--DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
--DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
- /home/leca/projects/qt/checks-parser/build/Desktop-RelWithDebInfo
-
-
-
-
- all
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Build
- Build
- ProjectExplorer.BuildSteps.Build
-
-
-
-
-
- clean
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Clean
- Clean
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- false
-
- Release with Debug Information
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- RelWithDebInfo
- 2
- false
-
- -DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG}
--DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
--DCMAKE_GENERATOR:STRING=Ninja
--DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
--DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake
--DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
--DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
--DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
- 0
- /home/leca/projects/qt/checks-parser/build/Desktop-Profile
-
-
-
-
- all
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Build
- Build
- ProjectExplorer.BuildSteps.Build
-
-
-
-
-
- clean
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Clean
- Clean
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- false
-
- Profile
- CMakeProjectManager.CMakeBuildConfiguration
-
-
- MinSizeRel
- 2
- false
-
- -DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG}
--DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
--DCMAKE_GENERATOR:STRING=Ninja
--DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
--DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake
--DCMAKE_BUILD_TYPE:STRING=MinSizeRel
--DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
--DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
- /home/leca/projects/qt/checks-parser/build/Desktop-MinSizeRel
-
-
-
-
- all
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Build
- Build
- ProjectExplorer.BuildSteps.Build
-
-
-
-
-
- clean
-
- false
-
- true
- CMakeProjectManager.MakeStep
-
- 1
- Clean
- Clean
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- false
-
- Minimum Size Release
- CMakeProjectManager.CMakeBuildConfiguration
-
- 5
-
-
- 0
- Deploy
- Deploy
- ProjectExplorer.BuildSteps.Deploy
-
- 1
-
- false
- ProjectExplorer.DefaultDeployConfiguration
-
- 1
-
- true
- true
- 0
- true
-
- 2
-
- false
- -e cpu-cycles --call-graph dwarf,4096 -F 250
- checks-parser
- CMakeProjectManager.CMakeRunConfiguration.checks-parser
- checks-parser
- false
- true
- true
- true
- /home/leca/projects/qt/checks-parser/build/Desktop-Debug/bin
-
- 1
-
-
-
- ProjectExplorer.Project.TargetCount
- 1
-
-
- ProjectExplorer.Project.Updater.FileVersion
- 22
-
-
- Version
- 22
-
-
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index f4671b4..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,232 +0,0 @@
-GNU GENERAL PUBLIC LICENSE
-Version 3, 29 June 2007
-
-Copyright © 2007 Free Software Foundation, Inc.
-
-Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
-
-Preamble
-
-The GNU General Public License is a free, copyleft license for software and other kinds of works.
-
-The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
-
-To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
-
-For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
-
-Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
-
-For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
-
-Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
-
-Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
-
-The precise terms and conditions for copying, distribution and modification follow.
-
-TERMS AND CONDITIONS
-
-0. Definitions.
-
-“This License” refers to version 3 of the GNU General Public License.
-
-“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
-
-“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
-
-To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
-
-A “covered work” means either the unmodified Program or a work based on the Program.
-
-To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
-
-To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
-
-An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
-
-1. Source Code.
-The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
-
-A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
-
-The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
-
-The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
-
-The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
-
-The Corresponding Source for a work in source code form is that same work.
-
-2. Basic Permissions.
-All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
-
-You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
-
-Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
-
-3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
-
-When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
-
-4. Conveying Verbatim Copies.
-You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
-
-You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
-
-5. Conveying Modified Source Versions.
-You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
-
- c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
-
-A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
-
-6. Conveying Non-Source Forms.
-You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
-
- d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
-
-A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
-
-A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
-
-“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
-
-If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
-
-The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
-
-Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
-
-7. Additional Terms.
-“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
-
-When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
-
-Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
-
-All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
-
-If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
-
-Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
-
-8. Termination.
-You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
-
-However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
-
-Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
-
-Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
-
-9. Acceptance Not Required for Having Copies.
-You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
-
-10. Automatic Licensing of Downstream Recipients.
-Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
-
-An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
-
-You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
-
-11. Patents.
-A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
-
-A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
-
-Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
-
-In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
-
-If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
-
-If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
-
-A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
-
-Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
-
-12. No Surrender of Others' Freedom.
-If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
-
-13. Use with the GNU Affero General Public License.
-Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
-
-14. Revised Versions of this License.
-The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
-
-If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
-
-Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
-
-15. Disclaimer of Warranty.
-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-16. Limitation of Liability.
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-17. Interpretation of Sections 15 and 16.
-If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
-
-To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
-
- checks-parser
- Copyright (C) 2024 leca
-
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
-
- checks-parser Copyright (C) 2024 leca
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
-
-You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see .
-
-The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read .
diff --git a/README.md b/README.md
deleted file mode 100644
index 6a97ce4..0000000
--- a/README.md
+++ /dev/null
@@ -1,52 +0,0 @@
-# Checks parser
-checks parser is a program that help parsing different formats of checks to csv.
-
-# Usage
-### Input
-Ways you can input a check to this programm:
-* Via image (it uses OCR(Optical Character Recognition) to parse check content. The picture of a check must be contrast and well-lined (text must be perpendicular to right and left borders of an image) enough in order to be parsed well.)
-* Via plaintext, copied from an E-Mail. Just copy&paste text from your email, pick a correct store type (autodetect is in my plans!) and parse.
-* Via E-Mail file (.eml) **[!NOT IMPLEMENTED YET!]**
-* Via QrCode on check (OFD (ОФД, Оператор Фискальных Данных in Russian)). **[!NOT IMPLEMENTED YET!]**
-
-### Output
-At the start of writing this program, I considered 3 or more output formats: csv, xlsx and ods. But throught the development I understood that most of modern table processor (i.e. electronic tables) can import csv much better than I'd be writing a shitty export module, adding more dependencies and shitty code to the codebase. So I decided that there's no need to use anything other than csv format.
-
-To export, you need to specify an output file path and, if you wish, you can change order and/or rename columns, choose to print or not to print header (column names) and total.
-
-# Installing
-## Building
-In general, you need to install following dependencies in order to build that app(I suppose you have install all the build necessaries such as cmake, make, gcc, git, etc...):
-* tesseract (you also have to install appropriate for your needs language data)
-* opencv
-* curl
-* nlohmann-json
-* qt5
-* vtk
-
-Please, do not hesitate to open an issue if you cannot build that. I will help and if you are building on a distro that is not listed there, we can append that list as soon as we will solve your problem!
-### Linux
-##### Arch Linux
-I recommend using aur helper (I use yay) to install dependencies. Or, if you're masochist, you can build all by yourself /shrug
-```
-#Install dependencies
-yay -S sudo cmake git coreutils base-devel eigen qt5-base mbedtls gtkglext opencv opencv2 nlohmann-json tesseract tesseract-data-rus vtk
-#Clone and compile an app
-git clone https://git.foxarmy.org/leca/checks-parser
-cd checks-parser
-mkdir build
-cd build
-cmake ..
-make -j{nproc}
-#If you wish to install that program system-wide, run
-sudo make install
-```
-##### Debian
-TODO
-### Windows
-Maybe
-### Mac OS
-Probably not, I do not have nor desire or time. But if you can maintain that program on Mac, I'd be grateful! Please, contact me, if you can!
-
-## Precompiled
-I plan to make precompiled binaries for Linux and Windows. Maybe I will put it on AUR. I also think that I will be making an AppImage
diff --git a/TODO b/TODO
deleted file mode 100644
index d4fa7d2..0000000
--- a/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-Complete module "export":
- make UI; [done]
- make export to .csv [done]
-Complete module "image-to-text":
- make UI; [done]
- make use of tesseract/opencv (https://learnopencv.com/deep-learning-based-text-recognition-ocr-using-tesseract-and-opencv/); [done]
-Add features:
- autodetect store type
- auto download of stores modules [done]
- auto download of ofd modules [done]
- settings, a window for editing settings. [done]
- add ability to control contrast and rotation of a check image before passing it to OCR
-Refactor:
- Get rid of CPR, use libcurl instead [done]
-Build:
- Write script for AppImage deployment
- Find out dependencies packet names on different distros
- Ensure success of building on most popular distros
- Try to compile it on Windows
diff --git a/adjustpicturedialog.cpp b/adjustpicturedialog.cpp
deleted file mode 100644
index d6e8d8e..0000000
--- a/adjustpicturedialog.cpp
+++ /dev/null
@@ -1,72 +0,0 @@
-#include "adjustpicturedialog.h"
-#include "ui_adjustpicturedialog.h"
-#include "utils/utils.h"
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-AdjustPictureDialog::AdjustPictureDialog(QWidget *parent, std::string imagePath)
- : QDialog(parent)
- , ui(new Ui::AdjustPictureDialog){
- ui->setupUi(this);
-
- scene = new QGraphicsScene(this);
-
- ui->graphicsView->setScene(scene);
- QGraphicsPixmapItem p;
- QString path = QString::fromStdString(imagePath);
- QPixmap pixmap = QPixmap(path);
- scene->addPixmap(pixmap);
-}
-
-AdjustPictureDialog::~AdjustPictureDialog() {
- delete ui;
-}
-
-void AdjustPictureDialog::accept() {
- QPixmap pixMap = ui->graphicsView->grab();
- pixMap.save(QString::fromStdString(get_path_relative_to_home(".local/share/checks_parser/temp.png")));
-
- std::string result = decode();
-
- if (result == "") {
- QMessageBox infoDialog;
- infoDialog.setText("QR code was not detected on that image. Please edit it again or enter data manually");
- infoDialog.setIcon(QMessageBox::Warning);
- infoDialog.setWindowTitle("No QR code");
- infoDialog.exec();
- } else {
- emit decodedData(result);
- QDialog::accept();
- }
-
-}
-
-std::string AdjustPictureDialog::decode() {
- cv::Mat im = cv::imread(get_path_relative_to_home(".local/share/checks_parser/temp.png"));
-
- zbar::ImageScanner scanner;
- scanner.set_config(zbar::ZBAR_QRCODE, zbar::ZBAR_CFG_ENABLE, 1);
- scanner.set_config(zbar::ZBAR_QRCODE, zbar::ZBAR_CFG_TEST_INVERTED, 1);
-
- cv::Mat imGray;
- cv::cvtColor(im, imGray, cv::COLOR_BGR2GRAY);
-
- zbar::Image image(im.cols, im.rows, "Y800", (uchar *) imGray.data, im.cols * im.rows);
- int n = scanner.scan(image);
-
- std::string result = "";
-
- for (zbar::Image::SymbolIterator symbol = image.symbol_begin(); symbol != image.symbol_end(); ++symbol) {
- result = symbol->get_data();
- }
-
-
-
- return result;
-}
diff --git a/adjustpicturedialog.h b/adjustpicturedialog.h
deleted file mode 100644
index 7e1e17b..0000000
--- a/adjustpicturedialog.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef ADJUSTPICTUREDIALOG_H
-#define ADJUSTPICTUREDIALOG_H
-
-#include
-#include
-
-namespace Ui {
-class AdjustPictureDialog;
-}
-
-class AdjustPictureDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit AdjustPictureDialog(QWidget *parent = nullptr, std::string imagePath = "");
- ~AdjustPictureDialog();
- std::string decode();
-
-signals:
- void decodedData(std::string data);
-
-private slots:
-
- // void on_buttonBox_accepted();
- void accept() override;
-
-private:
- Ui::AdjustPictureDialog *ui;
- QGraphicsScene *scene;
-};
-
-#endif // ADJUSTPICTUREDIALOG_H
diff --git a/adjustpicturedialog.ui b/adjustpicturedialog.ui
deleted file mode 100644
index 3272985..0000000
--- a/adjustpicturedialog.ui
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
- AdjustPictureDialog
-
-
-
- 0
- 0
- 825
- 497
-
-
-
- Dialog
-
-
-
-
- 450
- 450
- 341
- 32
-
-
-
- Qt::Horizontal
-
-
- QDialogButtonBox::Cancel|QDialogButtonBox::Ok
-
-
-
-
-
- 10
- 460
- 591
- 16
-
-
-
- Qt::Horizontal
-
-
-
-
-
- 10
- 0
- 511
- 18
-
-
-
- Please, zoom to qr code and adjust contrast so that qr code looks sharp
-
-
-
-
-
- 15
- 41
- 791
- 391
-
-
-
- buttonBox
- label
- contrastSlider
- graphicsView
-
-
-
- ImageRedactor
- QGraphicsView
-
-
-
-
-
-
- buttonBox
- accepted()
- AdjustPictureDialog
- accept()
-
-
- 248
- 254
-
-
- 157
- 274
-
-
-
-
- buttonBox
- rejected()
- AdjustPictureDialog
- reject()
-
-
- 316
- 260
-
-
- 286
- 274
-
-
-
-
-
diff --git a/check/check.cpp b/check/check.cpp
deleted file mode 100644
index 6a1881a..0000000
--- a/check/check.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "check.h"
-#include "../goods/goods.h"
-
-Check::Check() {}
-
-void Check::add_goods(Goods goods) { this->goods.push_back(goods); }
-
-double Check::calculae_total_price() {
- double total = 0.0;
-
- for (Goods g : this->goods) {
- total += g.calculate_total_price();
- }
-
- return total;
-}
-
-std::vector& Check::get_goods() {
- return goods;
-}
diff --git a/check/check.h b/check/check.h
deleted file mode 100644
index a7b8299..0000000
--- a/check/check.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef CHECK_H
-#define CHECK_H
-#include "../goods/goods.h"
-#include
-
-class Check {
- std::vector goods;
-
-public:
- Check();
- void add_goods(Goods);
-
- double calculae_total_price();
-
- std::vector &get_goods();
-};
-
-#endif // CHECK_H
diff --git a/checks-parser_autogen/EWIEGA46WW/moc_adjustpicturedialog.cpp.d b/checks-parser_autogen/EWIEGA46WW/moc_adjustpicturedialog.cpp.d
deleted file mode 100644
index 806f12c..0000000
--- a/checks-parser_autogen/EWIEGA46WW/moc_adjustpicturedialog.cpp.d
+++ /dev/null
@@ -1,335 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/EWIEGA46WW/moc_adjustpicturedialog.cpp: /home/leca/projects/qt/checks-parser/adjustpicturedialog.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QDialog \
- /usr/include/qt/QtWidgets/qdialog.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/EWIEGA46WW/moc_mainwindow.cpp.d b/checks-parser_autogen/EWIEGA46WW/moc_mainwindow.cpp.d
deleted file mode 100644
index 81c85f0..0000000
--- a/checks-parser_autogen/EWIEGA46WW/moc_mainwindow.cpp.d
+++ /dev/null
@@ -1,341 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/EWIEGA46WW/moc_mainwindow.cpp: /home/leca/projects/qt/checks-parser/mainwindow.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /home/leca/projects/qt/checks-parser/check/check.h \
- /home/leca/projects/qt/checks-parser/goods/goods.h \
- /home/leca/projects/qt/checks-parser/parser/module.h \
- /home/leca/projects/qt/checks-parser/parser/parser.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qicon.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QMainWindow \
- /usr/include/qt/QtWidgets/qmainwindow.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qtabwidget.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/EWIEGA46WW/moc_outputdialog.cpp.d b/checks-parser_autogen/EWIEGA46WW/moc_outputdialog.cpp.d
deleted file mode 100644
index 707ca12..0000000
--- a/checks-parser_autogen/EWIEGA46WW/moc_outputdialog.cpp.d
+++ /dev/null
@@ -1,459 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/EWIEGA46WW/moc_outputdialog.cpp: /home/leca/projects/qt/checks-parser/outputdialog.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /home/leca/projects/qt/checks-parser/check/check.h \
- /home/leca/projects/qt/checks-parser/goods/goods.h \
- /home/leca/projects/qt/checks-parser/net/net.h \
- /home/leca/projects/qt/checks-parser/output/output_options.h \
- /home/leca/projects/qt/checks-parser/settings/settings.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/stdio_lim.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__fpos64_t.h \
- /usr/include/bits/types/__fpos_t.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/cookie_io_functions_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct_FILE.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/any \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/codecvt.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/gslice.h \
- /usr/include/c++/14.2.1/bits/gslice_array.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/indirect_array.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/istream.tcc \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_conv.h \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.h \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/mask_array.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/quoted_string.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/slice_array.h \
- /usr/include/c++/14.2.1/bits/specfun.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/valarray_after.h \
- /usr/include/c++/14.2.1/bits/valarray_array.h \
- /usr/include/c++/14.2.1/bits/valarray_array.tcc \
- /usr/include/c++/14.2.1/bits/valarray_before.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cassert \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/cmath \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdio \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cstring \
- /usr/include/c++/14.2.1/ctime \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/experimental/bits/fs_dir.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_fwd.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_ops.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_path.h \
- /usr/include/c++/14.2.1/experimental/filesystem \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/filesystem \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/forward_list \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/iomanip \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iostream \
- /usr/include/c++/14.2.1/istream \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/locale \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tr1/bessel_function.tcc \
- /usr/include/c++/14.2.1/tr1/beta_function.tcc \
- /usr/include/c++/14.2.1/tr1/ell_integral.tcc \
- /usr/include/c++/14.2.1/tr1/exp_integral.tcc \
- /usr/include/c++/14.2.1/tr1/gamma.tcc \
- /usr/include/c++/14.2.1/tr1/hypergeometric.tcc \
- /usr/include/c++/14.2.1/tr1/legendre_function.tcc \
- /usr/include/c++/14.2.1/tr1/modified_bessel_func.tcc \
- /usr/include/c++/14.2.1/tr1/poly_hermite.tcc \
- /usr/include/c++/14.2.1/tr1/poly_laguerre.tcc \
- /usr/include/c++/14.2.1/tr1/riemann_zeta.tcc \
- /usr/include/c++/14.2.1/tr1/special_function_util.h \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/valarray \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/libintl.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/nlohmann/adl_serializer.hpp \
- /usr/include/nlohmann/byte_container_with_subtype.hpp \
- /usr/include/nlohmann/detail/abi_macros.hpp \
- /usr/include/nlohmann/detail/conversions/from_json.hpp \
- /usr/include/nlohmann/detail/conversions/to_chars.hpp \
- /usr/include/nlohmann/detail/conversions/to_json.hpp \
- /usr/include/nlohmann/detail/exceptions.hpp \
- /usr/include/nlohmann/detail/hash.hpp \
- /usr/include/nlohmann/detail/input/binary_reader.hpp \
- /usr/include/nlohmann/detail/input/input_adapters.hpp \
- /usr/include/nlohmann/detail/input/json_sax.hpp \
- /usr/include/nlohmann/detail/input/lexer.hpp \
- /usr/include/nlohmann/detail/input/parser.hpp \
- /usr/include/nlohmann/detail/input/position_t.hpp \
- /usr/include/nlohmann/detail/iterators/internal_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/iter_impl.hpp \
- /usr/include/nlohmann/detail/iterators/iteration_proxy.hpp \
- /usr/include/nlohmann/detail/iterators/iterator_traits.hpp \
- /usr/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/primitive_iterator.hpp \
- /usr/include/nlohmann/detail/json_custom_base_class.hpp \
- /usr/include/nlohmann/detail/json_pointer.hpp \
- /usr/include/nlohmann/detail/json_ref.hpp \
- /usr/include/nlohmann/detail/macro_scope.hpp \
- /usr/include/nlohmann/detail/macro_unscope.hpp \
- /usr/include/nlohmann/detail/meta/call_std/begin.hpp \
- /usr/include/nlohmann/detail/meta/call_std/end.hpp \
- /usr/include/nlohmann/detail/meta/cpp_future.hpp \
- /usr/include/nlohmann/detail/meta/detected.hpp \
- /usr/include/nlohmann/detail/meta/identity_tag.hpp \
- /usr/include/nlohmann/detail/meta/is_sax.hpp \
- /usr/include/nlohmann/detail/meta/std_fs.hpp \
- /usr/include/nlohmann/detail/meta/type_traits.hpp \
- /usr/include/nlohmann/detail/meta/void_t.hpp \
- /usr/include/nlohmann/detail/output/binary_writer.hpp \
- /usr/include/nlohmann/detail/output/output_adapters.hpp \
- /usr/include/nlohmann/detail/output/serializer.hpp \
- /usr/include/nlohmann/detail/string_concat.hpp \
- /usr/include/nlohmann/detail/string_escape.hpp \
- /usr/include/nlohmann/detail/value_t.hpp \
- /usr/include/nlohmann/json.hpp \
- /usr/include/nlohmann/json_fwd.hpp \
- /usr/include/nlohmann/ordered_map.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/qabstractitemmodel.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlocale.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmap.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qregularexpression.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qvariant.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qicon.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qvalidator.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QComboBox \
- /usr/include/qt/QtWidgets/QDialog \
- /usr/include/qt/QtWidgets/qabstractitemdelegate.h \
- /usr/include/qt/QtWidgets/qabstractslider.h \
- /usr/include/qt/QtWidgets/qabstractspinbox.h \
- /usr/include/qt/QtWidgets/qcombobox.h \
- /usr/include/qt/QtWidgets/qdialog.h \
- /usr/include/qt/QtWidgets/qframe.h \
- /usr/include/qt/QtWidgets/qrubberband.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qslider.h \
- /usr/include/qt/QtWidgets/qstyle.h \
- /usr/include/qt/QtWidgets/qstyleoption.h \
- /usr/include/qt/QtWidgets/qtabbar.h \
- /usr/include/qt/QtWidgets/qtabwidget.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/stdio.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/EWIEGA46WW/moc_settingsdialog.cpp.d b/checks-parser_autogen/EWIEGA46WW/moc_settingsdialog.cpp.d
deleted file mode 100644
index 8ac99f3..0000000
--- a/checks-parser_autogen/EWIEGA46WW/moc_settingsdialog.cpp.d
+++ /dev/null
@@ -1,429 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/EWIEGA46WW/moc_settingsdialog.cpp: /home/leca/projects/qt/checks-parser/settingsdialog.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /home/leca/projects/qt/checks-parser/settings/settings.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/stdio_lim.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__fpos64_t.h \
- /usr/include/bits/types/__fpos_t.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/cookie_io_functions_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct_FILE.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/any \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/codecvt.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/gslice.h \
- /usr/include/c++/14.2.1/bits/gslice_array.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/indirect_array.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/istream.tcc \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_conv.h \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.h \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/mask_array.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/quoted_string.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/slice_array.h \
- /usr/include/c++/14.2.1/bits/specfun.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/valarray_after.h \
- /usr/include/c++/14.2.1/bits/valarray_array.h \
- /usr/include/c++/14.2.1/bits/valarray_array.tcc \
- /usr/include/c++/14.2.1/bits/valarray_before.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cassert \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/cmath \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdio \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cstring \
- /usr/include/c++/14.2.1/ctime \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/forward_list \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/iomanip \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/istream \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/locale \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tr1/bessel_function.tcc \
- /usr/include/c++/14.2.1/tr1/beta_function.tcc \
- /usr/include/c++/14.2.1/tr1/ell_integral.tcc \
- /usr/include/c++/14.2.1/tr1/exp_integral.tcc \
- /usr/include/c++/14.2.1/tr1/gamma.tcc \
- /usr/include/c++/14.2.1/tr1/hypergeometric.tcc \
- /usr/include/c++/14.2.1/tr1/legendre_function.tcc \
- /usr/include/c++/14.2.1/tr1/modified_bessel_func.tcc \
- /usr/include/c++/14.2.1/tr1/poly_hermite.tcc \
- /usr/include/c++/14.2.1/tr1/poly_laguerre.tcc \
- /usr/include/c++/14.2.1/tr1/riemann_zeta.tcc \
- /usr/include/c++/14.2.1/tr1/special_function_util.h \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/valarray \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/libintl.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/nlohmann/adl_serializer.hpp \
- /usr/include/nlohmann/byte_container_with_subtype.hpp \
- /usr/include/nlohmann/detail/abi_macros.hpp \
- /usr/include/nlohmann/detail/conversions/from_json.hpp \
- /usr/include/nlohmann/detail/conversions/to_chars.hpp \
- /usr/include/nlohmann/detail/conversions/to_json.hpp \
- /usr/include/nlohmann/detail/exceptions.hpp \
- /usr/include/nlohmann/detail/hash.hpp \
- /usr/include/nlohmann/detail/input/binary_reader.hpp \
- /usr/include/nlohmann/detail/input/input_adapters.hpp \
- /usr/include/nlohmann/detail/input/json_sax.hpp \
- /usr/include/nlohmann/detail/input/lexer.hpp \
- /usr/include/nlohmann/detail/input/parser.hpp \
- /usr/include/nlohmann/detail/input/position_t.hpp \
- /usr/include/nlohmann/detail/iterators/internal_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/iter_impl.hpp \
- /usr/include/nlohmann/detail/iterators/iteration_proxy.hpp \
- /usr/include/nlohmann/detail/iterators/iterator_traits.hpp \
- /usr/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/primitive_iterator.hpp \
- /usr/include/nlohmann/detail/json_custom_base_class.hpp \
- /usr/include/nlohmann/detail/json_pointer.hpp \
- /usr/include/nlohmann/detail/json_ref.hpp \
- /usr/include/nlohmann/detail/macro_scope.hpp \
- /usr/include/nlohmann/detail/macro_unscope.hpp \
- /usr/include/nlohmann/detail/meta/call_std/begin.hpp \
- /usr/include/nlohmann/detail/meta/call_std/end.hpp \
- /usr/include/nlohmann/detail/meta/cpp_future.hpp \
- /usr/include/nlohmann/detail/meta/detected.hpp \
- /usr/include/nlohmann/detail/meta/identity_tag.hpp \
- /usr/include/nlohmann/detail/meta/is_sax.hpp \
- /usr/include/nlohmann/detail/meta/std_fs.hpp \
- /usr/include/nlohmann/detail/meta/type_traits.hpp \
- /usr/include/nlohmann/detail/meta/void_t.hpp \
- /usr/include/nlohmann/detail/output/binary_writer.hpp \
- /usr/include/nlohmann/detail/output/output_adapters.hpp \
- /usr/include/nlohmann/detail/output/serializer.hpp \
- /usr/include/nlohmann/detail/string_concat.hpp \
- /usr/include/nlohmann/detail/string_escape.hpp \
- /usr/include/nlohmann/detail/value_t.hpp \
- /usr/include/nlohmann/json.hpp \
- /usr/include/nlohmann/json_fwd.hpp \
- /usr/include/nlohmann/ordered_map.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QDialog \
- /usr/include/qt/QtWidgets/qdialog.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/stdio.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/T6NPIT3GCD/moc_imageredactor.cpp.d b/checks-parser_autogen/T6NPIT3GCD/moc_imageredactor.cpp.d
deleted file mode 100644
index 246b1d2..0000000
--- a/checks-parser_autogen/T6NPIT3GCD/moc_imageredactor.cpp.d
+++ /dev/null
@@ -1,364 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/T6NPIT3GCD/moc_imageredactor.cpp: /home/leca/projects/qt/checks-parser/image_redactor/imageredactor.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/stdio_lim.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__fpos64_t.h \
- /usr/include/bits/types/__fpos_t.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/cookie_io_functions_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct_FILE.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qcoreevent.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qfile.h \
- /usr/include/qt/QtCore/qfiledevice.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmap.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qset.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qurl.h \
- /usr/include/qt/QtCore/qvariant.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/QMouseEvent \
- /usr/include/qt/QtGui/QWheelEvent \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qevent.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpainter.h \
- /usr/include/qt/QtGui/qpainterpath.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpen.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtextoption.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtouchdevice.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qvector2d.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QGraphicsPixmapItem \
- /usr/include/qt/QtWidgets/QGraphicsScene \
- /usr/include/qt/QtWidgets/QGraphicsView \
- /usr/include/qt/QtWidgets/qabstractscrollarea.h \
- /usr/include/qt/QtWidgets/qframe.h \
- /usr/include/qt/QtWidgets/qgraphicsitem.h \
- /usr/include/qt/QtWidgets/qgraphicsscene.h \
- /usr/include/qt/QtWidgets/qgraphicsview.h \
- /usr/include/qt/QtWidgets/qscrollarea.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/stdio.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/WWEXDOY447/moc_imageview.cpp.d b/checks-parser_autogen/WWEXDOY447/moc_imageview.cpp.d
deleted file mode 100644
index 994a116..0000000
--- a/checks-parser_autogen/WWEXDOY447/moc_imageview.cpp.d
+++ /dev/null
@@ -1,338 +0,0 @@
-/home/leca/projects/qt/checks-parser/checks-parser_autogen/WWEXDOY447/moc_imageview.cpp: /home/leca/projects/qt/checks-parser/imageview/imageview.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/QObject \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QLabel \
- /usr/include/qt/QtWidgets/QWidget \
- /usr/include/qt/QtWidgets/qframe.h \
- /usr/include/qt/QtWidgets/qlabel.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h
diff --git a/checks-parser_autogen/deps b/checks-parser_autogen/deps
deleted file mode 100644
index 8d657cd..0000000
--- a/checks-parser_autogen/deps
+++ /dev/null
@@ -1,605 +0,0 @@
-checks-parser_autogen/timestamp: \
- /home/leca/projects/qt/checks-parser/CMakeFiles/3.30.5/CMakeCXXCompiler.cmake \
- /home/leca/projects/qt/checks-parser/CMakeFiles/3.30.5/CMakeSystem.cmake \
- /home/leca/projects/qt/checks-parser/CMakeLists.txt \
- /home/leca/projects/qt/checks-parser/adjustpicturedialog.cpp \
- /home/leca/projects/qt/checks-parser/adjustpicturedialog.h \
- /home/leca/projects/qt/checks-parser/check/check.cpp \
- /home/leca/projects/qt/checks-parser/check/check.h \
- /home/leca/projects/qt/checks-parser/checks-parser_autogen/moc_predefs.h \
- /home/leca/projects/qt/checks-parser/goods/goods.cpp \
- /home/leca/projects/qt/checks-parser/goods/goods.h \
- /home/leca/projects/qt/checks-parser/image/checkimage.cpp \
- /home/leca/projects/qt/checks-parser/image/checkimage.h \
- /home/leca/projects/qt/checks-parser/image_redactor/imageredactor.cpp \
- /home/leca/projects/qt/checks-parser/image_redactor/imageredactor.h \
- /home/leca/projects/qt/checks-parser/imageview/imageview.cpp \
- /home/leca/projects/qt/checks-parser/imageview/imageview.h \
- /home/leca/projects/qt/checks-parser/main.cpp \
- /home/leca/projects/qt/checks-parser/mainwindow.cpp \
- /home/leca/projects/qt/checks-parser/mainwindow.h \
- /home/leca/projects/qt/checks-parser/net/net.cpp \
- /home/leca/projects/qt/checks-parser/net/net.h \
- /home/leca/projects/qt/checks-parser/ofd/ofd.cpp \
- /home/leca/projects/qt/checks-parser/ofd/ofd.h \
- /home/leca/projects/qt/checks-parser/output/output_options.cpp \
- /home/leca/projects/qt/checks-parser/output/output_options.h \
- /home/leca/projects/qt/checks-parser/outputdialog.cpp \
- /home/leca/projects/qt/checks-parser/outputdialog.h \
- /home/leca/projects/qt/checks-parser/parser/module.cpp \
- /home/leca/projects/qt/checks-parser/parser/module.h \
- /home/leca/projects/qt/checks-parser/parser/parser.cpp \
- /home/leca/projects/qt/checks-parser/parser/parser.h \
- /home/leca/projects/qt/checks-parser/settings/settings.cpp \
- /home/leca/projects/qt/checks-parser/settings/settings.h \
- /home/leca/projects/qt/checks-parser/settingsdialog.cpp \
- /home/leca/projects/qt/checks-parser/settingsdialog.h \
- /home/leca/projects/qt/checks-parser/utils/utils.cpp \
- /home/leca/projects/qt/checks-parser/utils/utils.h \
- /usr/include/asm-generic/errno-base.h \
- /usr/include/asm-generic/errno.h \
- /usr/include/asm/errno.h \
- /usr/include/asm/unistd.h \
- /usr/include/asm/unistd_64.h \
- /usr/include/assert.h \
- /usr/include/bits/atomic_wide_counter.h \
- /usr/include/bits/confname.h \
- /usr/include/bits/cpu-set.h \
- /usr/include/bits/endian.h \
- /usr/include/bits/endianness.h \
- /usr/include/bits/environments.h \
- /usr/include/bits/errno.h \
- /usr/include/bits/floatn-common.h \
- /usr/include/bits/floatn.h \
- /usr/include/bits/getopt_core.h \
- /usr/include/bits/getopt_posix.h \
- /usr/include/bits/libc-header-start.h \
- /usr/include/bits/locale.h \
- /usr/include/bits/long-double.h \
- /usr/include/bits/posix_opt.h \
- /usr/include/bits/pthread_stack_min-dynamic.h \
- /usr/include/bits/pthreadtypes-arch.h \
- /usr/include/bits/pthreadtypes.h \
- /usr/include/bits/sched.h \
- /usr/include/bits/setjmp.h \
- /usr/include/bits/stdio_lim.h \
- /usr/include/bits/struct_mutex.h \
- /usr/include/bits/struct_rwlock.h \
- /usr/include/bits/syscall.h \
- /usr/include/bits/thread-shared-types.h \
- /usr/include/bits/time.h \
- /usr/include/bits/time64.h \
- /usr/include/bits/timesize.h \
- /usr/include/bits/timex.h \
- /usr/include/bits/types.h \
- /usr/include/bits/types/FILE.h \
- /usr/include/bits/types/__FILE.h \
- /usr/include/bits/types/__fpos64_t.h \
- /usr/include/bits/types/__fpos_t.h \
- /usr/include/bits/types/__locale_t.h \
- /usr/include/bits/types/__mbstate_t.h \
- /usr/include/bits/types/__sigset_t.h \
- /usr/include/bits/types/clock_t.h \
- /usr/include/bits/types/clockid_t.h \
- /usr/include/bits/types/cookie_io_functions_t.h \
- /usr/include/bits/types/error_t.h \
- /usr/include/bits/types/locale_t.h \
- /usr/include/bits/types/mbstate_t.h \
- /usr/include/bits/types/struct_FILE.h \
- /usr/include/bits/types/struct___jmp_buf_tag.h \
- /usr/include/bits/types/struct_itimerspec.h \
- /usr/include/bits/types/struct_sched_param.h \
- /usr/include/bits/types/struct_timespec.h \
- /usr/include/bits/types/struct_timeval.h \
- /usr/include/bits/types/struct_tm.h \
- /usr/include/bits/types/time_t.h \
- /usr/include/bits/types/timer_t.h \
- /usr/include/bits/types/wint_t.h \
- /usr/include/bits/typesizes.h \
- /usr/include/bits/unistd_ext.h \
- /usr/include/bits/wchar.h \
- /usr/include/bits/wctype-wchar.h \
- /usr/include/bits/wordsize.h \
- /usr/include/c++/14.2.1/algorithm \
- /usr/include/c++/14.2.1/any \
- /usr/include/c++/14.2.1/array \
- /usr/include/c++/14.2.1/atomic \
- /usr/include/c++/14.2.1/backward/auto_ptr.h \
- /usr/include/c++/14.2.1/backward/binders.h \
- /usr/include/c++/14.2.1/bit \
- /usr/include/c++/14.2.1/bits/algorithmfwd.h \
- /usr/include/c++/14.2.1/bits/align.h \
- /usr/include/c++/14.2.1/bits/alloc_traits.h \
- /usr/include/c++/14.2.1/bits/allocated_ptr.h \
- /usr/include/c++/14.2.1/bits/allocator.h \
- /usr/include/c++/14.2.1/bits/atomic_base.h \
- /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \
- /usr/include/c++/14.2.1/bits/atomic_wait.h \
- /usr/include/c++/14.2.1/bits/basic_ios.h \
- /usr/include/c++/14.2.1/bits/basic_ios.tcc \
- /usr/include/c++/14.2.1/bits/basic_string.h \
- /usr/include/c++/14.2.1/bits/basic_string.tcc \
- /usr/include/c++/14.2.1/bits/c++0x_warning.h \
- /usr/include/c++/14.2.1/bits/char_traits.h \
- /usr/include/c++/14.2.1/bits/charconv.h \
- /usr/include/c++/14.2.1/bits/codecvt.h \
- /usr/include/c++/14.2.1/bits/concept_check.h \
- /usr/include/c++/14.2.1/bits/cpp_type_traits.h \
- /usr/include/c++/14.2.1/bits/cxxabi_forced.h \
- /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \
- /usr/include/c++/14.2.1/bits/erase_if.h \
- /usr/include/c++/14.2.1/bits/exception.h \
- /usr/include/c++/14.2.1/bits/exception_defines.h \
- /usr/include/c++/14.2.1/bits/exception_ptr.h \
- /usr/include/c++/14.2.1/bits/functexcept.h \
- /usr/include/c++/14.2.1/bits/functional_hash.h \
- /usr/include/c++/14.2.1/bits/gslice.h \
- /usr/include/c++/14.2.1/bits/gslice_array.h \
- /usr/include/c++/14.2.1/bits/hash_bytes.h \
- /usr/include/c++/14.2.1/bits/indirect_array.h \
- /usr/include/c++/14.2.1/bits/invoke.h \
- /usr/include/c++/14.2.1/bits/ios_base.h \
- /usr/include/c++/14.2.1/bits/istream.tcc \
- /usr/include/c++/14.2.1/bits/iterator_concepts.h \
- /usr/include/c++/14.2.1/bits/list.tcc \
- /usr/include/c++/14.2.1/bits/locale_classes.h \
- /usr/include/c++/14.2.1/bits/locale_classes.tcc \
- /usr/include/c++/14.2.1/bits/locale_conv.h \
- /usr/include/c++/14.2.1/bits/locale_facets.h \
- /usr/include/c++/14.2.1/bits/locale_facets.tcc \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.h \
- /usr/include/c++/14.2.1/bits/locale_facets_nonio.tcc \
- /usr/include/c++/14.2.1/bits/localefwd.h \
- /usr/include/c++/14.2.1/bits/mask_array.h \
- /usr/include/c++/14.2.1/bits/max_size_type.h \
- /usr/include/c++/14.2.1/bits/memory_resource.h \
- /usr/include/c++/14.2.1/bits/memoryfwd.h \
- /usr/include/c++/14.2.1/bits/mofunc_impl.h \
- /usr/include/c++/14.2.1/bits/move.h \
- /usr/include/c++/14.2.1/bits/move_only_function.h \
- /usr/include/c++/14.2.1/bits/nested_exception.h \
- /usr/include/c++/14.2.1/bits/new_allocator.h \
- /usr/include/c++/14.2.1/bits/node_handle.h \
- /usr/include/c++/14.2.1/bits/ostream.tcc \
- /usr/include/c++/14.2.1/bits/ostream_insert.h \
- /usr/include/c++/14.2.1/bits/out_ptr.h \
- /usr/include/c++/14.2.1/bits/postypes.h \
- /usr/include/c++/14.2.1/bits/predefined_ops.h \
- /usr/include/c++/14.2.1/bits/ptr_traits.h \
- /usr/include/c++/14.2.1/bits/quoted_string.h \
- /usr/include/c++/14.2.1/bits/range_access.h \
- /usr/include/c++/14.2.1/bits/ranges_algo.h \
- /usr/include/c++/14.2.1/bits/ranges_algobase.h \
- /usr/include/c++/14.2.1/bits/ranges_base.h \
- /usr/include/c++/14.2.1/bits/ranges_cmp.h \
- /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \
- /usr/include/c++/14.2.1/bits/ranges_util.h \
- /usr/include/c++/14.2.1/bits/refwrap.h \
- /usr/include/c++/14.2.1/bits/requires_hosted.h \
- /usr/include/c++/14.2.1/bits/sat_arith.h \
- /usr/include/c++/14.2.1/bits/shared_ptr.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \
- /usr/include/c++/14.2.1/bits/shared_ptr_base.h \
- /usr/include/c++/14.2.1/bits/slice_array.h \
- /usr/include/c++/14.2.1/bits/specfun.h \
- /usr/include/c++/14.2.1/bits/std_abs.h \
- /usr/include/c++/14.2.1/bits/std_function.h \
- /usr/include/c++/14.2.1/bits/std_mutex.h \
- /usr/include/c++/14.2.1/bits/stl_algo.h \
- /usr/include/c++/14.2.1/bits/stl_algobase.h \
- /usr/include/c++/14.2.1/bits/stl_bvector.h \
- /usr/include/c++/14.2.1/bits/stl_construct.h \
- /usr/include/c++/14.2.1/bits/stl_function.h \
- /usr/include/c++/14.2.1/bits/stl_heap.h \
- /usr/include/c++/14.2.1/bits/stl_iterator.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \
- /usr/include/c++/14.2.1/bits/stl_list.h \
- /usr/include/c++/14.2.1/bits/stl_map.h \
- /usr/include/c++/14.2.1/bits/stl_multimap.h \
- /usr/include/c++/14.2.1/bits/stl_numeric.h \
- /usr/include/c++/14.2.1/bits/stl_pair.h \
- /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \
- /usr/include/c++/14.2.1/bits/stl_relops.h \
- /usr/include/c++/14.2.1/bits/stl_tempbuf.h \
- /usr/include/c++/14.2.1/bits/stl_tree.h \
- /usr/include/c++/14.2.1/bits/stl_uninitialized.h \
- /usr/include/c++/14.2.1/bits/stl_vector.h \
- /usr/include/c++/14.2.1/bits/stream_iterator.h \
- /usr/include/c++/14.2.1/bits/streambuf.tcc \
- /usr/include/c++/14.2.1/bits/streambuf_iterator.h \
- /usr/include/c++/14.2.1/bits/string_view.tcc \
- /usr/include/c++/14.2.1/bits/stringfwd.h \
- /usr/include/c++/14.2.1/bits/uniform_int_dist.h \
- /usr/include/c++/14.2.1/bits/unique_ptr.h \
- /usr/include/c++/14.2.1/bits/uses_allocator.h \
- /usr/include/c++/14.2.1/bits/uses_allocator_args.h \
- /usr/include/c++/14.2.1/bits/utility.h \
- /usr/include/c++/14.2.1/bits/valarray_after.h \
- /usr/include/c++/14.2.1/bits/valarray_array.h \
- /usr/include/c++/14.2.1/bits/valarray_array.tcc \
- /usr/include/c++/14.2.1/bits/valarray_before.h \
- /usr/include/c++/14.2.1/bits/vector.tcc \
- /usr/include/c++/14.2.1/bits/version.h \
- /usr/include/c++/14.2.1/cassert \
- /usr/include/c++/14.2.1/cctype \
- /usr/include/c++/14.2.1/cerrno \
- /usr/include/c++/14.2.1/charconv \
- /usr/include/c++/14.2.1/climits \
- /usr/include/c++/14.2.1/clocale \
- /usr/include/c++/14.2.1/cmath \
- /usr/include/c++/14.2.1/compare \
- /usr/include/c++/14.2.1/concepts \
- /usr/include/c++/14.2.1/cstddef \
- /usr/include/c++/14.2.1/cstdint \
- /usr/include/c++/14.2.1/cstdio \
- /usr/include/c++/14.2.1/cstdlib \
- /usr/include/c++/14.2.1/cstring \
- /usr/include/c++/14.2.1/ctime \
- /usr/include/c++/14.2.1/cwchar \
- /usr/include/c++/14.2.1/cwctype \
- /usr/include/c++/14.2.1/debug/assertions.h \
- /usr/include/c++/14.2.1/debug/debug.h \
- /usr/include/c++/14.2.1/exception \
- /usr/include/c++/14.2.1/experimental/bits/fs_dir.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_fwd.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_ops.h \
- /usr/include/c++/14.2.1/experimental/bits/fs_path.h \
- /usr/include/c++/14.2.1/experimental/filesystem \
- /usr/include/c++/14.2.1/ext/aligned_buffer.h \
- /usr/include/c++/14.2.1/ext/alloc_traits.h \
- /usr/include/c++/14.2.1/ext/atomicity.h \
- /usr/include/c++/14.2.1/ext/concurrence.h \
- /usr/include/c++/14.2.1/ext/numeric_traits.h \
- /usr/include/c++/14.2.1/ext/string_conversions.h \
- /usr/include/c++/14.2.1/ext/type_traits.h \
- /usr/include/c++/14.2.1/filesystem \
- /usr/include/c++/14.2.1/format \
- /usr/include/c++/14.2.1/forward_list \
- /usr/include/c++/14.2.1/functional \
- /usr/include/c++/14.2.1/initializer_list \
- /usr/include/c++/14.2.1/iomanip \
- /usr/include/c++/14.2.1/ios \
- /usr/include/c++/14.2.1/iosfwd \
- /usr/include/c++/14.2.1/iostream \
- /usr/include/c++/14.2.1/istream \
- /usr/include/c++/14.2.1/iterator \
- /usr/include/c++/14.2.1/limits \
- /usr/include/c++/14.2.1/list \
- /usr/include/c++/14.2.1/locale \
- /usr/include/c++/14.2.1/map \
- /usr/include/c++/14.2.1/memory \
- /usr/include/c++/14.2.1/new \
- /usr/include/c++/14.2.1/numbers \
- /usr/include/c++/14.2.1/numeric \
- /usr/include/c++/14.2.1/optional \
- /usr/include/c++/14.2.1/ostream \
- /usr/include/c++/14.2.1/pstl/execution_defs.h \
- /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \
- /usr/include/c++/14.2.1/stdexcept \
- /usr/include/c++/14.2.1/stdlib.h \
- /usr/include/c++/14.2.1/streambuf \
- /usr/include/c++/14.2.1/string \
- /usr/include/c++/14.2.1/string_view \
- /usr/include/c++/14.2.1/text_encoding \
- /usr/include/c++/14.2.1/tr1/bessel_function.tcc \
- /usr/include/c++/14.2.1/tr1/beta_function.tcc \
- /usr/include/c++/14.2.1/tr1/ell_integral.tcc \
- /usr/include/c++/14.2.1/tr1/exp_integral.tcc \
- /usr/include/c++/14.2.1/tr1/gamma.tcc \
- /usr/include/c++/14.2.1/tr1/hypergeometric.tcc \
- /usr/include/c++/14.2.1/tr1/legendre_function.tcc \
- /usr/include/c++/14.2.1/tr1/modified_bessel_func.tcc \
- /usr/include/c++/14.2.1/tr1/poly_hermite.tcc \
- /usr/include/c++/14.2.1/tr1/poly_laguerre.tcc \
- /usr/include/c++/14.2.1/tr1/riemann_zeta.tcc \
- /usr/include/c++/14.2.1/tr1/special_function_util.h \
- /usr/include/c++/14.2.1/tuple \
- /usr/include/c++/14.2.1/type_traits \
- /usr/include/c++/14.2.1/typeinfo \
- /usr/include/c++/14.2.1/unordered_map \
- /usr/include/c++/14.2.1/utility \
- /usr/include/c++/14.2.1/valarray \
- /usr/include/c++/14.2.1/vector \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/messages_members.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \
- /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/time_members.h \
- /usr/include/ctype.h \
- /usr/include/errno.h \
- /usr/include/features-time64.h \
- /usr/include/features.h \
- /usr/include/gnu/stubs-64.h \
- /usr/include/gnu/stubs.h \
- /usr/include/libintl.h \
- /usr/include/linux/errno.h \
- /usr/include/locale.h \
- /usr/include/nlohmann/adl_serializer.hpp \
- /usr/include/nlohmann/byte_container_with_subtype.hpp \
- /usr/include/nlohmann/detail/abi_macros.hpp \
- /usr/include/nlohmann/detail/conversions/from_json.hpp \
- /usr/include/nlohmann/detail/conversions/to_chars.hpp \
- /usr/include/nlohmann/detail/conversions/to_json.hpp \
- /usr/include/nlohmann/detail/exceptions.hpp \
- /usr/include/nlohmann/detail/hash.hpp \
- /usr/include/nlohmann/detail/input/binary_reader.hpp \
- /usr/include/nlohmann/detail/input/input_adapters.hpp \
- /usr/include/nlohmann/detail/input/json_sax.hpp \
- /usr/include/nlohmann/detail/input/lexer.hpp \
- /usr/include/nlohmann/detail/input/parser.hpp \
- /usr/include/nlohmann/detail/input/position_t.hpp \
- /usr/include/nlohmann/detail/iterators/internal_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/iter_impl.hpp \
- /usr/include/nlohmann/detail/iterators/iteration_proxy.hpp \
- /usr/include/nlohmann/detail/iterators/iterator_traits.hpp \
- /usr/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
- /usr/include/nlohmann/detail/iterators/primitive_iterator.hpp \
- /usr/include/nlohmann/detail/json_custom_base_class.hpp \
- /usr/include/nlohmann/detail/json_pointer.hpp \
- /usr/include/nlohmann/detail/json_ref.hpp \
- /usr/include/nlohmann/detail/macro_scope.hpp \
- /usr/include/nlohmann/detail/macro_unscope.hpp \
- /usr/include/nlohmann/detail/meta/call_std/begin.hpp \
- /usr/include/nlohmann/detail/meta/call_std/end.hpp \
- /usr/include/nlohmann/detail/meta/cpp_future.hpp \
- /usr/include/nlohmann/detail/meta/detected.hpp \
- /usr/include/nlohmann/detail/meta/identity_tag.hpp \
- /usr/include/nlohmann/detail/meta/is_sax.hpp \
- /usr/include/nlohmann/detail/meta/std_fs.hpp \
- /usr/include/nlohmann/detail/meta/type_traits.hpp \
- /usr/include/nlohmann/detail/meta/void_t.hpp \
- /usr/include/nlohmann/detail/output/binary_writer.hpp \
- /usr/include/nlohmann/detail/output/output_adapters.hpp \
- /usr/include/nlohmann/detail/output/serializer.hpp \
- /usr/include/nlohmann/detail/string_concat.hpp \
- /usr/include/nlohmann/detail/string_escape.hpp \
- /usr/include/nlohmann/detail/value_t.hpp \
- /usr/include/nlohmann/json.hpp \
- /usr/include/nlohmann/json_fwd.hpp \
- /usr/include/nlohmann/ordered_map.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley.hpp \
- /usr/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
- /usr/include/pthread.h \
- /usr/include/qt/QtCore/QObject \
- /usr/include/qt/QtCore/qabstractitemmodel.h \
- /usr/include/qt/QtCore/qalgorithms.h \
- /usr/include/qt/QtCore/qarraydata.h \
- /usr/include/qt/QtCore/qatomic.h \
- /usr/include/qt/QtCore/qatomic_cxx11.h \
- /usr/include/qt/QtCore/qbasicatomic.h \
- /usr/include/qt/QtCore/qbytearray.h \
- /usr/include/qt/QtCore/qbytearraylist.h \
- /usr/include/qt/QtCore/qchar.h \
- /usr/include/qt/QtCore/qcompilerdetection.h \
- /usr/include/qt/QtCore/qconfig.h \
- /usr/include/qt/QtCore/qcontainerfwd.h \
- /usr/include/qt/QtCore/qcontainertools_impl.h \
- /usr/include/qt/QtCore/qcoreevent.h \
- /usr/include/qt/QtCore/qdatastream.h \
- /usr/include/qt/QtCore/qfile.h \
- /usr/include/qt/QtCore/qfiledevice.h \
- /usr/include/qt/QtCore/qflags.h \
- /usr/include/qt/QtCore/qgenericatomic.h \
- /usr/include/qt/QtCore/qglobal.h \
- /usr/include/qt/QtCore/qglobalstatic.h \
- /usr/include/qt/QtCore/qhash.h \
- /usr/include/qt/QtCore/qhashfunctions.h \
- /usr/include/qt/QtCore/qiodevice.h \
- /usr/include/qt/QtCore/qiterator.h \
- /usr/include/qt/QtCore/qline.h \
- /usr/include/qt/QtCore/qlist.h \
- /usr/include/qt/QtCore/qlocale.h \
- /usr/include/qt/QtCore/qlogging.h \
- /usr/include/qt/QtCore/qmap.h \
- /usr/include/qt/QtCore/qmargins.h \
- /usr/include/qt/QtCore/qmetatype.h \
- /usr/include/qt/QtCore/qnamespace.h \
- /usr/include/qt/QtCore/qnumeric.h \
- /usr/include/qt/QtCore/qobject.h \
- /usr/include/qt/QtCore/qobject_impl.h \
- /usr/include/qt/QtCore/qobjectdefs.h \
- /usr/include/qt/QtCore/qobjectdefs_impl.h \
- /usr/include/qt/QtCore/qpair.h \
- /usr/include/qt/QtCore/qpoint.h \
- /usr/include/qt/QtCore/qprocessordetection.h \
- /usr/include/qt/QtCore/qrect.h \
- /usr/include/qt/QtCore/qrefcount.h \
- /usr/include/qt/QtCore/qregexp.h \
- /usr/include/qt/QtCore/qregularexpression.h \
- /usr/include/qt/QtCore/qscopedpointer.h \
- /usr/include/qt/QtCore/qset.h \
- /usr/include/qt/QtCore/qshareddata.h \
- /usr/include/qt/QtCore/qsharedpointer.h \
- /usr/include/qt/QtCore/qsharedpointer_impl.h \
- /usr/include/qt/QtCore/qsize.h \
- /usr/include/qt/QtCore/qstring.h \
- /usr/include/qt/QtCore/qstringalgorithms.h \
- /usr/include/qt/QtCore/qstringlist.h \
- /usr/include/qt/QtCore/qstringliteral.h \
- /usr/include/qt/QtCore/qstringmatcher.h \
- /usr/include/qt/QtCore/qstringview.h \
- /usr/include/qt/QtCore/qsysinfo.h \
- /usr/include/qt/QtCore/qsystemdetection.h \
- /usr/include/qt/QtCore/qtcore-config.h \
- /usr/include/qt/QtCore/qtypeinfo.h \
- /usr/include/qt/QtCore/qurl.h \
- /usr/include/qt/QtCore/qvariant.h \
- /usr/include/qt/QtCore/qvarlengtharray.h \
- /usr/include/qt/QtCore/qvector.h \
- /usr/include/qt/QtCore/qversiontagging.h \
- /usr/include/qt/QtGui/QMouseEvent \
- /usr/include/qt/QtGui/QWheelEvent \
- /usr/include/qt/QtGui/qbrush.h \
- /usr/include/qt/QtGui/qcolor.h \
- /usr/include/qt/QtGui/qcursor.h \
- /usr/include/qt/QtGui/qevent.h \
- /usr/include/qt/QtGui/qfont.h \
- /usr/include/qt/QtGui/qfontinfo.h \
- /usr/include/qt/QtGui/qfontmetrics.h \
- /usr/include/qt/QtGui/qicon.h \
- /usr/include/qt/QtGui/qimage.h \
- /usr/include/qt/QtGui/qkeysequence.h \
- /usr/include/qt/QtGui/qmatrix.h \
- /usr/include/qt/QtGui/qpaintdevice.h \
- /usr/include/qt/QtGui/qpainter.h \
- /usr/include/qt/QtGui/qpainterpath.h \
- /usr/include/qt/QtGui/qpalette.h \
- /usr/include/qt/QtGui/qpen.h \
- /usr/include/qt/QtGui/qpixelformat.h \
- /usr/include/qt/QtGui/qpixmap.h \
- /usr/include/qt/QtGui/qpolygon.h \
- /usr/include/qt/QtGui/qregion.h \
- /usr/include/qt/QtGui/qrgb.h \
- /usr/include/qt/QtGui/qrgba64.h \
- /usr/include/qt/QtGui/qtextoption.h \
- /usr/include/qt/QtGui/qtgui-config.h \
- /usr/include/qt/QtGui/qtguiglobal.h \
- /usr/include/qt/QtGui/qtouchdevice.h \
- /usr/include/qt/QtGui/qtransform.h \
- /usr/include/qt/QtGui/qvalidator.h \
- /usr/include/qt/QtGui/qvector2d.h \
- /usr/include/qt/QtGui/qwindowdefs.h \
- /usr/include/qt/QtWidgets/QComboBox \
- /usr/include/qt/QtWidgets/QDialog \
- /usr/include/qt/QtWidgets/QGraphicsPixmapItem \
- /usr/include/qt/QtWidgets/QGraphicsScene \
- /usr/include/qt/QtWidgets/QGraphicsView \
- /usr/include/qt/QtWidgets/QLabel \
- /usr/include/qt/QtWidgets/QMainWindow \
- /usr/include/qt/QtWidgets/QWidget \
- /usr/include/qt/QtWidgets/qabstractitemdelegate.h \
- /usr/include/qt/QtWidgets/qabstractscrollarea.h \
- /usr/include/qt/QtWidgets/qabstractslider.h \
- /usr/include/qt/QtWidgets/qabstractspinbox.h \
- /usr/include/qt/QtWidgets/qcombobox.h \
- /usr/include/qt/QtWidgets/qdialog.h \
- /usr/include/qt/QtWidgets/qframe.h \
- /usr/include/qt/QtWidgets/qgraphicsitem.h \
- /usr/include/qt/QtWidgets/qgraphicsscene.h \
- /usr/include/qt/QtWidgets/qgraphicsview.h \
- /usr/include/qt/QtWidgets/qlabel.h \
- /usr/include/qt/QtWidgets/qmainwindow.h \
- /usr/include/qt/QtWidgets/qrubberband.h \
- /usr/include/qt/QtWidgets/qscrollarea.h \
- /usr/include/qt/QtWidgets/qsizepolicy.h \
- /usr/include/qt/QtWidgets/qslider.h \
- /usr/include/qt/QtWidgets/qstyle.h \
- /usr/include/qt/QtWidgets/qstyleoption.h \
- /usr/include/qt/QtWidgets/qtabbar.h \
- /usr/include/qt/QtWidgets/qtabwidget.h \
- /usr/include/qt/QtWidgets/qtwidgets-config.h \
- /usr/include/qt/QtWidgets/qtwidgetsglobal.h \
- /usr/include/qt/QtWidgets/qwidget.h \
- /usr/include/sched.h \
- /usr/include/stdc-predef.h \
- /usr/include/stdio.h \
- /usr/include/string.h \
- /usr/include/strings.h \
- /usr/include/sys/cdefs.h \
- /usr/include/sys/syscall.h \
- /usr/include/syscall.h \
- /usr/include/time.h \
- /usr/include/unistd.h \
- /usr/include/wchar.h \
- /usr/include/wctype.h \
- /usr/lib/cmake/Qt5/Qt5Config.cmake \
- /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \
- /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \
- /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \
- /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \
- /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \
- /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \
- /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QICNSPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QJp2Plugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QMngPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QTgaPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QTiffPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QVirtualKeyboardPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWbmpPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QWebpPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \
- /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \
- /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \
- /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \
- /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \
- /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \
- /usr/lib/cmake/opencv4/OpenCVConfig-version.cmake \
- /usr/lib/cmake/opencv4/OpenCVConfig.cmake \
- /usr/lib/cmake/opencv4/OpenCVModules-release.cmake \
- /usr/lib/cmake/opencv4/OpenCVModules.cmake \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \
- /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \
- /usr/share/cmake/Modules/CMakeCXXInformation.cmake \
- /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \
- /usr/share/cmake/Modules/CMakeGenericSystem.cmake \
- /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \
- /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \
- /usr/share/cmake/Modules/CMakeParseArguments.cmake \
- /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \
- /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \
- /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \
- /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \
- /usr/share/cmake/Modules/Compiler/GNU.cmake \
- /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake \
- /usr/share/cmake/Modules/FindPackageMessage.cmake \
- /usr/share/cmake/Modules/FindPkgConfig.cmake \
- /usr/share/cmake/Modules/GNUInstallDirs.cmake \
- /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \
- /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \
- /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \
- /usr/share/cmake/Modules/Platform/Linux.cmake \
- /usr/share/cmake/Modules/Platform/UnixPaths.cmake \
- /home/leca/projects/qt/checks-parser/adjustpicturedialog.ui \
- /home/leca/projects/qt/checks-parser/mainwindow.ui \
- /home/leca/projects/qt/checks-parser/outputdialog.ui \
- /home/leca/projects/qt/checks-parser/settingsdialog.ui \
- /usr/bin/cmake
diff --git a/checks-parser_autogen/moc_predefs.h b/checks-parser_autogen/moc_predefs.h
deleted file mode 100644
index 49143da..0000000
--- a/checks-parser_autogen/moc_predefs.h
+++ /dev/null
@@ -1,468 +0,0 @@
-#define __DBL_MIN_EXP__ (-1021)
-#define __cpp_nontype_template_parameter_auto 201606L
-#define __UINT_LEAST16_MAX__ 0xffff
-#define __FLT16_HAS_QUIET_NAN__ 1
-#define __ATOMIC_ACQUIRE 2
-#define __FLT128_MAX_10_EXP__ 4932
-#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F
-#define __GCC_IEC_559_COMPLEX 2
-#define __cpp_aggregate_nsdmi 201304L
-#define __UINT_LEAST8_TYPE__ unsigned char
-#define __SIZEOF_FLOAT80__ 16
-#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16
-#define __INTMAX_C(c) c ## L
-#define __CHAR_BIT__ 8
-#define __UINT8_MAX__ 0xff
-#define __SCHAR_WIDTH__ 8
-#define __WINT_MAX__ 0xffffffffU
-#define __FLT32_MIN_EXP__ (-125)
-#define __cpp_static_assert 201411L
-#define __BFLT16_MIN_10_EXP__ (-37)
-#define QT_GUI_LIB 1
-#define __ORDER_LITTLE_ENDIAN__ 1234
-#define __WCHAR_MAX__ 0x7fffffff
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
-#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
-#define __GCC_IEC_559 2
-#define __FLT32X_DECIMAL_DIG__ 17
-#define __FLT_EVAL_METHOD__ 0
-#define __cpp_binary_literals 201304L
-#define __FLT64_DECIMAL_DIG__ 17
-#define __cpp_noexcept_function_type 201510L
-#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
-#define __cpp_variadic_templates 200704L
-#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
-#define __SIG_ATOMIC_TYPE__ int
-#define __DBL_MIN_10_EXP__ (-307)
-#define __FINITE_MATH_ONLY__ 0
-#define __cpp_variable_templates 201304L
-#define __FLT32X_MAX_EXP__ 1024
-#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
-#define __FLT32_HAS_DENORM__ 1
-#define __UINT_FAST8_MAX__ 0xff
-#define __cpp_rvalue_reference 200610L
-#define __cpp_nested_namespace_definitions 201411L
-#define __DEC64_MAX_EXP__ 385
-#define __INT8_C(c) c
-#define __LDBL_HAS_INFINITY__ 1
-#define __INT_LEAST8_WIDTH__ 8
-#define __cpp_variadic_using 201611L
-#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
-#define __INT_LEAST8_MAX__ 0x7f
-#define __cpp_attributes 200809L
-#define __cpp_capture_star_this 201603L
-#define __SHRT_MAX__ 0x7fff
-#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L
-#define __FLT64X_MAX_10_EXP__ 4932
-#define __cpp_if_constexpr 201606L
-#define __BFLT16_MAX_10_EXP__ 38
-#define __BFLT16_MAX_EXP__ 128
-#define __LDBL_IS_IEC_60559__ 1
-#define QT_NO_DEBUG 1
-#define __FLT64X_HAS_QUIET_NAN__ 1
-#define __UINT_LEAST8_MAX__ 0xff
-#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
-#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128
-#define __UINTMAX_TYPE__ long unsigned int
-#define __cpp_nsdmi 200809L
-#define __BFLT16_DECIMAL_DIG__ 4
-#define __linux 1
-#define __DEC32_EPSILON__ 1E-6DF
-#define __FLT_EVAL_METHOD_TS_18661_3__ 0
-#define __UINT32_MAX__ 0xffffffffU
-#define __GXX_EXPERIMENTAL_CXX0X__ 1
-#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L)
-#define __FLT128_MIN_EXP__ (-16381)
-#define __WINT_MIN__ 0U
-#define __FLT128_MIN_10_EXP__ (-4931)
-#define __FLT32X_IS_IEC_60559__ 1
-#define __INT_LEAST16_WIDTH__ 16
-#define __SCHAR_MAX__ 0x7f
-#define __FLT128_MANT_DIG__ 113
-#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
-#define __INT64_C(c) c ## L
-#define __SSP_STRONG__ 3
-#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
-#define __ATOMIC_SEQ_CST 5
-#define __unix 1
-#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
-#define __FLT32X_MANT_DIG__ 53
-#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
-#define __cpp_aligned_new 201606L
-#define __FLT32_MAX_10_EXP__ 38
-#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x
-#define __STDC_HOSTED__ 1
-#define __DEC64_MIN_EXP__ (-382)
-#define __cpp_decltype_auto 201304L
-#define __DBL_DIG__ 15
-#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F
-#define __GXX_WEAK__ 1
-#define __SHRT_WIDTH__ 16
-#define __FLT32_IS_IEC_60559__ 1
-#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L
-#define __DBL_IS_IEC_60559__ 1
-#define __DEC32_MAX__ 9.999999E96DF
-#define __cpp_threadsafe_static_init 200806L
-#define __cpp_enumerator_attributes 201411L
-#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x
-#define __FLT32X_HAS_INFINITY__ 1
-#define __unix__ 1
-#define __INT_WIDTH__ 32
-#define __STDC_IEC_559__ 1
-#define __STDC_ISO_10646__ 201706L
-#define __DECIMAL_DIG__ 21
-#define __STDC_IEC_559_COMPLEX__ 1
-#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64
-#define __gnu_linux__ 1
-#define __INT16_MAX__ 0x7fff
-#define __FLT64_MIN_EXP__ (-1021)
-#define __FLT64X_MIN_10_EXP__ (-4931)
-#define __LDBL_HAS_QUIET_NAN__ 1
-#define __cpp_return_type_deduction 201304L
-#define __FLT16_MIN_EXP__ (-13)
-#define __FLT64_MANT_DIG__ 53
-#define __FLT64X_MANT_DIG__ 64
-#define __BFLT16_DIG__ 2
-#define __GNUC__ 14
-#define __GXX_RTTI 1
-#define __pie__ 2
-#define __MMX__ 1
-#define __FLT_HAS_DENORM__ 1
-#define __SIZEOF_LONG_DOUBLE__ 16
-#define __BIGGEST_ALIGNMENT__ 16
-#define __STDC_UTF_16__ 1
-#define __FLT64_MAX_10_EXP__ 308
-#define __BFLT16_IS_IEC_60559__ 0
-#define __FLT16_MAX_10_EXP__ 4
-#define __cpp_delegating_constructors 200604L
-#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L)
-#define __cpp_raw_strings 200710L
-#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
-#define __DBL_HAS_INFINITY__ 1
-#define __INT64_MAX__ 0x7fffffffffffffffL
-#define __SIZEOF_FLOAT__ 4
-#define __HAVE_SPECULATION_SAFE_VALUE 1
-#define __cpp_fold_expressions 201603L
-#define __DEC32_MIN_EXP__ (-94)
-#define __INTPTR_WIDTH__ 64
-#define __UINT_LEAST32_MAX__ 0xffffffffU
-#define __FLT32X_HAS_DENORM__ 1
-#define __INT_FAST16_TYPE__ long int
-#define __MMX_WITH_SSE__ 1
-#define __LDBL_HAS_DENORM__ 1
-#define QT_WIDGETS_LIB 1
-#define __SEG_GS 1
-#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16
-#define __cplusplus 201703L
-#define __cpp_ref_qualifiers 200710L
-#define __DEC32_MIN__ 1E-95DF
-#define __DEPRECATED 1
-#define __cpp_rvalue_references 200610L
-#define __DBL_MAX_EXP__ 1024
-#define __WCHAR_WIDTH__ 32
-#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32
-#define __DEC128_EPSILON__ 1E-33DL
-#define __FLT16_DECIMAL_DIG__ 5
-#define __SSE2_MATH__ 1
-#define __ATOMIC_HLE_RELEASE 131072
-#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
-#define __amd64 1
-#define __ATOMIC_HLE_ACQUIRE 65536
-#define __GNUG__ 14
-#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
-#define __SIZEOF_SIZE_T__ 8
-#define __BFLT16_HAS_INFINITY__ 1
-#define __FLT64X_MIN_EXP__ (-16381)
-#define __SIZEOF_WINT_T__ 4
-#define __FLT32X_DIG__ 15
-#define __LONG_LONG_WIDTH__ 64
-#define __cpp_initializer_lists 200806L
-#define __FLT32_MAX_EXP__ 128
-#define ABI_ID "ELF"
-#define __cpp_hex_float 201603L
-#define __GXX_ABI_VERSION 1019
-#define __FLT_MIN_EXP__ (-125)
-#define __GCC_HAVE_DWARF2_CFI_ASM 1
-#define __x86_64 1
-#define __cpp_lambdas 200907L
-#define __INT_FAST64_TYPE__ long int
-#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16
-#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64
-#define __cpp_template_auto 201606L
-#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16
-#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128
-#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x
-#define __SIZEOF_POINTER__ 8
-#define __SIZE_TYPE__ long unsigned int
-#define __LP64__ 1
-#define __DBL_HAS_QUIET_NAN__ 1
-#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x
-#define __LDBL_MAX_EXP__ 16384
-#define __DECIMAL_BID_FORMAT__ 1
-#define __FLT64_MIN_10_EXP__ (-307)
-#define __FLT16_MIN_10_EXP__ (-4)
-#define __FLT64X_DECIMAL_DIG__ 21
-#define __DEC128_MIN__ 1E-6143DL
-#define __REGISTER_PREFIX__
-#define __UINT16_MAX__ 0xffff
-#define __FLT128_HAS_INFINITY__ 1
-#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
-#define __UINT8_TYPE__ unsigned char
-#define __FLT_DIG__ 6
-#define __NO_INLINE__ 1
-#define __DEC_EVAL_METHOD__ 2
-#define __FLT_MANT_DIG__ 24
-#define __LDBL_DECIMAL_DIG__ 21
-#define __VERSION__ "14.2.1 20240910"
-#define __UINT64_C(c) c ## UL
-#define __cpp_unicode_characters 201411L
-#define _STDC_PREDEF_H 1
-#define __INT_LEAST32_MAX__ 0x7fffffff
-#define __GCC_ATOMIC_INT_LOCK_FREE 2
-#define __FLT128_MAX_EXP__ 16384
-#define __FLT32_MANT_DIG__ 24
-#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
-#define SIZEOF_DPTR (sizeof(void*))
-#define __FLT32X_MIN_EXP__ (-1021)
-#define __STDC_IEC_60559_COMPLEX__ 201404L
-#define __cpp_aggregate_bases 201603L
-#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16
-#define __FLT128_HAS_DENORM__ 1
-#define __FLT32_DECIMAL_DIG__ 9
-#define __FLT128_DIG__ 33
-#define __INT32_C(c) c
-#define __DEC64_EPSILON__ 1E-15DD
-#define __ORDER_PDP_ENDIAN__ 3412
-#define __DEC128_MIN_EXP__ (-6142)
-#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
-#define __INT_FAST32_TYPE__ long int
-#define __UINT_LEAST16_TYPE__ short unsigned int
-#define __DEC128_MAX_EXP__ 6145
-#define unix 1
-#define __DBL_HAS_DENORM__ 1
-#define __cpp_rtti 199711L
-#define __UINT64_MAX__ 0xffffffffffffffffUL
-#define __FLT_IS_IEC_60559__ 1
-#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE"
-#define __FLT64X_DIG__ 18
-#define __INT8_TYPE__ signed char
-#define __cpp_digit_separators 201309L
-#define __ELF__ 1
-#define __GCC_ASM_FLAG_OUTPUTS__ 1
-#define __UINT32_TYPE__ unsigned int
-#define __BFLT16_HAS_QUIET_NAN__ 1
-#define __FLT_RADIX__ 2
-#define __INT_LEAST16_TYPE__ short int
-#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L
-#define __UINTMAX_C(c) c ## UL
-#define __FLT16_DIG__ 3
-#define __k8 1
-#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x
-#define __SIG_ATOMIC_MAX__ 0x7fffffff
-#define __cpp_constexpr 201603L
-#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
-#define __USER_LABEL_PREFIX__
-#define __STDC_IEC_60559_BFP__ 201404L
-#define __SIZEOF_PTRDIFF_T__ 8
-#define __FLT64X_HAS_INFINITY__ 1
-#define __SIZEOF_LONG__ 8
-#define __LDBL_DIG__ 18
-#define __FLT64_IS_IEC_60559__ 1
-#define __x86_64__ 1
-#define __FLT16_IS_IEC_60559__ 1
-#define __FLT16_MAX_EXP__ 16
-#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
-#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
-#define __GCC_CONSTRUCTIVE_SIZE 64
-#define __FLT64_DIG__ 15
-#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
-#define __UINT_LEAST64_TYPE__ long unsigned int
-#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16
-#define __FLT_HAS_QUIET_NAN__ 1
-#define __FLT_MAX_10_EXP__ 38
-#define __FLT64X_HAS_DENORM__ 1
-#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
-#define __FLT_HAS_INFINITY__ 1
-#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8"
-#define __cpp_unicode_literals 200710L
-#define __UINT_FAST16_TYPE__ long unsigned int
-#define __DEC64_MAX__ 9.999999999999999E384DD
-#define __INT_FAST32_WIDTH__ 64
-#define __CHAR16_TYPE__ short unsigned int
-#define __PRAGMA_REDEFINE_EXTNAME 1
-#define __SIZE_WIDTH__ 64
-#define __SEG_FS 1
-#define __INT_LEAST16_MAX__ 0x7fff
-#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16
-#define __DEC64_MANT_DIG__ 16
-#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32
-#define __SIG_ATOMIC_WIDTH__ 32
-#define __GCC_DESTRUCTIVE_SIZE 64
-#define __INT_LEAST64_TYPE__ long int
-#define __INT16_TYPE__ short int
-#define __INT_LEAST8_TYPE__ signed char
-#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16
-#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128
-#define __cpp_structured_bindings 201606L
-#define __SIZEOF_INT__ 4
-#define __DEC32_MAX_EXP__ 97
-#define __INT_FAST8_MAX__ 0x7f
-#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128
-#define __INTPTR_MAX__ 0x7fffffffffffffffL
-#define __cpp_sized_deallocation 201309L
-#define __cpp_guaranteed_copy_elision 201606L
-#define linux 1
-#define __FLT64_HAS_QUIET_NAN__ 1
-#define __FLT32_MIN_10_EXP__ (-37)
-#define __EXCEPTIONS 1
-#define __UINT16_C(c) c
-#define __PTRDIFF_WIDTH__ 64
-#define __LDBL_MANT_DIG__ 64
-#define __cpp_range_based_for 201603L
-#define __INT_FAST16_WIDTH__ 64
-#define __FLT64_HAS_INFINITY__ 1
-#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x
-#define __FLT16_HAS_INFINITY__ 1
-#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16
-#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
-#define __code_model_small__ 1
-#define __GCC_ATOMIC_LONG_LOCK_FREE 2
-#define __cpp_nontype_template_args 201411L
-#define __DEC32_MANT_DIG__ 7
-#define __k8__ 1
-#define __INTPTR_TYPE__ long int
-#define __UINT16_TYPE__ short unsigned int
-#define __WCHAR_TYPE__ int
-#define __pic__ 2
-#define __UINTPTR_MAX__ 0xffffffffffffffffUL
-#define __INT_FAST64_WIDTH__ 64
-#define __cpp_decltype 200707L
-#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
-#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
-#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F
-#define __FLT32_HAS_INFINITY__ 1
-#define __FLT64X_MAX_EXP__ 16384
-#define __UINT_FAST64_TYPE__ long unsigned int
-#define __cpp_inline_variables 201606L
-#define __BFLT16_MIN_EXP__ (-125)
-#define __INT_MAX__ 0x7fffffff
-#define __linux__ 1
-#define __INT64_TYPE__ long int
-#define __FLT_MAX_EXP__ 128
-#define __ORDER_BIG_ENDIAN__ 4321
-#define __DBL_MANT_DIG__ 53
-#define __cpp_inheriting_constructors 201511L
-#define QT_CORE_LIB 1
-#define __SIZEOF_FLOAT128__ 16
-#define __BFLT16_MANT_DIG__ 8
-#define __DEC64_MIN__ 1E-383DD
-#define __WINT_TYPE__ unsigned int
-#define __UINT_LEAST32_TYPE__ unsigned int
-#define __SIZEOF_SHORT__ 2
-#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32
-#define __SSE__ 1
-#define __LDBL_MIN_EXP__ (-16381)
-#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64
-#define __amd64__ 1
-#define __WINT_WIDTH__ 32
-#define __INT_LEAST64_WIDTH__ 64
-#define __FLT32X_MAX_10_EXP__ 308
-#define __cpp_namespace_attributes 201411L
-#define __SIZEOF_INT128__ 16
-#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16
-#define __FLT64X_IS_IEC_60559__ 1
-#define __LDBL_MAX_10_EXP__ 4932
-#define __ATOMIC_RELAXED 0
-#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L)
-#define __INT_LEAST32_TYPE__ int
-#define _LP64 1
-#define __UINT8_C(c) c
-#define __FLT64_MAX_EXP__ 1024
-#define __SIZEOF_WCHAR_T__ 4
-#define __GNUC_PATCHLEVEL__ 1
-#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128
-#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64
-#define __FLT128_HAS_QUIET_NAN__ 1
-#define __INTMAX_MAX__ 0x7fffffffffffffffL
-#define __INT_FAST8_TYPE__ signed char
-#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x
-#define __STDCPP_THREADS__ 1
-#define __BFLT16_HAS_DENORM__ 1
-#define __GNUC_STDC_INLINE__ 1
-#define __FLT64_HAS_DENORM__ 1
-#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32
-#define __FLT16_HAS_DENORM__ 1
-#define __DBL_DECIMAL_DIG__ 17
-#define __STDC_UTF_32__ 1
-#define __INT_FAST8_WIDTH__ 8
-#define __FXSR__ 1
-#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x
-#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L)
-#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
-#define __INTMAX_WIDTH__ 64
-#define __cpp_runtime_arrays 198712L
-#define __FLT32_DIG__ 6
-#define __UINT64_TYPE__ long unsigned int
-#define __UINT32_C(c) c ## U
-#define __cpp_alias_templates 200704L
-#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F
-#define __FLT128_IS_IEC_60559__ 1
-#define __INT8_MAX__ 0x7f
-#define __LONG_WIDTH__ 64
-#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L)
-#define __PIC__ 2
-#define __INT32_MAX__ 0x7fffffff
-#define __UINT_FAST32_TYPE__ long unsigned int
-#define __FLT16_MANT_DIG__ 11
-#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x
-#define __CHAR32_TYPE__ unsigned int
-#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F
-#define __SSE2__ 1
-#define __cpp_deduction_guides 201703L
-#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16
-#define __INT32_TYPE__ int
-#define __SIZEOF_DOUBLE__ 8
-#define __cpp_exceptions 199711L
-#define __FLT_MIN_10_EXP__ (-37)
-#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64
-#define __INT_LEAST32_WIDTH__ 32
-#define __INTMAX_TYPE__ long int
-#define __GLIBCXX_BITSIZE_INT_N_0 128
-#define __FLT32X_HAS_QUIET_NAN__ 1
-#define __ATOMIC_CONSUME 1
-#define __GNUC_MINOR__ 2
-#define __GLIBCXX_TYPE_INT_N_0 __int128
-#define __UINTMAX_MAX__ 0xffffffffffffffffUL
-#define __PIE__ 2
-#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x
-#define __cpp_template_template_args 201611L
-#define __DBL_MAX_10_EXP__ 308
-#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L
-#define __INT16_C(c) c
-#define __STDC__ 1
-#define __PTRDIFF_TYPE__ long int
-#define __LONG_MAX__ 0x7fffffffffffffffL
-#define __FLT32X_MIN_10_EXP__ (-307)
-#define __UINTPTR_TYPE__ long unsigned int
-#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
-#define __DEC128_MANT_DIG__ 34
-#define __LDBL_MIN_10_EXP__ (-4931)
-#define __cpp_generic_lambdas 201304L
-#define __SSE_MATH__ 1
-#define __SIZEOF_LONG_LONG__ 8
-#define __cpp_user_defined_literals 200809L
-#define __FLT128_DECIMAL_DIG__ 36
-#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
-#define __FLT32_HAS_QUIET_NAN__ 1
-#define __FLT_DECIMAL_DIG__ 9
-#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
-#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L
-#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
-#define __SIZE_MAX__ 0xffffffffffffffffUL
-#define __UINT_FAST8_TYPE__ unsigned char
-#define _GNU_SOURCE 1
-#define __cpp_init_captures 201304L
-#define __ATOMIC_ACQ_REL 4
-#define __ATOMIC_RELEASE 3
diff --git a/checks-parser_autogen/mocs_compilation.cpp b/checks-parser_autogen/mocs_compilation.cpp
deleted file mode 100644
index ff0882c..0000000
--- a/checks-parser_autogen/mocs_compilation.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-// This file is autogenerated. Changes will be overwritten.
-#include "EWIEGA46WW/moc_adjustpicturedialog.cpp"
-#include "T6NPIT3GCD/moc_imageredactor.cpp"
-#include "WWEXDOY447/moc_imageview.cpp"
-#include "EWIEGA46WW/moc_mainwindow.cpp"
-#include "EWIEGA46WW/moc_outputdialog.cpp"
-#include "EWIEGA46WW/moc_settingsdialog.cpp"
diff --git a/checks-parser_autogen/timestamp b/checks-parser_autogen/timestamp
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake_install.cmake b/cmake_install.cmake
deleted file mode 100644
index a3aadc6..0000000
--- a/cmake_install.cmake
+++ /dev/null
@@ -1,78 +0,0 @@
-# Install script for directory: /home/leca/projects/qt/checks-parser
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/usr/local")
-endif()
-string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
-
-# Set the install configuration name.
-if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
- if(BUILD_TYPE)
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
- else()
- set(CMAKE_INSTALL_CONFIG_NAME "")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "0")
-endif()
-
-# Is this installation the result of a crosscompile?
-if(NOT DEFINED CMAKE_CROSSCOMPILING)
- set(CMAKE_CROSSCOMPILING "FALSE")
-endif()
-
-# Set path to fallback-tool for dependency-resolution.
-if(NOT DEFINED CMAKE_OBJDUMP)
- set(CMAKE_OBJDUMP "/usr/bin/objdump")
-endif()
-
-if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser")
- file(RPATH_CHECK
- FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser"
- RPATH "")
- endif()
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/leca/projects/qt/checks-parser/checks-parser")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser")
- if(CMAKE_INSTALL_DO_STRIP)
- execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/checks-parser")
- endif()
- endif()
-endif()
-
-if(CMAKE_INSTALL_COMPONENT)
- if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
- set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
- else()
- string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
- set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
- unset(CMAKE_INST_COMP_HASH)
- endif()
-else()
- set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
-endif()
-
-if(NOT CMAKE_INSTALL_LOCAL_ONLY)
- string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
- "${CMAKE_INSTALL_MANIFEST_FILES}")
- file(WRITE "/home/leca/projects/qt/checks-parser/${CMAKE_INSTALL_MANIFEST}"
- "${CMAKE_INSTALL_MANIFEST_CONTENT}")
-endif()
diff --git a/deploy/Docker/archlinux/Dockerfile b/deploy/Docker/archlinux/Dockerfile
deleted file mode 100644
index c3208ca..0000000
--- a/deploy/Docker/archlinux/Dockerfile
+++ /dev/null
@@ -1,39 +0,0 @@
-FROM archlinux
-
-#Update
-RUN pacman --noconfirm -Sy
-
-#Build dependencies
-RUN pacman --noconfirm -S sudo cmake git coreutils base-devel eigen
-
-#Dependencies from repos
-RUN pacman --noconfirm -S qt5-base mbedtls
-
-RUN echo "MAKEFLAGS=\"-j${nproc}\"" >> /etc/makepkg.conf
-
-RUN useradd -ms /bin/bash checks-parser
-RUN usermod -a -G wheel checks-parser
-
-RUN echo "checks-parser ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
-USER checks-parser
-WORKDIR /home/checks-parser
-
-#Dependencies from sources
-RUN git clone https://aur.archlinux.org/yay.git && \
- cd yay && \
- makepkg -si --noconfirm && \
- cd .. && sudo rm -rf yay
-
-RUN yay -Sy --noconfirm gtkglext
-RUN yay -S --noconfirm cpr opencv opencv2 nlohmann-json tesseract tesseract-data-rus
-
-#building
-WORKDIR /home/checks-parser
-RUN git clone https://git.foxarmy.org/leca/checks-parser && \
- cd checks-parser && \
- mkdir build && cd build && \
- cmake .. && \
- make -j ${nproc} && \
- sudo make install
-
-ENTRYPOINT ["checks-parser"]
diff --git a/deploy/Docker/debian/Dockerfile b/deploy/Docker/debian/Dockerfile
deleted file mode 100644
index 6a3586f..0000000
--- a/deploy/Docker/debian/Dockerfile
+++ /dev/null
@@ -1,34 +0,0 @@
-FROM debian:bullseye
-
-#Update
-RUN apt update -y && apt upgrade -y
-
-#Build dependencies
-RUN apt install -y git build-essential cmake
-
-#Dependencies from repos (qt5, openssl, tesseract and lang package)
-RUN apt install -y qtbase5-dev openssl libmbedtls-dev tesseract-ocr tesseract-ocr-rus libopencv-dev
-
-#Dependencies from sources
-#cpr
-WORKDIR /root
-RUN git clone https://github.com/whoshuu/cpr.git && \
- cd cpr && \
- mkdir build && cd build && \
- cmake .. && \
- make -j ${nproc} && \
- make install && \
- cd /root && rm -rf cpr
-
-
-#building
-
-WORKDIR /root
-RUN git clone https://git.foxarmy.org/leca/checks-parser && \
- cd checks-parser && \
- mkdir build && cd build &&\
- cmake .. && \
- make -j ${nproc} && \
- make install && \
-
-ENTRYPOINT ["checks-parser"]
diff --git a/deploy/appimage/AppDir/.DirIcon b/deploy/appimage/AppDir/.DirIcon
deleted file mode 120000
index ef2a0f2..0000000
--- a/deploy/appimage/AppDir/.DirIcon
+++ /dev/null
@@ -1 +0,0 @@
-checks-parser.png
\ No newline at end of file
diff --git a/deploy/appimage/AppDir/AppRun b/deploy/appimage/AppDir/AppRun
deleted file mode 120000
index 78283d7..0000000
--- a/deploy/appimage/AppDir/AppRun
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/checks-parser
\ No newline at end of file
diff --git a/deploy/appimage/AppDir/checks-parser.desktop b/deploy/appimage/AppDir/checks-parser.desktop
deleted file mode 100644
index afffa7a..0000000
--- a/deploy/appimage/AppDir/checks-parser.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Checks parser
-Type=Application
-Terminal=false
-NoDisplay=false
-Exec=checks-parser
-Categories=Utility;
-Icon=checks-parser
diff --git a/deploy/appimage/AppDir/checks-parser.png b/deploy/appimage/AppDir/checks-parser.png
deleted file mode 100644
index 869f820..0000000
Binary files a/deploy/appimage/AppDir/checks-parser.png and /dev/null differ
diff --git a/goods/goods.cpp b/goods/goods.cpp
deleted file mode 100644
index b41578f..0000000
--- a/goods/goods.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#include "goods.h"
-#include
-
-Goods::Goods(std::string name, double price_per_unit, double quantity) {
- this->name = name;
- this->price_per_unit = price_per_unit;
- this->quantity = quantity;
-}
-
-double Goods::calculate_total_price() {
- return this->price_per_unit * this->quantity;
-}
-
-std::string Goods::get_name() { return this->name; }
-
-double Goods::get_quantity() { return this->quantity; }
-
-double Goods::get_price_per_unit() { return this->price_per_unit; }
-
-void Goods::set_name(std::string name) { this->name = name; }
-
-void Goods::set_quantity(double quantity) { this->quantity = quantity; }
-
-void Goods::set_price_per_unit(double price_per_unit) {
- this->price_per_unit = price_per_unit;
-}
diff --git a/goods/goods.h b/goods/goods.h
deleted file mode 100644
index dee5b70..0000000
--- a/goods/goods.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef GOODS_H
-#define GOODS_H
-
-#include
-
-class Goods
-{
- std::string name;
- double quantity; // by weight or by the piece
- double price_per_unit;
-public:
- Goods(std::string, double, double);
- double calculate_total_price();
-
- std::string get_name();
- double get_quantity();
- double get_price_per_unit();
-
- void set_name(std::string);
- void set_quantity(double);
- void set_price_per_unit(double);
-};
-
-#endif // GOODS_H
diff --git a/image/checkimage.cpp b/image/checkimage.cpp
deleted file mode 100644
index caddf3d..0000000
--- a/image/checkimage.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-#include
-#include
-#include
-#include
-#include "checkimage.h"
-
-CheckImage::CheckImage(std::string path) {
- this->path = path;
-}
-
-std::string CheckImage::parse_text() {
- std::string result;
-
- tesseract::TessBaseAPI *ocr = new tesseract::TessBaseAPI();
- ocr->Init(NULL, "rus", tesseract::OEM_LSTM_ONLY);
- ocr->SetPageSegMode(tesseract::PSM_AUTO);
-
- cv::Mat im = cv::imread(this->path, cv::IMREAD_COLOR);
- ocr->SetImage(im.data, im.cols, im.rows, 3, im.step);
- result = std::string(ocr->GetUTF8Text());
-
- return result;
-}
diff --git a/image/checkimage.h b/image/checkimage.h
deleted file mode 100644
index 54496f9..0000000
--- a/image/checkimage.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef CHECKIMAGE_H
-#define CHECKIMAGE_H
-
-#include
-
-class CheckImage {
- std::string path;
-public:
- CheckImage(std::string path);
-
- std::string parse_text();
-
-};
-
-#endif // CHECKIMAGE_H
diff --git a/image_redactor/imageredactor.cpp b/image_redactor/imageredactor.cpp
deleted file mode 100644
index 6cdd695..0000000
--- a/image_redactor/imageredactor.cpp
+++ /dev/null
@@ -1,48 +0,0 @@
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include "imageredactor.h"
-
-ImageRedactor::ImageRedactor(QWidget *parent) : QGraphicsView(parent) {
- scene = new QGraphicsScene(this);
- setScene(scene);
-
- // Load the image
- QPixmap pixmap("image.jpg");
- item = new QGraphicsPixmapItem(pixmap);
- scene->addItem(item);
-
- // Set the initial zoom level
- setTransformationAnchor(QGraphicsView::AnchorUnderMouse);
-}
-
-void ImageRedactor::wheelEvent(QWheelEvent *event) {
- // Zoom in/out
- setTransformationAnchor(QGraphicsView::AnchorUnderMouse);
- double angle = event->angleDelta().y();
- double factor = qPow(1.2, angle / 240.0);
- scale(factor, factor);
-}
-
-void ImageRedactor::mousePressEvent(QMouseEvent *event)
-{
- // Pan the image
- if (event->button() == Qt::LeftButton)
- {
- setDragMode(QGraphicsView::ScrollHandDrag);
- }
-}
-
-void ImageRedactor::mouseReleaseEvent(QMouseEvent *event)
-{
- // Reset the drag mode
- if (event->button() == Qt::LeftButton)
- {
- setDragMode(QGraphicsView::NoDrag);
- }
-}
diff --git a/image_redactor/imageredactor.h b/image_redactor/imageredactor.h
deleted file mode 100644
index bf050ff..0000000
--- a/image_redactor/imageredactor.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef IMAGEREDACTOR_H
-#define IMAGEREDACTOR_H
-
-#include
-#include
-#include
-#include
-#include
-
-class ImageRedactor : public QGraphicsView
-{
- Q_OBJECT
-public:
- ImageRedactor(QWidget *parent = nullptr);
-protected:
- void wheelEvent(QWheelEvent *event);
-
- void mousePressEvent(QMouseEvent *event);
-
- void mouseReleaseEvent(QMouseEvent *event);
-
-private:
- QGraphicsScene *scene;
- QGraphicsPixmapItem *item;
-};
-
-#endif // IMAGEREDACTOR_H
diff --git a/imageview/imageview.cpp b/imageview/imageview.cpp
deleted file mode 100644
index 919e55c..0000000
--- a/imageview/imageview.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-#include
-#include "imageview.h"
-#include
-
-
-ImageView::ImageView(QWidget *parent) :
- QLabel(parent) {
-
- // std::cout << this->geometry().height() << " " << this->geometry().width() << std::endl;
-}
-
-// ImageView::ImageView(QWidget *parent, std::string path):
-// QLabel(parent) {
-// this->setPixmap(QPixmap(QString::fromStdString(path)));
-// }
-
-void ImageView::wheelEvent(QWheelEvent *event) {
- QPointF shift = event->position();
- QRegion r = QRegion();
- // this->pixmap(Qt::ReturnByValueConstant::ReturnByValue).scroll(10, 10, this->rect(), &r);
- this->scroll(shift.x(), shift.y(), this->rect());
- // this->setPixmap(QPixmap());
- // pm.scroll(shift.x(), shift.y(), this->rect());
-
- // pm.scroll();
- // this->setPixmap(pm);
-
- //this->pixmap(Qt::ReturnByValueConstant::ReturnByValue).scroll(shift.x(), shift.y(), this->pixmap()->rect());
-
- QPoint numDegrees = event->angleDelta() / 8;
- std::cout << numDegrees.x() << std::endl;
- event->accept();
-}
-
-void ImageView::setImage(std::string image){
- //Commented is a way of scaling that is, as I understand, is lossless. If there'll be problems with current method's losses, I'll return to commented method
-
- maxHeight = this->height();
- maxWidth = this->width();
-
- QPixmap pixmap = QPixmap(QString::fromStdString(image));
- // double scaleFactor = pixmap.height() > pixmap.width()? static_cast(maxHeight) / pixmap.height() : static_cast(maxWidth) / pixmap.width();
-
- pixmap = pixmap.scaled(maxWidth, maxHeight, Qt::AspectRatioMode::KeepAspectRatio);
-
-
- this->setPixmap(pixmap);
-
- // this->setGeometry(this->geometry().x(), this->geometry().y(), pixmap.width() * scaleFactor, pixmap.height() * scaleFactor);
- // this->setScaledContents(true);
-}
diff --git a/imageview/imageview.h b/imageview/imageview.h
deleted file mode 100644
index b182a82..0000000
--- a/imageview/imageview.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef IMAGEVIEW_H
-#define IMAGEVIEW_H
-
-#include
-#include
-#include
-
-class ImageView : public QLabel
-{
- Q_OBJECT
-
- double maxHeight, maxWidth;
-public:
- ImageView(QWidget *parent=nullptr);
- // ImageView(QWidget *parent=nullptr, std::string path="");
- void wheelEvent(QWheelEvent*);
- void setImage(std::string);
-};
-#endif // IMAGEVIEW_H
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index 081b897..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,55 +0,0 @@
-#include "mainwindow.h"
-#include "net/net.h"
-#include "ofd/ofd.h"
-#include "settings/settings.h"
-#include "utils/utils.h"
-#include
-#include
-#include
-#include
-
-int main(int argc, char *argv[]) {
- curl_global_init(CURL_GLOBAL_ALL);
-
- std::string program_data_path = get_path_relative_to_home(".local/share/checks_parser");
- std::filesystem::create_directories(program_data_path);
-
- std::string settings_file_path =
- get_path_relative_to_home(".local/share/checks_parser/settings.json");
-
- Settings s(settings_file_path);
- OFD ofd;
- Net n;
-
- // std::vector ofd_updates = ofd.check_updates();
- // for (const std::string &update : ofd_updates) {
- // std::cout << "Downloading "
- // << s.get_setting("ofds_modules_url") + update << " to "
- // << get_path_relative_to_home(s.get_setting("ofds_modules_dir") +
- // "/" + update)
- // << std::endl;
- // n.get_file(s.get_setting("ofds_modules_url") + "/" + update,
- // get_path_relative_to_home(s.get_setting("ofds_modules_dir") +
- // "/" + update));
- // }
-
- Parser p;
- std::vector stores_updates = p.check_updates();\
- for (const std::string &update : stores_updates) {
- std::cout << "Downloading "
- << s.get_setting("stores_modules_url") + update << " to "
- << get_path_relative_to_home(s.get_setting("stores_modules_dir") +
- "/" + update)
- << std::endl;
-
- n.get_file(s.get_setting("stores_modules_url") + "/" + update,
- get_path_relative_to_home(s.get_setting("stores_modules_dir") +
- "/" + update));
- }
-
- QApplication a(argc, argv);
- MainWindow w;
- w.show();
-
- return a.exec();
-}
diff --git a/mainwindow.cpp b/mainwindow.cpp
deleted file mode 100644
index 324896a..0000000
--- a/mainwindow.cpp
+++ /dev/null
@@ -1,137 +0,0 @@
-#include "mainwindow.h"
-#include "./ui_mainwindow.h"
-#include "check/check.h"
-#include "goods/goods.h"
-#include "outputdialog.h"
-#include "adjustpicturedialog.h"
-#include "settingsdialog.h"
-#include
-#include
-#include
-#include "image/checkimage.h"
-#include "utils/utils.h"
-#include
-#include
-#include
-#include
-#include
-
-MainWindow::MainWindow(QWidget *parent)
- : QMainWindow(parent), ui(new Ui::MainWindow) {
- ui->setupUi(this);
- this->setupStoresList();
-}
-
-MainWindow::~MainWindow() { delete ui; }
-
-void MainWindow::setupStoresList() {
- parser = *(new Parser());
-
- std::vector modules_names = parser.search_modules();
-
- for (std::string name : modules_names) {
- StoreModule m(name);
- std::wstring module_name = m.get_name();
-
- QString s = QString::fromStdWString(module_name);
- ui->storeType->addItem(s);
- }
-
-
-
-#ifdef DEBUG
- for (auto module : parser.search_modules()) {
- std::cout << "Module: " << module << std::endl;
- }
-#endif
-}
-
-void MainWindow::on_parseButton_clicked() {
- QString s;
- switch (ui->checkType->currentIndex()) {
- case 0:
- s = ui->checkContent->toPlainText();
- break;
- case 1:
- s = ui->checkContentFromImage->toPlainText();
- break;
- }
-
- std::wstring check_plaintext = s.toStdWString();
- parser.set_module(parser.search_modules()[0]);
-
- std::vector c = parser.parse(check_plaintext);
-
- if (c.size() == 0) {
- std::cerr << "An error has occured. Check was matched incorrectly. Vector sizes are different" << std::endl;
- return;
- }
-
- Check check;
-
- for (auto& g : c) {
- check.add_goods(g);
- }
-
- OutputDialog d = OutputDialog(this, check);
- d.show();
- d.exec();
-}
-
-void MainWindow::on_storeType_currentIndexChanged(int index) {
- std::string module = parser.search_modules()[index];
- parser.set_module(module);
-}
-
-
-void MainWindow::on_preferencesButton_clicked() {
- SettingsDialog s = SettingsDialog();
- s.show();
- s.exec();
-}
-
-void MainWindow::on_chooseImageButton_ofd_clicked() {
- QString filename = QFileDialog::getOpenFileName();
-
- std::string new_text = "Selected: " + filename.toStdString();
- ui->pathLabel_ofd->setText(QString::fromStdString(new_text));
-
- AdjustPictureDialog dialog = AdjustPictureDialog(this, filename.toStdString());
- connect(&dialog, &AdjustPictureDialog::decodedData, this, &MainWindow::onDecodedData);
- dialog.exec();
-
- ui->picture_ofd->setPixmap(QPixmap(filename));
- ui->picture_ofd->setScaledContents(true);
-}
-
-void MainWindow::onDecodedData(std::string data) {
- std::string delimiter = "&";
- std::vector dataSplit = split(data, delimiter);
-
- std::cout << data << std::endl;
-
- ui->fn_edit->setText(QString::fromStdString(dataSplit[2]));
- ui->fd_edit->setText(QString::fromStdString(dataSplit[3]));
- ui->fi_edit->setText(QString::fromStdString(dataSplit[4]));
-
- QString extractedDateTime = QString::fromStdString(split(dataSplit[0], "=")[1]);
- QDateTime datetime = QDateTime::fromString(extractedDateTime, "yyyyMMddThhmm");
- ui->dateTimeEdit->setDateTime(datetime);
-
-}
-
-void MainWindow::on_chooseImageButton_ocr_clicked()
-{
- QString filename = QFileDialog::getOpenFileName();
-
- std::string new_text = "Selected: " + filename.toStdString();
- ui->pathLabel_ocr->setText(QString::fromStdString(new_text));
-
- CheckImage i(filename.toStdString());
- std::string parsed = i.parse_text();
-
- ui->picture_ocr->setPixmap(QPixmap(filename));
- ui->picture_ocr->setScaledContents(true);
- ui->checkContentFromImage->setPlainText(QString::fromStdString(parsed));
-}
-
diff --git a/mainwindow.h b/mainwindow.h
deleted file mode 100644
index e10b92d..0000000
--- a/mainwindow.h
+++ /dev/null
@@ -1,45 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include
-
-#include "check/check.h"
-#include "parser/parser.h"
-
-QT_BEGIN_NAMESPACE
-namespace Ui {
-class MainWindow;
-}
-QT_END_NAMESPACE
-
-class MainWindow : public QMainWindow {
- Q_OBJECT
-
- Check check;
- Parser parser;
-
-public:
- MainWindow(QWidget *parent = nullptr);
- ~MainWindow();
- void setupStoresList();
-
- Check get_check();
- void onDecodedData(std::string);
-
-private slots:
- void on_parseButton_clicked();
-
- void on_storeType_currentIndexChanged(int index);
-
- // void on_chooseImageButton_clicked();
-
- void on_preferencesButton_clicked();
-
- void on_chooseImageButton_ofd_clicked();
-
- void on_chooseImageButton_ocr_clicked();
-
-private:
- Ui::MainWindow *ui;
-};
-#endif // MAINWINDOW_H
diff --git a/mainwindow.ui b/mainwindow.ui
deleted file mode 100644
index cb91952..0000000
--- a/mainwindow.ui
+++ /dev/null
@@ -1,401 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 817
- 659
-
-
-
- MainWindow
-
-
-
-
-
- 90
- 10
- 211
- 31
-
-
-
-
-
-
- 10
- 10
- 81
- 31
-
-
-
- Store
-
-
-
-
-
- 30
- 560
- 80
- 26
-
-
-
- Parse
-
-
-
-
-
- 730
- 0
- 81
- 31
-
-
-
- Preferences
-
-
-
-
-
- 10
- 50
- 801
- 511
-
-
-
- 2
-
-
-
- Text
-
-
-
-
- 0
- 0
- 101
- 18
-
-
-
- Check content
-
-
-
-
-
- 0
- 30
- 611
- 441
-
-
-
-
-
-
- OCR
-
-
-
-
- 0
- 0
- 80
- 26
-
-
-
- Choose
-
-
-
-
-
- 0
- 60
- 511
- 401
-
-
-
-
-
-
- 100
- 0
- 381
- 18
-
-
-
- Path to image:
-
-
-
-
-
- 0
- 30
- 571
- 18
-
-
-
- Here is recognised check text. Please, edit it if something's wrong:
-
-
-
-
-
- 490
- 10
- 291
- 421
-
-
-
-
-
-
-
-
-
- OFD
-
-
-
-
- 490
- 10
- 291
- 421
-
-
-
-
-
-
-
-
-
- 100
- 0
- 381
- 18
-
-
-
- Path to image:
-
-
-
-
-
- 10
- 0
- 80
- 26
-
-
-
- Choose
-
-
-
-
-
- 180
- 50
- 261
- 26
-
-
-
- 0000000000000000
-
-
-
-
-
- 10
- 50
- 161
- 21
-
-
-
-
- 0
- 0
-
-
-
- FN (Fiscal Number)
-
-
-
-
-
- 10
- 90
- 161
- 21
-
-
-
-
- 0
- 0
-
-
-
- FD (Fiscal Document)
-
-
-
-
-
- 180
- 90
- 261
- 26
-
-
-
- 0000000000
-
-
-
-
-
- 10
- 130
- 161
- 21
-
-
-
-
- 0
- 0
-
-
-
- FI (Fiscal Identifier)
-
-
-
-
-
- 180
- 130
- 261
- 26
-
-
-
- 0000000000
-
-
-
-
-
- 10
- 170
- 194
- 27
-
-
-
-
-
-
- 10
- 210
- 191
- 26
-
-
- -
-
- Funds income
-
-
- -
-
- Funds return
-
-
- -
-
- Funds spend
-
-
- -
-
- Spends return
-
-
-
-
-
-
- 90
- 250
- 113
- 26
-
-
-
- 99999D00
-
-
-
-
-
- 10
- 250
- 66
- 18
-
-
-
- Total
-
-
-
-
-
-
-
-
-
-
-
diff --git a/modules/magnit.json b/modules/magnit.json
deleted file mode 100644
index 4992590..0000000
--- a/modules/magnit.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name":"Магнит",
- "goods_name_regex": "([\\(\\)\\%\\*a-zA-Z0-9\u0401\u0451\u0410-\u044f \\.\\-\/]{17,100})",
- "goods_price_regex": "[0-9]{0,4}[^%]\\.[0-9]{2} ",
- "goods_quantity_regex": "([0-9]{0,4}[^%]\\.[0-9]{3} )|(\t\\d )",
- "check_start_regex": "",
- "check_end_regex":""
-}
diff --git a/modules/pyaterochka.json b/modules/pyaterochka.json
deleted file mode 100644
index f25b8e8..0000000
--- a/modules/pyaterochka.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name":"Пятёрочка",
- "goods_name_regex": "([\\(\\)\\%\\*a-zA-Z0-9\u0401\u0451\u0410-\u044f \\.\\-\/]{17,100})",
- "goods_price_regex": "[0-9]{0,4}[^%]\\.[0-9]{2} ",
- "goods_quantity_regex": "([0-9]{0,4}[^%]\\.[0-9]{3} )|(\t\\d )",
- "check_start_regex": "КАССОВЫЙ ЧЕК\nприход",
- "check_end_regex": "Итог\\:.{0,3}[0-9]{0,6}\\.[0-9]{2}"
-}
diff --git a/net/net.cpp b/net/net.cpp
deleted file mode 100644
index ecf88bc..0000000
--- a/net/net.cpp
+++ /dev/null
@@ -1,63 +0,0 @@
-#include "net.h"
-#include
-#include
-#include
-#include
-
-struct data {};
-
-size_t write_data(void *buffer, size_t size, size_t nmemb, void *filename) {
- FILE *f = fopen(((std::string *)filename)->c_str(), "w");
- size_t written = fwrite(buffer, size, nmemb, f);
-
- fclose(f);
-
- return written;
-}
-
-Net::Net() {}
-
-void write_modules(void *buffer, size_t size, size_t nmemb, void *modules) {
- std::vector *modules_vector =
- (std::vector *)modules;
- std::string to_parse = std::string((char*)buffer);
-
- std::regex r("(?!\\\")\\w+\\.json(?!\\\")", std::regex::collate);
- std::smatch res;
-
- std::string::const_iterator search(to_parse.cbegin());
- while (std::regex_search(search, to_parse.cend(), res, r)) {
- modules_vector->push_back(res[0]);
- search = res.suffix().first;
- }
-}
-
-std::vector Net::get_all_modules(std::string url) {
- CURL *handle = curl_easy_init();
-
- curl_easy_setopt(handle, CURLOPT_URL, url.c_str());
- curl_easy_setopt(handle, CURLOPT_WRITEFUNCTION, write_modules);
-
- std::vector modules {};
-
- curl_easy_setopt(handle, CURLOPT_WRITEDATA, &modules);
-
- curl_easy_perform(handle);
-
- return modules;
-}
-
-std::string Net::get_file(std::string url, std::string filename) {
- CURL *handle = curl_easy_init();
-
- curl_easy_setopt(handle, CURLOPT_URL, url.c_str());
-
- curl_easy_setopt(handle, CURLOPT_WRITEFUNCTION, write_data);
- curl_easy_setopt(handle, CURLOPT_WRITEDATA, &filename);
-
- auto success = curl_easy_perform(handle);
-
- curl_easy_cleanup(handle);
-
- return "";
-}
diff --git a/net/net.h b/net/net.h
deleted file mode 100644
index d2ff34b..0000000
--- a/net/net.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef NET_H
-#define NET_H
-
-#include
-#include
-
-size_t write_data(void *buffer, size_t size, size_t nmemb, void *userp);
-
-class Net
-{
-public:
- Net();
- std::vector get_all_modules(std::string url);
- std::string get_file(std::string url, std::string filename);
-};
-
-#endif // NET_H
diff --git a/ofd.desc b/ofd.desc
deleted file mode 100644
index 8c903e2..0000000
--- a/ofd.desc
+++ /dev/null
@@ -1,2 +0,0 @@
-1. curl -X GET https://check.ofd.ru/api/captcha/common/img
-2. curl 'https://check.ofd.ru/Document/FetchReceiptFromFns' -H 'content-type: application/json;charset=UTF-8' --data-raw '{"TotalSum":52344,"FnNumber":"7281440701327430","ReceiptOperationType":"1","DocNumber":"25955","DocFiscalSign":"2518183888","Captcha":"INSERT SOLVED CAPTCHA","DocDateTime":"2024-08-16T19:36:00.000Z"}'
diff --git a/ofd/module.cpp b/ofd/module.cpp
deleted file mode 100644
index 834ec21..0000000
--- a/ofd/module.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#include "module.h"
-
-#include
-#include
-#include "../utils/utils.h"
-
-OFDModule::OFDModule() {}
-
-OFDModule::OFDModule(std::string path) {
- this->path = path;
-
- std::ifstream settings_file(path);
- nlohmann::json settings = nlohmann::json::parse(settings_file);
-
- this->name = from_utf8(settings["name"]);
- this->url = from_utf8(settings["url"]);
-}
-
-std::wstring OFDModule::get_name() {
- return this->name;
-}
-std::wstring OFDModule::get_url() {
- return this->url;
-}
diff --git a/ofd/ofd.cpp b/ofd/ofd.cpp
deleted file mode 100644
index 0333ae9..0000000
--- a/ofd/ofd.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "ofd.h"
-
-OFD::OFD() {}
diff --git a/ofd/ofd.h b/ofd/ofd.h
deleted file mode 100644
index 22c1325..0000000
--- a/ofd/ofd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef OFD_H
-#define OFD_H
-
-#include
-
-class OFD {
-
-public:
- OFD();
- void ask_captcha();
- std::string request_and_parse_check(long fiscal_number, long fiscal_document, long fiscal_sign, std::string datetime, double total, std::string captcha);
-};
-#endif // OFD_H
diff --git a/output/output_options.cpp b/output/output_options.cpp
deleted file mode 100644
index b362305..0000000
--- a/output/output_options.cpp
+++ /dev/null
@@ -1,59 +0,0 @@
-#include "output_options.h"
-
-OutputOptions::OutputOptions() {}
-
-void OutputOptions::add_or_update_column(Column &column) {
- if (column_exist(column.type)) {
- update_column(column, find_column(column.type));
- } else {
- this->order.push_back(column);
- }
-}
-
-void OutputOptions::update_column(Column &column, unsigned short index) {
- this->order[index] = column;
-}
-
-void OutputOptions::remove_column(unsigned short index) {
- this->order.erase(this->order.begin() + index);
-}
-void OutputOptions::remove_column(ColumnType t) {
- this->order.erase(this->order.begin() + find_column(t));
-}
-
-unsigned short OutputOptions::find_column(ColumnType t) {
- for (unsigned short i = 0; i < this->order.size(); i++) {
- if (this->order[i].type == t)
- return i;
- }
-
- return -1;
-}
-
-bool OutputOptions::column_exist(ColumnType t) {
- for (unsigned short i = 0; i < this->order.size(); i++) {
- if (this->order[i].type == t)
- return true;
- }
- return false;
-}
-
-Column &OutputOptions::get_column(ColumnType t) {
- return this->order[find_column(t)];
-}
-
-std::vector &OutputOptions::get_columns() { return this->order; }
-
-void OutputOptions::set_print_header(bool value) { this->print_header = value; }
-bool OutputOptions::get_print_header() { return this->print_header; }
-
-void OutputOptions::set_print_total(bool value) { this->print_total = value; }
-bool OutputOptions::get_print_total() { return this->print_total; }
-
-OutputFormat OutputOptions::get_output_format() { return this->format; }
-void OutputOptions::set_output_format(OutputFormat format) {
- this->format = format;
-}
-
-void OutputOptions::set_path(std::string path) { this->path = path; }
-std::string &OutputOptions::get_path() { return this->path; }
diff --git a/output/output_options.h b/output/output_options.h
deleted file mode 100644
index 1c66b40..0000000
--- a/output/output_options.h
+++ /dev/null
@@ -1,62 +0,0 @@
-#ifndef OUTPUT_OPTIONS_H
-#define OUTPUT_OPTIONS_H
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include "../net/net.h"
-#include "../settings/settings.h"
-
-enum class ColumnType {
- goods_name,
- goods_price_per_unit,
- goods_quantity,
- goods_net_weight,
- goods_total
-};
-
-struct Column { // Example:
- ColumnType type; // goods_name
- std::string name; // "Товар"
- unsigned int position; // "0" <-- 0 = "A", 1 = "B", etc.. column letter in
- // table processor (i.e. excel or libreoffice)
-} typedef Column;
-enum class OutputFormat { csv, ods, xlsx, plaintext } typedef OutputFormat;
-
-class OutputOptions {
-
- std::vector order;
- bool print_header;
- bool print_total;
- OutputFormat format;
- std::string path;
-
-public:
- OutputOptions();
-
- void add_or_update_column(Column &);
- void update_column(Column&, unsigned short);
- void remove_column(unsigned short);
- void remove_column(ColumnType);
- unsigned short find_column(ColumnType);
- bool column_exist(ColumnType);
- Column& get_column(ColumnType);
- std::vector& get_columns();
-
- void set_print_header(bool);
- bool get_print_header();
-
- void set_print_total(bool);
- bool get_print_total();
-
- void set_output_format(OutputFormat);
- OutputFormat get_output_format();
-
- void set_path(std::string);
- std::string &get_path();
-};
-
-#endif // OUTPUT_OPTIONS_H
diff --git a/outputdialog.cpp b/outputdialog.cpp
deleted file mode 100644
index eba0b2c..0000000
--- a/outputdialog.cpp
+++ /dev/null
@@ -1,141 +0,0 @@
-#include "outputdialog.h"
-#include "check/check.h"
-#include "output/output_options.h"
-#include "ui_outputdialog.h"
-#include
-#include
-#include
-#include
-#include "settings/settings.h"
-#include "utils/utils.h"
-
-OutputDialog::OutputDialog(QWidget *parent, Check &check)
- : QDialog(parent), ui(new Ui::OutputDialog), check(check),
- options(OutputOptions()) {
-
- Settings settings(get_path_relative_to_home(".local/share/checks_parser/settings.json"));
-
- ui->setupUi(this);
-
- ui->tableWidget->item(0, 1)->setText(QString::fromStdString(settings.get_all_settings()["output_order"]["goods_name"]["name"]));
- ui->tableWidget->item(0, 0)->setText(QString::number((int)settings.get_all_settings()["output_order"]["goods_name"]["position"]));
-
- ui->tableWidget->item(1, 1)->setText(QString::fromStdString(settings.get_all_settings()["output_order"]["goods_price_per_unit"]["name"]));
- ui->tableWidget->item(1, 0)->setText(QString::number((int)settings.get_all_settings()["output_order"]["goods_price_per_unit"]["position"]));
-
- ui->tableWidget->item(2, 1)->setText(QString::fromStdString(settings.get_all_settings()["output_order"]["goods_quantity"]["name"]));
- ui->tableWidget->item(2, 0)->setText(QString::number((int)settings.get_all_settings()["output_order"]["goods_quantity"]["position"]));
-
- ui->tableWidget->item(3, 1)->setText(QString::fromStdString(settings.get_all_settings()["output_order"]["goods_net_weight"]["name"]));
- ui->tableWidget->item(3, 0)->setText(QString::number((int)settings.get_all_settings()["output_order"]["goods_net_weight"]["position"]));
-
- ui->tableWidget->item(4, 1)->setText(QString::fromStdString(settings.get_all_settings()["output_order"]["goods_total"]["name"]));
- ui->tableWidget->item(4, 0)->setText(QString::number((int)settings.get_all_settings()["output_order"]["goods_total"]["position"]));
-
-
- ui->printHeaderCheckBox->setChecked(settings.get_all_settings()["print_header"]);
- ui->printTotalCheckBox->setChecked(settings.get_all_settings()["print_total"]);
-}
-
-OutputDialog::~OutputDialog() { delete ui; }
-
-bool compare_position(Column &c1, Column &c2) {
- return c1.position < c2.position;
-}
-
-void OutputDialog::on_buttonBox_accepted() {
- std::ofstream output_file(this->options.get_path());
-
- for (int i = 0; i < ui->tableWidget->rowCount(); i++) {
- int position = ui->tableWidget->item(i, 0)->text().toInt();
- std::string name = ui->tableWidget->item(i, 1)->text().toStdString();
-
- std::cout << position << " " << name << std::endl;
-
- Column c;
- c.type = static_cast(i);
- c.position = position;
- c.name = name;
-
- this->options.add_or_update_column(c);
- }
-
- std::sort(this->options.get_columns().begin(),
- this->options.get_columns().end(), compare_position);
-
- if (options.get_print_header()) {
- for (auto &column : this->options.get_columns()) {
- output_file << column.name
- << (column.position == this->options.get_columns().size()
- ? ""
- : ",");
- }
- output_file << std::endl;
- }
-
- for (auto goods : this->check.get_goods()) {
- for (auto &column : this->options.get_columns()) {
- std::string output_str;
-
- switch (column.type) {
- case ColumnType::goods_name:
- output_str = goods.get_name();
- break;
- case ColumnType::goods_price_per_unit:
- output_str = std::to_string(goods.get_price_per_unit());
- break;
- case ColumnType::goods_quantity:
- output_str = std::to_string(goods.get_quantity());
- break;
- case ColumnType::goods_net_weight:
- output_str = "TODO";
- // TODO
- break;
- case ColumnType::goods_total:
- output_str = std::to_string(goods.calculate_total_price());
- break;
- }
-
- if (column.position != this->options.get_columns().size()) {
- output_str += ",";
- } else {
- output_str += "\n";
- }
- output_file << output_str;
- }
- }
-
- if (this->options.get_print_total()) {
- output_file << "Total: " << std::to_string(check.calculae_total_price());
- }
-
- output_file.close();
-}
-
-void update_settings(OutputOptions &options, ColumnType t, std::string name,
- int value) {
- Column column;
- column.type = t;
- column.name = name;
- column.position = value;
-
- if (value) {
- options.add_or_update_column(column);
- } else {
- options.remove_column(t);
- }
-}
-
-void OutputDialog::on_chooseFileButton_clicked() {
- QString filename = QFileDialog::getSaveFileName();
- this->options.set_path(filename.toStdString());
- ui->pathLabel->setText("Path to export: " + filename);
-}
-
-void OutputDialog::on_printHeaderCheckBox_stateChanged(int value) {
- this->options.set_print_header(value);
-}
-
-void OutputDialog::on_printTotalCheckBox_stateChanged(int value) {
- this->options.set_print_total(value);
-}
diff --git a/outputdialog.h b/outputdialog.h
deleted file mode 100644
index 2f9b3a7..0000000
--- a/outputdialog.h
+++ /dev/null
@@ -1,36 +0,0 @@
-#ifndef OUTPUTDIALOG_H
-#define OUTPUTDIALOG_H
-
-#include "check/check.h"
-#include "output/output_options.h"
-#include
-#include
-
-namespace Ui {
-class OutputDialog;
-}
-
-class OutputDialog : public QDialog {
- Q_OBJECT
-
- OutputOptions options;
- Check ✓
-
-public:
- explicit OutputDialog(QWidget *parent = nullptr, Check & = *(new Check()));
- ~OutputDialog();
-
-private slots:
- void on_buttonBox_accepted();
-
- void on_chooseFileButton_clicked();
-
- void on_printHeaderCheckBox_stateChanged(int arg1);
-
- void on_printTotalCheckBox_stateChanged(int arg1);
-
-private:
- Ui::OutputDialog *ui;
-};
-
-#endif // OUTPUTDIALOG_H
diff --git a/outputdialog.ui b/outputdialog.ui
deleted file mode 100644
index f09f5da..0000000
--- a/outputdialog.ui
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
- OutputDialog
-
-
-
- 0
- 0
- 586
- 431
-
-
-
- Dialog
-
-
-
-
- 410
- 390
- 166
- 26
-
-
-
- Qt::Horizontal
-
-
- QDialogButtonBox::Cancel|QDialogButtonBox::Ok
-
-
-
-
-
- 10
- 20
- 271
- 18
-
-
-
- Path to export:
-
-
-
-
-
- 290
- 20
- 80
- 26
-
-
-
- Choose
-
-
-
-
-
- 10
- 50
- 111
- 24
-
-
-
- Print header
-
-
-
-
-
- 10
- 130
- 401
- 221
-
-
-
-
- Goods name
-
-
-
-
- Goods price
-
-
-
-
- Goods quantity
-
-
-
-
- Goods net weight
-
-
-
-
- Goods total
-
-
-
-
- position
-
-
-
-
- name
-
-
- -
-
- 1
-
-
- -
-
- Name
-
-
- -
-
- 2
-
-
- -
-
- Price
-
-
- -
-
- 3
-
-
- -
-
- Quantity
-
-
- -
-
- 4
-
-
- -
-
- Net weight
-
-
- -
-
- 5
-
-
- -
-
- Total price
-
-
-
-
-
-
- 10
- 90
- 111
- 24
-
-
-
- Print total
-
-
-
-
-
-
- buttonBox
- accepted()
- OutputDialog
- accept()
-
-
- 248
- 254
-
-
- 157
- 274
-
-
-
-
- buttonBox
- rejected()
- OutputDialog
- reject()
-
-
- 316
- 260
-
-
- 286
- 274
-
-
-
-
-
diff --git a/parser/module.cpp b/parser/module.cpp
deleted file mode 100644
index ebdc002..0000000
--- a/parser/module.cpp
+++ /dev/null
@@ -1,93 +0,0 @@
-#include "module.h"
-#include
-#include
-#include
-#include
-#include "../utils/utils.h"
-
-StoreModule::StoreModule() {}
-
-StoreModule::StoreModule(std::string path) {
- std::ifstream settings_file(path);
- nlohmann::json settings = nlohmann::json::parse(settings_file);
-
- this->name = from_utf8(settings["name"]);
- this->goods_name_regex = from_utf8(settings["goods_name_regex"]);
- this->goods_price_regex = from_utf8(settings["goods_price_regex"]);
- this->goods_quantity_regex = from_utf8(settings["goods_quantity_regex"]);
- this->check_start_regex = from_utf8(settings["check_start_regex"]);
- this->check_end_regex = from_utf8(settings["check_end_regex"]);
-
-#ifdef DEBUG
- std::wcout << "Name: " << this->name << std::endl;
- std::wcout << "Goods name regex: " << this->goods_name_regex << std::endl;
- std::wcout << "Goods price regex: " << this->goods_price_regex << std::endl;
- std::wcout << "Goods quantity regex: " << this->goods_quantity_regex
- << std::endl;
- std::wcout << "Check start regex: " << this->check_start_regex << std::endl;
- std::wcout << "Check end regex: " << this->check_end_regex << std::endl;
-#endif
-}
-
-std::vector StoreModule::parse_name(std::wstring str) {
- std::vector result;
- std::wregex r(this->goods_name_regex, std::regex::collate);
-
- for (std::wsregex_iterator it{str.begin(), str.end(), r}, end{}; it != end;
- it++) {
- result.push_back(to_utf8(it->str()));
- }
-
- return result;
-}
-
-std::vector StoreModule::parse_price(std::wstring str) {
- std::vector result;
- std::wregex r(this->goods_price_regex, std::regex::collate);
-
- for (std::wsregex_iterator it{str.begin(), str.end(), r}, end{}; it != end;
- it++) {
- result.push_back(to_utf8(it->str()));
- }
-
- return result;
-}
-
-std::vector StoreModule::parse_quantity(std::wstring str) {
- std::vector result;
- std::wregex r(this->goods_quantity_regex, std::regex::collate);
-
- for (std::wsregex_iterator it{str.begin(), str.end(), r}, end{}; it != end;
- it++) {
- result.push_back(to_utf8(it->str()));
- }
- return result;
-}
-
-std::wstring StoreModule::trim_check(std::wstring& check) {
- unsigned int start_pos;
- unsigned int end_pos;
-
- std::wregex start_regex(this->check_start_regex, std::regex::collate);
- std::wregex end_regex(this->check_end_regex, std::regex::collate);
-
- for (std::wsregex_iterator it{check.begin(), check.end(), start_regex}, end{};
- it != end; it++) {
- start_pos = it->position() + it->str().size();
- break;
- }
-
- check = check.substr(start_pos, check.size());
-
- for (std::wsregex_iterator it{check.begin(), check.end(), end_regex}, end{};
- it != end; it++) {
- end_pos = it->position() - 1;
- break;
- }
-
- check = check.substr(0, end_pos);
-
- return check;
-}
-
-std::wstring StoreModule::get_name() { return this->name; }
diff --git a/parser/module.h b/parser/module.h
deleted file mode 100644
index 664cc66..0000000
--- a/parser/module.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef STORE_MODULE_H
-#define STORE_MODULE_H
-
-#include
-#include
-
-class StoreModule {
- std::string path;
- std::wstring name;
- std::wstring goods_name_regex;
- std::wstring goods_price_regex;
- std::wstring goods_quantity_regex;
- std::wstring check_start_regex;
- std::wstring check_end_regex;
-public:
- StoreModule(std::string);
- StoreModule();
-
- std::vector parse_name(std::wstring);
- std::vector parse_price(std::wstring);
- std::vector parse_quantity(std::wstring);
- std::wstring trim_check(std::wstring&);
-
-
- std::wstring get_name();
-};
-
-#endif // STORE_MODULE_H
diff --git a/parser/parser.cpp b/parser/parser.cpp
deleted file mode 100644
index 5e2a731..0000000
--- a/parser/parser.cpp
+++ /dev/null
@@ -1,95 +0,0 @@
-#include "parser.h"
-#include "../goods/goods.h"
-#include "../net/net.h"
-#include "../settings/settings.h"
-#include "../utils/utils.h"
-#include
-#include
-
-Parser::Parser() {}
-
-std::vector Parser::search_modules() {
- Settings s(get_path_relative_to_home(".local/share/checks_parser/settings.json"));
- std::string path = get_path_relative_to_home(s.get_setting("stores_modules_dir"));//std::string(std::getenv("HOME")) + "/" + STORES_MODULES_DIR;
- std::filesystem::directory_entry modules_dir(path);
-
- if (!modules_dir.exists()) {
- std::filesystem::create_directories(path);
- std::cout << "No modules directory found. Created one at " << path
- << std::endl;
- std::cout << "Please, download modules to that directory from my git."
- << std::endl;
- }
-
- std::vector modules_files;
-
- for (auto file : std::filesystem::directory_iterator(path)) {
- modules_files.push_back(file.path());
- }
-
- return modules_files;
-}
-
-void Parser::set_module(std::string path) { module = StoreModule(path); }
-
-std::vector Parser::parse(std::wstring check_plaintext) {
- std::vector result;
-
- module.trim_check(check_plaintext);
-
- std::vector goods_names = module.parse_name(check_plaintext);
- std::vector goods_prices = module.parse_price(check_plaintext);
- std::vector goods_quantities =
- module.parse_quantity(check_plaintext);
-
- if (goods_names.size() != goods_prices.size() ||
- goods_names.size() != goods_quantities.size() ||
- goods_prices.size() != goods_quantities.size()) {
- //Error. Amount of names, prices or quantities are not equal. That means, that some regex(es) has mismatched.
- return {};
- }
- short goods_amount = goods_names.size();
-
- for (short i = 0; i < goods_amount; i++) {
- Goods goods(goods_names[i], std::stof(goods_prices[i]), std::stof(goods_quantities[i]));
-
- result.push_back(goods);
- }
-
- return result;
-}
-
-std::vector Parser::check_updates() {
- std::cout << "Checking updates for stores modules" << std::endl;
- Settings s(get_path_relative_to_home(".local/share/checks_parser/settings.json"));
- std::string path = get_path_relative_to_home(s.get_setting("stores_modules_dir"));
-
- std::vector to_download;
- std::vector stored_modules;
-
- std::filesystem::directory_entry modules_dir(path);
- if (!modules_dir.exists()) {
- std::filesystem::create_directories(path);
- }
- for (const auto& file : std::filesystem::directory_iterator(path)) {
- if (!file.is_regular_file()) continue;
- stored_modules.push_back(file.path().filename());
- std::cout << file.path().filename() << " detected store module" << std::endl;
- }
- Net n;
- std::cerr << "Downloading modules list from: " << s.get_setting("stores_modules_url");
- std::vector remote_modules = n.get_all_modules(s.get_setting("stores_modules_url"));
- if (stored_modules.empty()) {
- std::cout << "I need to download everything" << std::endl;
- to_download = remote_modules;
- } else {
- for (const std::string& module : remote_modules) {
- if (!vector_contains_element(stored_modules, module)) {
- std::cout << "I need to download store module " << module << std::endl;
- to_download.push_back(module);
- }
- }
- }
-
- return to_download;
-}
diff --git a/parser/parser.h b/parser/parser.h
deleted file mode 100644
index 5e4136f..0000000
--- a/parser/parser.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef PARSER_H
-#define PARSER_H
-
-#include "../goods/goods.h"
-#include "module.h"
-#include
-#include
-
-class Parser {
-
- StoreModule module;
-
-public:
- Parser();
-
- std::vector search_modules();
-
- std::vector check_updates();
-
- void set_module(std::string);
-
- std::vector parse(std::wstring);
-};
-
-#endif // PARSER_H
diff --git a/settings/settings.cpp b/settings/settings.cpp
deleted file mode 100644
index 5c69419..0000000
--- a/settings/settings.cpp
+++ /dev/null
@@ -1,89 +0,0 @@
-#include "settings.h"
-#include
-#include
-#include
-#include
-#include "../utils/utils.h"
-
-Settings::Settings(std::string path) {
- this->settings_file_path = path;
-
- if (!std::filesystem::exists(path)) {
- std::ofstream output(path);
-
- nlohmann::json settings = R"({
- "ofds_modules_dir":".local/share/checks_parser/modules/ofd",
- "stores_modules_dir":".local/share/checks_parser/modules/stores",
- "ofds_modules_url":"https://foxarmy.org/checks-parser/modules/ofd/",
- "stores_modules_url":"https://foxarmy.org/checks-parser/modules/modules/",
- "print_header": true,
- "print_total": true,
- "output_order": {
- "goods_name": {
- "position":1,
- "name":"Goods name"
- },
- "goods_price_per_unit": {
- "position":2,
- "name":"Goods price per unit"
- },
- "goods_quantity": {
- "position":3,
- "name":"Goods quantity"
- },
- "goods_net_weight": {
- "position":4,
- "name":"Goods net weight"
- },
- "goods_total": {
- "position":5,
- "name":"Goods total"
- }
- }
- })"_json;
-
- output << settings;
- output.flush();
- output.close();
- this->settings = settings;
- } else {
- std::ifstream input(path);
-
- nlohmann::json settings = nlohmann::json::parse(input);
- this->settings = settings;
- }
-
- std::filesystem::create_directories(get_path_relative_to_home(this->settings["ofds_modules_dir"]));
- std::filesystem::create_directories(get_path_relative_to_home(this->settings["stores_modules_dir"]));
-}
-
-void Settings::write_setting(std::string setting, std::string value) {
- std::ofstream output(this->settings_file_path, std::fstream::trunc);
-
- this->settings[setting] = value;
-
- output << this->settings;
-}
-std::string Settings::get_setting(std::string setting) {
- return this->settings[setting];
-}
-
-void Settings::set_settings_file_path(std::string path) {
- this->settings_file_path = path;
-}
-
-std::string Settings::get_settings_file_path() {
- return this->settings_file_path;
-}
-
-nlohmann::json& Settings::get_all_settings() { return this->settings; }
-
-void Settings::alter_setting(std::string setting, std::string value) {
- this->settings[setting] = value;
-}
-
-void Settings::flush() {
- std::ofstream output(this->settings_file_path, std::fstream::trunc);
-
- output << this->settings;
-}
diff --git a/settings/settings.h b/settings/settings.h
deleted file mode 100644
index 9f1f137..0000000
--- a/settings/settings.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef SETTINGS_H
-#define SETTINGS_H
-
-#include
-#include
-
-class Settings {
-
- std::string settings_file_path;
- nlohmann::json settings;
-
-public:
- Settings(std::string path);
- //Immediately saves to a file
- void write_setting(std::string setting, std::string value);
- //Waits for a flush
- void alter_setting(std::string setting, std::string value);
- std::string get_setting(std::string setting);
-
- void set_settings_file_path(std::string path);
- std::string get_settings_file_path();
-
- nlohmann::json& get_all_settings();
-
- void flush();
-};
-
-#endif // SETTINGS_H
diff --git a/settingsdialog.cpp b/settingsdialog.cpp
deleted file mode 100644
index d21e8f6..0000000
--- a/settingsdialog.cpp
+++ /dev/null
@@ -1,125 +0,0 @@
-#include "settingsdialog.h"
-#include "settings/settings.h"
-#include "ui_settingsdialog.h"
-#include "utils/utils.h"
-#include
-
-SettingsDialog::SettingsDialog(QWidget *parent)
- : QDialog(parent), ui(new Ui::settingsdialog),
- settings(Settings(get_path_relative_to_home(
- ".local/share/checks_parser/settings.json"))) {
-
- ui->setupUi(this);
-
- ui->OFDModulesDirEdit->setText(QString::fromStdString(settings.get_all_settings()["ofds_modules_dir"]));
- ui->OFDModulesURLEdit->setText(QString::fromStdString(settings.get_all_settings()["ofds_modules_url"]));
- ui->storesModulesDirEdit->setText(QString::fromStdString(settings.get_all_settings()["stores_modules_dir"]));
- ui->storesModulesURLEdit->setText(QString::fromStdString(settings.get_all_settings()["stores_modules_url"]));
-
- ui->goodsNamePositionSpin->setValue(this->settings.get_all_settings()["output_order"]["goods_name"]["position"]);
- ui->goodsNameAliasEdit->setText(QString::fromStdString(this->settings.get_all_settings()["output_order"]["goods_name"]["name"]));
-
- ui->goodsPricePerUnitPositionSpin->setValue(this->settings.get_all_settings()["output_order"]["goods_price_per_unit"]["position"]);
- ui->goodsPricePerUnitAliasEdit->setText(QString::fromStdString(this->settings.get_all_settings()["output_order"]["goods_price_per_unit"]["name"]));
-
- ui->goodsQuantityPositionSpin->setValue(this->settings.get_all_settings()["output_order"]["goods_quantity"]["position"]);
- ui->goodsQuantityAliasEdit->setText(QString::fromStdString(this->settings.get_all_settings()["output_order"]["goods_quantity"]["name"]));
-
- ui->goodsNetWeightPositionSpin->setValue(this->settings.get_all_settings()["output_order"]["goods_net_weight"]["position"]);
- ui->goodsNetWeightAliasEdit->setText(QString::fromStdString(this->settings.get_all_settings()["output_order"]["goods_net_weight"]["name"]));
-
- ui->goodsTotalPositionSpin->setValue(this->settings.get_all_settings()["output_order"]["goods_total"]["position"]);
- ui->goodsTotalAliasEdit->setText(QString::fromStdString(this->settings.get_all_settings()["output_order"]["goods_total"]["name"]));
-
- ui->printHeaderCheckBox->setChecked(this->settings.get_all_settings()["print_header"]);
- ui->printTotalCheckBox->setChecked(this->settings.get_all_settings()["print_total"]);
-}
-
-SettingsDialog::~SettingsDialog() { delete ui; }
-
-void SettingsDialog::on_OFDModulesDirEdit_editingFinished() {
- this->settings.alter_setting("ofds_modules_dir",
- ui->OFDModulesDirEdit->text().toStdString());
-}
-
-void SettingsDialog::on_storesModulesDirEdit_editingFinished() {
- this->settings.alter_setting("stores_modules_dir",
- ui->storesModulesDirEdit->text().toStdString());
-}
-
-void SettingsDialog::on_OFDModulesURLEdit_editingFinished() {
- this->settings.alter_setting("ofds_modules_url",
- ui->OFDModulesURLEdit->text().toStdString());
-}
-
-void SettingsDialog::on_storesModulesURLEdit_editingFinished() {
- this->settings.alter_setting("stores_modules_url",
- ui->storesModulesURLEdit->text().toStdString());
-}
-
-void SettingsDialog::on_goodsNamePositionSpin_valueChanged(int value) {
- this->settings.get_all_settings()["output_order"]["goods_name"]["position"] =
- value;
-}
-void SettingsDialog::on_goodsNameAliasEdit_editingFinished() {
- this->settings.get_all_settings()["output_order"]["goods_name"]["name"] =
- ui->goodsNameAliasEdit->text().toStdString();
-}
-
-void SettingsDialog::on_goodsPricePerUnitPositionSpin_valueChanged(int value) {
- this->settings
- .get_all_settings()["output_order"]["goods_price_per_unit"]["position"] =
- value;
-}
-
-void SettingsDialog::on_goodsPricePerUnitAliasEdit_editingFinished() {
- this->settings.get_all_settings()["output_order"]["goods_price_per_unit"]["name"] =
- ui->goodsPricePerUnitAliasEdit->text().toStdString();
-}
-
-void SettingsDialog::on_goodsQuantityPositionSpin_valueChanged(int value) {
- this->settings
- .get_all_settings()["output_order"]["goods_quantity"]["position"] = value;
-}
-
-void SettingsDialog::on_goodsQuantityAliasEdit_editingFinished() {
- this->settings.get_all_settings()["output_order"]["goods_quantity"]["name"] =
- ui->goodsQuantityAliasEdit->text().toStdString();
-}
-
-void SettingsDialog::on_goodsNetWeightPositionSpin_valueChanged(int value) {
- this->settings
- .get_all_settings()["output_order"]["goods_net_weight"]["position"] =
- value;
-}
-
-void SettingsDialog::on_goodsNetWeightAliasEdit_editingFinished() {
- this->settings.get_all_settings()["output_order"]["goods_net_weight"]["name"] =
- ui->goodsNetWeightAliasEdit->text().toStdString();
-}
-
-
-void SettingsDialog::on_goodsTotalPositionSpin_valueChanged(int value) {
- this->settings
- .get_all_settings()["output_order"]["goods_total"]["position"] =
- value;
-}
-
-void SettingsDialog::on_goodsTotalAliasEdit_editingFinished() {
- this->settings.get_all_settings()["output_order"]["goods_total"]["name"] =
- ui->goodsTotalAliasEdit->text().toStdString();
-}
-
-void SettingsDialog::on_printHeaderCheckBox_stateChanged(int value) {
- this->settings.get_all_settings()["print_header"] = (value? true : false);
-}
-
-void SettingsDialog::on_printTotalCheckBox_stateChanged(int value) {
- this->settings.get_all_settings()["print_total"] = (value? true : false);
-}
-
-void SettingsDialog::on_buttonBox_accepted() { this->settings.flush(); }
-
-void SettingsDialog::on_buttonBox_rejected() { this->close(); }
-
-
diff --git a/settingsdialog.h b/settingsdialog.h
deleted file mode 100644
index 7eade0e..0000000
--- a/settingsdialog.h
+++ /dev/null
@@ -1,59 +0,0 @@
-#ifndef SETTINGSDIALOG_H
-#define SETTINGSDIALOG_H
-
-#include
-#include "settings/settings.h"
-
-namespace Ui {
-class settingsdialog;
-}
-
-class SettingsDialog : public QDialog {
- Q_OBJECT
- Settings settings;
-public:
- explicit SettingsDialog(QWidget *parent = nullptr);
- ~SettingsDialog();
-
-private slots:
- void on_OFDModulesDirEdit_editingFinished();
-
- void on_buttonBox_accepted();
-
- void on_storesModulesDirEdit_editingFinished();
-
- void on_OFDModulesURLEdit_editingFinished();
-
- void on_storesModulesURLEdit_editingFinished();
-
- void on_goodsNamePositionSpin_valueChanged(int arg1);
-
- void on_goodsNameAliasEdit_editingFinished();
-
- void on_goodsPricePerUnitPositionSpin_valueChanged(int arg1);
-
- void on_goodsPricePerUnitAliasEdit_editingFinished();
-
- void on_goodsQuantityPositionSpin_valueChanged(int arg1);
-
- void on_goodsQuantityAliasEdit_editingFinished();
-
- void on_goodsNetWeightPositionSpin_valueChanged(int arg1);
-
- void on_goodsNetWeightAliasEdit_editingFinished();
-
- void on_goodsTotalPositionSpin_valueChanged(int arg1);
-
- void on_goodsTotalAliasEdit_editingFinished();
-
- void on_printHeaderCheckBox_stateChanged(int arg1);
-
- void on_printTotalCheckBox_stateChanged(int arg1);
-
- void on_buttonBox_rejected();
-
-private:
- Ui::settingsdialog *ui;
-};
-
-#endif // SETTINGSDIALOG_H
diff --git a/settingsdialog.ui b/settingsdialog.ui
deleted file mode 100644
index c6379b8..0000000
--- a/settingsdialog.ui
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
- settingsdialog
-
-
-
- 0
- 0
- 599
- 727
-
-
-
- Dialog
-
-
-
-
- 310
- 690
- 251
- 32
-
-
-
- Qt::Orientation::Horizontal
-
-
- QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Save
-
-
-
-
-
- 10
- 0
- 541
- 661
-
-
-
- true
-
-
-
-
- 0
- 0
- 539
- 659
-
-
-
-
-
- 0
- 0
- 531
- 651
-
-
-
- -
-
-
- -
-
-
- -
-
-
- Goods name position
-
-
-
- -
-
-
- Goods price per unit alias
-
-
-
- -
-
-
- Choose
-
-
-
- -
-
-
- -
-
-
- Print header
-
-
-
- -
-
-
- Goods net weight alias
-
-
-
- -
-
-
- Stores modules url
-
-
-
- -
-
-
- -
-
-
- Goods total alias
-
-
-
- -
-
-
- Goods name alias
-
-
-
- -
-
-
- -
-
-
- Goods quantity alias
-
-
-
- -
-
-
- Stores modules directory
-
-
-
- -
-
-
- -
-
-
- -
-
-
- OFD modules directory
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- Goods price per unit position
-
-
-
- -
-
-
- Goods net weight position
-
-
-
- -
-
-
- OFD modules url
-
-
-
- -
-
-
- -
-
-
- Goods total position
-
-
-
- -
-
-
- Goods quantity position
-
-
-
- -
-
-
- -
-
-
- -
-
-
- Choose
-
-
-
- -
-
-
- -
-
-
- Print total
-
-
-
- -
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- buttonBox
- accepted()
- settingsdialog
- accept()
-
-
- 248
- 254
-
-
- 157
- 274
-
-
-
-
- buttonBox
- rejected()
- settingsdialog
- reject()
-
-
- 316
- 260
-
-
- 286
- 274
-
-
-
-
-
diff --git a/utils/utils.cpp b/utils/utils.cpp
deleted file mode 100644
index 916d6da..0000000
--- a/utils/utils.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-#include "utils.h"
-
-#include
-#include
-#include
-
-std::string to_utf8(std::wstring wide_string) {
- static std::wstring_convert> utf8_conv;
- return utf8_conv.to_bytes(wide_string);
-}
-
-std::wstring from_utf8(std::string string) {
- static std::wstring_convert> utf8_conv;
- return utf8_conv.from_bytes(string);
-}
-
-std::string get_path_relative_to_home(std::string path) {
- return std::string(std::getenv("HOME")) + "/" + path;
-}
-
-template
-bool vector_contains_element(const std::vector& vector, const T& to_find) {
- for (const T& element : vector) {
- if (element == to_find) return true;
- }
- return false;
-}
-
-//ужас
-template bool vector_contains_element(const std::vector& vector, const std::string& to_find);
-
-std::vector split(std::string s, std::string delimiter) {
- std::vector result;
- size_t pos = 0;
- std::string token;
- while ((pos = s.find(delimiter)) != std::string::npos) {
- token = s.substr(0, pos);
- result.push_back(token);
- s.erase(0, pos + delimiter.length());
- }
- result.push_back(s);
-
- return result;
-}
diff --git a/utils/utils.h b/utils/utils.h
deleted file mode 100644
index aa8d2b9..0000000
--- a/utils/utils.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef UTILS_H
-#define UTILS_H
-
-#include
-#include
-
-std::string to_utf8(std::wstring wide_string);
-std::wstring from_utf8(std::string string);
-
-std::string get_path_relative_to_home(std::string path);
-
-template
-bool vector_contains_element(const std::vector &vector, const T &to_find);
-
-std::vector split(std::string, std::string);
-
-#endif // UTILS_H