modified: imports adjusted to only those used in the code really
This commit is contained in:
parent
a385553a29
commit
0cee4cd644
@ -26,12 +26,14 @@ from PySide.QtGui import (QAction,
|
|||||||
QIcon,
|
QIcon,
|
||||||
QKeySequence,
|
QKeySequence,
|
||||||
QLabel,
|
QLabel,
|
||||||
|
QLineEdit,
|
||||||
QMessageBox,
|
QMessageBox,
|
||||||
QSpinBox,
|
QSpinBox,
|
||||||
QTabBar,
|
QTabWidget,
|
||||||
QTextBrowser,
|
QTextBrowser,
|
||||||
QToolBar,
|
QToolBar,
|
||||||
QVBoxLayout)
|
QVBoxLayout,
|
||||||
|
QWidget)
|
||||||
from PySide.QtCore import (Qt,
|
from PySide.QtCore import (Qt,
|
||||||
QUrl,
|
QUrl,
|
||||||
SIGNAL,
|
SIGNAL,
|
||||||
|
Loading…
Reference in New Issue
Block a user