<string>Regular Expression to extract the symbol from the downloaded data</string>
</property>
</widget>
<widget class="KLineEdit" row="2" column="1">
<property name="name">
<cstring>m_editPrice</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Regular Expression to extract the price from the downloaded data</string>
</property>
</widget>
<widget class="KLineEdit" row="4" column="1">
<property name="name">
<cstring>m_editDateFormat</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Regular Expression to extract the date from the downloaded data</string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>m_editURL</cstring>
</property>
<property name="toolTip" stdset="0">
<string>URL to be used to download the quote</string>
</property>
<property name="whatsThis" stdset="0">
<string>Enter the URL from which stock quotes will be fetched. <b>%1</b> will be replaced with the symbol for the security being quoted. For currency conversions, <b>%2</b> will be replaced with the currency to be quoted and <b>%1</b> with the currency the quote is based on.</string>
<string><i>Enter regular expressions which can be used to parse the data returned from the URL entered above. The symbol, price, and date must be found in the quote data to be usable. You may also try the KMyMoney user's mailinglist at <a href="mailto:kmymoney2-user@lists.sourceforge.net">kmymoney2-user@lists.sourceforge.net</a> to find what settings work for other users in your country.</i></string>