Skip to content

Commit

Permalink
Cleanup and restructuring
Browse files Browse the repository at this point in the history
Cleaned the files a bit, improved the directory names
  • Loading branch information
PySjon committed Nov 8, 2023
1 parent ce9119c commit 0efb048
Show file tree
Hide file tree
Showing 42 changed files with 6 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added QGIS_plugin/bgtinlooptool/bgtinlooptool.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name=BGT Inlooptool
qgisMinimumVersion=3.10
description=BGT Inlooptool
version=1.1
author=Emile de Badts, Leendert van Wolfswinkel, Chris Kerklaan
version=1.2
author=Emile de Badts, Leendert van Wolfswinkel, Chris Kerklaan, Ruben van der Zaag, Sjon van Dijk
[email protected]

about=Bereken afwateringskenmerken BGT vlakken.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,21 @@
\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x34\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x76\x2e\x2d\x56\x8b\
\x00\x00\x01\x80\xb8\x9c\x9e\x0a\
"

qt_version = [int(v) for v in QtCore.qVersion().split(".")]
qt_version = [int(v) for v in QtCore.qVersion().split('.')]
if qt_version < [5, 8, 0]:
rcc_version = 1
qt_resource_struct = qt_resource_struct_v1
else:
rcc_version = 2
qt_resource_struct = qt_resource_struct_v2


def qInitResources():
QtCore.qRegisterResourceData(
rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data
)

QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)

def qCleanupResources():
QtCore.qUnregisterResourceData(
rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data
)

QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)

qInitResources()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0efb048

Please sign in to comment.