Skip to content

Commit

Permalink
[pyqgis-console] fix missing import, amd minor fixws to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa authored and nyalldawson committed Oct 2, 2020
1 parent 4fea3ed commit f327256
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 233 deletions.
2 changes: 1 addition & 1 deletion python/console/console_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Some portions of code were taken from https://code.google.com/p/pydee/
"""

from qgis.PyQt.QtCore import QCoreApplication, QSize, QObject, Qt, pyqtSignal
from qgis.PyQt.QtCore import QCoreApplication, QSize, QUrl, QObject, Qt, pyqtSignal
from qgis.PyQt.QtWidgets import QDialog, QFileDialog, QMessageBox, QTableWidgetItem, QHBoxLayout
from qgis.PyQt.QtGui import QIcon, QFont, QColor, QFontDatabase, QDesktopServices

Expand Down
Loading

0 comments on commit f327256

Please sign in to comment.