Skip to content

Commit

Permalink
moved plugin contents to main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed Oct 1, 2020
1 parent e9080ba commit ae5a282
Show file tree
Hide file tree
Showing 151 changed files with 35 additions and 328,637 deletions.
11 changes: 0 additions & 11 deletions .gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/lyrxtoqml.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

178 changes: 0 additions & 178 deletions .idea/workspace.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
39 changes: 35 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## this import makes a1_func directly accessible from packA.a1_func
from parseFunctions import *
# -*- coding: utf-8 -*-
"""
/***************************************************************************
qlyrx
A QGIS plugin
Apply Arcgis Pro .lyrx style
Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/
-------------------
begin : 2019-04-09
copyright : (C) 2019 by arc2qgis
email : [email protected]
git sha : $Format:%H$
***************************************************************************/
#def packA_func():
# print("running packA_func()")
/***************************************************************************
* *
* 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 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
This script initializes the plugin, making it known to QGIS.
"""


# noinspection PyPep8Naming
def classFactory(iface): # pylint: disable=invalid-name
"""Load qlyrx class from file qlyrx.
:param iface: A QGIS interface instance.
:type iface: QgsInterface
"""
#
from .qlyrx import qlyrx
return qlyrx(iface)
Binary file removed __pycache__/parseFunctions.cpython-37.pyc
Binary file not shown.
114 changes: 0 additions & 114 deletions _old/BasicGui.py

This file was deleted.

Binary file removed _old/icon.png
Binary file not shown.
Loading

0 comments on commit ae5a282

Please sign in to comment.