Add a title to the Contents tab in project Details
This commit is contained in:
@@ -358,6 +358,7 @@ class GuiProjectDetailsContents(QWidget):
|
|||||||
# ========
|
# ========
|
||||||
|
|
||||||
self.outerBox = QVBoxLayout()
|
self.outerBox = QVBoxLayout()
|
||||||
|
self.outerBox.addWidget(QLabel("<b>Table of Contents</b>"))
|
||||||
self.outerBox.addWidget(self.tocTree)
|
self.outerBox.addWidget(self.tocTree)
|
||||||
self.outerBox.addLayout(self.optionsBox)
|
self.outerBox.addLayout(self.optionsBox)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user