This commit is contained in:
Stefan Kögl 2012-11-15 19:26:04 +01:00
parent 61462a50a4
commit 0190511304
1 changed files with 3 additions and 0 deletions

View File

@ -317,10 +317,13 @@ class ApplicationWindow(QtGui.QMainWindow):
self.main_widget = QtGui.QWidget(self)
self.profile_widget = QtGui.QWidget(self)
self.profile_steps = QtGui.QGroupBox(self)
self.dpi = 100
pl = QtGui.QHBoxLayout(self.profile_widget)
sl = QtGui.QVBoxLayout(self.profile_steps)
self.solder_model = SolderListModel(self)
self.solder_view = QtGui.QListView()
self.solder_view.setModel(self.solder_model)