-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved plugin contents to main folder
- Loading branch information
bogind
committed
Oct 1, 2020
1 parent
e9080ba
commit ae5a282
Showing
151 changed files
with
35 additions
and
328,637 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.