keepassxc/src/gui/SearchWidget.ui

66 lines
1.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SearchWidget</class>
<widget class="QWidget" name="SearchWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>465</width>
<height>34</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
2014-05-16 13:49:58 -04:00
<property name="leftMargin">
<number>3</number>
2014-05-16 13:49:58 -04:00
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>7</number>
2014-05-16 13:49:58 -04:00
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
2017-01-13 21:52:01 -05:00
<widget class="QLineEdit" name="searchEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
2017-01-13 21:52:01 -05:00
<property name="placeholderText">
<string/>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
<action name="searchIcon">
<property name="text">
<string>Search</string>
</property>
</action>
<action name="helpIcon">
<property name="text">
<string>Search Help</string>
</property>
</action>
</widget>
2013-11-17 04:15:50 -05:00
<tabstops>
<tabstop>searchEdit</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>