Path should be read only, not disabled
This commit is contained in:
@@ -93,7 +93,7 @@ class GuiProjectLoad(QDialog):
|
||||
self.lblRecent = QLabel("<b>Recently Opened Projects</b>")
|
||||
self.lblPath = QLabel("<b>Path</b>")
|
||||
self.selPath = QLineEdit("")
|
||||
self.selPath.setEnabled(False)
|
||||
self.selPath.setReadOnly(True)
|
||||
|
||||
self.browseButton = QPushButton("...")
|
||||
self.browseButton.setMaximumWidth(30)
|
||||
|
||||
Reference in New Issue
Block a user