re-design of the properties tabbed window
This commit is contained in:
parent
386131e9f3
commit
851da7eb15
@ -930,7 +930,13 @@ class LocalisationTab(PropTab):
|
||||
|
||||
self.locToolComboBox.setCurrentIndex(toolind)
|
||||
|
||||
|
||||
curroot = settings.value("loc/tool", None)
|
||||
if curtool is not None:
|
||||
rootlabel = QLabel("{0} root dircetory".format(curtool))
|
||||
else:
|
||||
rootlabel = QLabel("root dircetory")
|
||||
rootlabel.setDisabled()
|
||||
|
||||
|
||||
class NewEventDlg(QDialog):
|
||||
|
Loading…
Reference in New Issue
Block a user