fix isort
Change-Id: I5486e1f9b3143c6bb0804c49c7ca21adb9b84de1 Reviewed-on: https://forge.frm2.tum.de/review/19524 Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
@ -21,18 +21,15 @@
|
||||
#
|
||||
# *****************************************************************************
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from secop.datatypes import FloatRange, IntRange, StringType, BLOBType, \
|
||||
EnumType, BoolType, TupleOf, StructOf, ArrayOf
|
||||
|
||||
from secop.gui.qt import QDialog, QLabel, QLineEdit,\
|
||||
QGroupBox, QSpinBox, QDoubleSpinBox, QComboBox, QCheckBox, \
|
||||
QVBoxLayout, QGridLayout, QFrame
|
||||
from __future__ import division, print_function
|
||||
|
||||
from secop.datatypes import (ArrayOf, BLOBType, BoolType, EnumType, FloatRange,
|
||||
IntRange, StringType, StructOf, TupleOf)
|
||||
from secop.gui.qt import (QCheckBox, QComboBox, QDialog, QDoubleSpinBox,
|
||||
QFrame, QGridLayout, QGroupBox, QLabel, QLineEdit,
|
||||
QSpinBox, QVBoxLayout)
|
||||
from secop.gui.util import loadUi
|
||||
|
||||
|
||||
# XXX: implement live validators !!!!
|
||||
|
||||
class StringWidget(QLineEdit):
|
||||
|
Reference in New Issue
Block a user