feat: finished version 0.0.1

This commit is contained in:
2026-01-22 13:42:34 +03:00
parent 3241dd674d
commit eb43364f0f
17 changed files with 1511 additions and 37 deletions

BIN
deps/Key vendored Normal file

Binary file not shown.

2
deps/deps.qrc vendored
View File

@@ -8,6 +8,8 @@
<file alias="delete.png">delete.png</file>
<file alias="info.png">info.png</file>
<file alias="dropFiles.png">dropFiles.png</file>
<file alias="getLicenseFile.png">getLicenseFile.png</file>
<file alias="tables.ddl">tables.ddl</file>
<file alias="Key">Key</file>
</qresource>
</RCC>

BIN
deps/getLicenseFile.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

1
deps/tables.ddl vendored
View File

@@ -8,5 +8,6 @@ CREATE TABLE IF NOT EXISTS clients (
patronymic TEXT NOT NULL,
phone TEXT NOT NULL,
yourCompany TEXT NOT NULL,
licenseTime TEXT,
comment TEXT
);