Make path in file manager editable

This commit is contained in:
2025-07-27 16:28:17 +02:00
parent 897306d1c3
commit eccf928032
3 changed files with 42 additions and 24 deletions
+2 -10
View File
@@ -18,11 +18,7 @@
<item>
<layout class="QVBoxLayout" name="leftLayout">
<item>
<widget class="QLineEdit" name="leftPath">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="leftPath"/>
</item>
<item>
<widget class="DirView" name="leftTab"/>
@@ -32,11 +28,7 @@
<item>
<layout class="QVBoxLayout" name="rightLayout">
<item>
<widget class="QLineEdit" name="rightPath">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="rightPath"/>
</item>
<item>
<widget class="DirView" name="rightTab"/>