mirror of
https://github.com/wassname/sloth.git
synced 2026-07-05 21:24:22 +08:00
remove obsolete treeview property setting
This commit is contained in:
@@ -72,7 +72,6 @@ class MainWindow(QMainWindow):
|
||||
self.buttonarea.stateChanged.connect(self.scene.setMode)
|
||||
|
||||
self.treeview = AnnotationTreeView()
|
||||
self.treeview.setAlternatingRowColors(True)
|
||||
self.treeview.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Preferred)
|
||||
self.ui.dockInformation.setWidget(self.treeview)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user