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.
kxmleditor/part/kxesearchdialogbase.ui

351 lines
13 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KXESearchDialogBase</class>
<comment>Dialog for input information from user
about searching in XML document</comment>
<author>Lumir Vanek</author>
<widget class="TQDialog">
<property name="name">
<cstring>KXESearchDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>244</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>330</width>
<height>240</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="caption">
<string>Search</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>m_pTextLabelSearchedString</cstring>
</property>
<property name="frameShape">
<enum>MShape</enum>
</property>
<property name="frameShadow">
<enum>MShadow</enum>
</property>
<property name="text">
<string>&amp;Search string:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_pEditSearchedString</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Search string&lt;/b&gt;&lt;/br&gt;
Here you can enter the string you want to search for in your XML document.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>262</width>
<height>0</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQLineEdit" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pEditSearchedString</cstring>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Search string&lt;/b&gt;&lt;/br&gt;
Here you can enter the string you want to search for in your XML document.</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout13</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>Spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>154</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>m_pPushButtonFind</cstring>
</property>
<property name="text">
<string>&amp;Find</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>m_pPushButtonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
<spacer row="3" column="1">
<property name="name">
<cstring>Spacer9</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>131</height>
</size>
</property>
</spacer>
<widget class="TQGroupBox" row="2" column="0" rowspan="2" colspan="1">
<property name="name">
<cstring>m_pGroupBoxSearchIn</cstring>
</property>
<property name="title">
<string>Find &amp;in</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Find in&lt;/b&gt;
&lt;br/&gt;
Here you can choose the parts of your XML document that should be inspected during the search.
&lt;br/&gt;
These are
&lt;br/&gt;
&lt;br/&gt;
&lt;b&gt;&lt;i&gt;Element names&lt;/i&gt;&lt;/b&gt;&lt;br/&gt;
&lt;b&gt;&lt;i&gt;Attribute names&lt;/i&gt;&lt;/b&gt;&lt;br/&gt;
&lt;b&gt;&lt;i&gt;Attribute values&lt;/i&gt;&lt;/b&gt;&lt;br/&gt;
&lt;b&gt;&lt;i&gt;Content&lt;/i&gt;&lt;/b&gt;</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxElementNames</cstring>
</property>
<property name="text">
<string>Element names</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxAttributeNames</cstring>
</property>
<property name="text">
<string>Attribute names</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxAttributeValues</cstring>
</property>
<property name="text">
<string>Attribute values</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxContents</cstring>
</property>
<property name="text">
<string>Content</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget" row="2" column="1">
<property name="name">
<cstring>layout23</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer19</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>18</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_pCheckBoxMatchCase</cstring>
</property>
<property name="text">
<string>&amp;Match case</string>
</property>
<property name="accel">
<string>Alt+M</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Match case&lt;/b&gt;&lt;br/&gt;
Check this for case sensitive search.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer20</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>19</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>m_pEditSearchedString</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>slotTextChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_pPushButtonCancel</sender>
<signal>clicked()</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>m_pPushButtonFind</sender>
<signal>clicked()</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>m_pCheckBoxElementNames</sender>
<signal>stateChanged(int)</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>slotFindInChanged()</slot>
</connection>
<connection>
<sender>m_pCheckBoxAttributeNames</sender>
<signal>stateChanged(int)</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>slotFindInChanged()</slot>
</connection>
<connection>
<sender>m_pCheckBoxAttributeValues</sender>
<signal>stateChanged(int)</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>slotFindInChanged()</slot>
</connection>
<connection>
<sender>m_pCheckBoxContents</sender>
<signal>stateChanged(int)</signal>
<receiver>KXESearchDialogBase</receiver>
<slot>slotFindInChanged()</slot>
</connection>
</connections>
<tabstops>
<tabstop>m_pEditSearchedString</tabstop>
<tabstop>m_pCheckBoxElementNames</tabstop>
<tabstop>m_pCheckBoxAttributeNames</tabstop>
<tabstop>m_pCheckBoxAttributeValues</tabstop>
<tabstop>m_pCheckBoxContents</tabstop>
<tabstop>m_pCheckBoxMatchCase</tabstop>
<tabstop>m_pPushButtonFind</tabstop>
<tabstop>m_pPushButtonCancel</tabstop>
</tabstops>
<slots>
<slot access="protected">slotFindInChanged()</slot>
<slot access="protected">slotTextChanged(const TQString &amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>