def __init__(self): super(AutoSettingsWidget, self).__init__() self.editables = [] self.layout = QtGui.QFormLayout() self.setLayout(self.layout)