Allow hitting enter on a file in the virtual file dialog to select

This commit is contained in:
baldurk
2017-11-29 18:18:19 +00:00
parent 8931ed4086
commit 4b562ea49d
3 changed files with 17 additions and 1 deletions
@@ -121,7 +121,7 @@
</widget>
</item>
<item>
<widget class="QTreeView" name="fileList">
<widget class="RDTreeView" name="fileList">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>2</horstretch>
@@ -244,6 +244,11 @@
<extends>QLineEdit</extends>
<header>Widgets/Extended/RDLineEdit.h</header>
</customwidget>
<customwidget>
<class>RDTreeView</class>
<extends>QTreeView</extends>
<header>Widgets/Extended/RDTreeView.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="../../Resources/resources.qrc"/>