Add QHistoryLineEdit to browsers.

This commit is contained in:
Ernie Pasveer
2022-08-10 20:01:03 -05:00
parent 005820c7b6
commit d1ad1e2809
12 changed files with 96 additions and 35 deletions
+8 -1
View File
@@ -17,7 +17,7 @@
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="variableAddLineEdit">
<widget class="QHistoryLineEdit" name="variableAddLineEdit">
<property name="toolTip">
<string>Add a variable to the loggger.</string>
</property>
@@ -88,6 +88,13 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QHistoryLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">QHistoryLineEdit.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="resource.qrc"/>
</resources>