You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
konversation/konversation/src/searchbarbase.ui

131 lines
4.5 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>SearchBarBase</class>
<comment>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
</comment>
<author>Copyright (C) 2006 Peter Simonsson &lt;psn@linux.se&gt;</author>
<widget class="TQWidget">
<property name="name">
<cstring>SearchBarBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>502</width>
<height>34</height>
</rect>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQToolButton">
<property name="name">
<cstring>m_closeButton</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="textPosition">
<enum>BesideIcon</enum>
</property>
<property name="toolTip" stdset="0">
<string>Close</string>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>m_searchEdit</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>m_statusPixLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>m_statusTextLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_findNextButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Find Ne&amp;xt</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_findPreviousButton</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Find Previous</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="TQToolButton">
<property name="name">
<cstring>m_optionsButton</cstring>
</property>
<property name="text">
<string>Options</string>
</property>
<property name="popupDelay">
<number>0</number>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="textPosition">
<enum>BesideIcon</enum>
</property>
</widget>
</hbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="4"/>
<layoutfunctions spacing="KDialog::spacingHint"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>