Merge pull request #356 from vkbo/selectable_path

Select Path in Project Settings
This commit is contained in:
Veronica K. Berglyd Olsen
2020-06-29 17:17:54 +02:00
committed by GitHub
+2
View File
@@ -225,6 +225,8 @@ class GuiProjectEditMeta(QWidget):
self.pathLabel.setIndent(xInd)
self.pathValue = QLabel(self.theProject.projPath)
self.pathValue.setWordWrap(True)
self.pathValue.setTextInteractionFlags(Qt.TextSelectableByMouse)
self.pathValue.setCursor(Qt.IBeamCursor)
self.revLabel = QLabel("Revision count:")
self.revLabel.setIndent(xInd)