Skip to content

Commit c217ad0

Browse files
author
bogind
committed
fixed missing import for QDialog which broke LoadStyle
1 parent a910163 commit c217ad0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

metadata.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=qlyrx
1111
qgisMinimumVersion=3.0
1212
description=Apply Arcgis Pro .lyrx style
13-
version=0.3.2
13+
version=0.3.3
1414
author=Netta Beninson, Dror Bogin
1515
1616

@@ -23,6 +23,10 @@ repository=https://github.com/arc2qgis/qlyrx
2323
# Recommended items:
2424

2525
changelog=
26+
2021-10-19 Version 0.3.3
27+
* Bug Fix version
28+
added missing import for loading QML\SLD files which broke the tool.
29+
2630
2021-10-10 Version 0.3.2
2731
* Bug Fix version
2832

qlyrx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424
from PyQt5.QtCore import QSettings, QTranslator, qVersion, QCoreApplication, QPointF
2525
from PyQt5.QtGui import QIcon, QColor, QFont
26-
from PyQt5.QtWidgets import QAction, QFileDialog, QHBoxLayout, QLabel, QComboBox
26+
from PyQt5.QtWidgets import QAction, QFileDialog, QHBoxLayout, QLabel, QComboBox, QDialog
2727
from qgis.core import (QgsProject, QgsWkbTypes, QgsColorRampShader, QgsPresetSchemeColorRamp, QgsRasterShader, QgsRasterBandStats,
2828
QgsSymbol, QgsSingleSymbolRenderer,QgsSingleBandPseudoColorRenderer, QgsSimpleLineSymbolLayer,
2929
QgsLinePatternFillSymbolLayer, QgsFontMarkerSymbolLayer, QgsSettings,

0 commit comments

Comments
 (0)