diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 13:50:43 +0100 |
commit | d62c8c002c51fb7c36487839eeeb4ac89f044dee (patch) | |
tree | bb4d1f5c631ab1f22a3018ba39e6a806035f80fd /part/kxesearchdialogbase.ui | |
download | kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.tar.gz kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.zip |
Initial import of kxmleditor 1.1.4
Diffstat (limited to 'part/kxesearchdialogbase.ui')
-rw-r--r-- | part/kxesearchdialogbase.ui | 350 |
1 files changed, 350 insertions, 0 deletions
diff --git a/part/kxesearchdialogbase.ui b/part/kxesearchdialogbase.ui new file mode 100644 index 0000000..23be699 --- /dev/null +++ b/part/kxesearchdialogbase.ui @@ -0,0 +1,350 @@ +<!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="QDialog"> + <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="QLayoutWidget" 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="QLabel"> + <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>&Search string:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pEditSearchedString</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Search string</b></br> +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="QLineEdit" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>m_pEditSearchedString</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Search string</b></br> +Here you can enter the string you want to search for in your XML document.</string> + </property> + </widget> + <widget class="QLayoutWidget" 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="QPushButton"> + <property name="name"> + <cstring>m_pPushButtonFind</cstring> + </property> + <property name="text"> + <string>&Find</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>m_pPushButtonCancel</cstring> + </property> + <property name="text"> + <string>&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="QGroupBox" row="2" column="0" rowspan="2" colspan="1"> + <property name="name"> + <cstring>m_pGroupBoxSearchIn</cstring> + </property> + <property name="title"> + <string>Find &in</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Find in</b> +<br/> +Here you can choose the parts of your XML document that should be inspected during the search. +<br/> +These are +<br/> +<br/> +<b><i>Element names</i></b><br/> +<b><i>Attribute names</i></b><br/> +<b><i>Attribute values</i></b><br/> +<b><i>Content</i></b></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="QCheckBox"> + <property name="name"> + <cstring>m_pCheckBoxElementNames</cstring> + </property> + <property name="text"> + <string>Element names</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_pCheckBoxAttributeNames</cstring> + </property> + <property name="text"> + <string>Attribute names</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_pCheckBoxAttributeValues</cstring> + </property> + <property name="text"> + <string>Attribute values</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_pCheckBoxContents</cstring> + </property> + <property name="text"> + <string>Content</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget" 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="QCheckBox"> + <property name="name"> + <cstring>m_pCheckBoxMatchCase</cstring> + </property> + <property name="text"> + <string>&Match case</string> + </property> + <property name="accel"> + <string>Alt+M</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Match case</b><br/> +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 QString&)</signal> + <receiver>KXESearchDialogBase</receiver> + <slot>slotTextChanged(const QString&)</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 QString &)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |