Skip to content

Commit 326b6ff

Browse files
committed
[processing] add missed import
1 parent 5511a73 commit 326b6ff

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

python/plugins/processing/modeler/ModelerParametersDialog.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,22 @@
2626
__revision__ = '$Format:%H$'
2727

2828
from PyQt4.QtCore import Qt, QUrl, QMetaObject
29-
from PyQt4.QtGui import QDialog, QDialogButtonBox, QLabel, QLineEdit, QFrame, QPushButton, QSizePolicy, QVBoxLayout, QHBoxLayout, QTabWidget, QWidget, QScrollArea, QComboBox, QTableWidgetItem, QMessageBox
29+
from PyQt4.QtGui import (QDialog,
30+
QDialogButtonBox,
31+
QLabel,
32+
QLineEdit,
33+
QFrame,
34+
QPushButton,
35+
QSizePolicy,
36+
QVBoxLayout,
37+
QHBoxLayout,
38+
QTabWidget,
39+
QWidget,
40+
QScrollArea,
41+
QComboBox,
42+
QTableWidgetItem,
43+
QMessageBox,
44+
QTextBrowser)
3045
from PyQt4.QtNetwork import QNetworkRequest, QNetworkReply
3146

3247
from qgis.core import QgsNetworkAccessManager

0 commit comments

Comments
 (0)