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,
|
||||
QKeySequence,
|
||||
QLabel,
|
||||
QLineEdit,
|
||||
QMessageBox,
|
||||
QSpinBox,
|
||||
QTabBar,
|
||||
QTabWidget,
|
||||
QTextBrowser,
|
||||
QToolBar,
|
||||
QVBoxLayout)
|
||||
QVBoxLayout,
|
||||
QWidget)
|
||||
from PySide.QtCore import (Qt,
|
||||
QUrl,
|
||||
SIGNAL,
|
||||
|
Loading…
Reference in New Issue
Block a user