Add some convenient tree widget settings to the different trees

This commit is contained in:
Veronica Berglyd Olsen
2022-06-15 17:33:47 +02:00
parent fb14e978cd
commit 50f299171a
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -326,6 +326,7 @@ class GuiOutlineTree(QTreeWidget):
self.theProject = theOutline.mainGui.theProject
self.mainTheme = theOutline.mainGui.mainTheme
self.setUniformRowHeights(True)
self.setFrameStyle(QFrame.NoFrame)
self.setSelectionBehavior(QAbstractItemView.SelectRows)
self.setSelectionMode(QAbstractItemView.SingleSelection)