mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Add QHistoryLineEdit to browsers.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user