Warning, /office/alkimia/src/alkonlinequotedetails.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>AlkOnlineQuoteDetailsWidget</class>
0004  <widget class="QWidget" name="AlkOnlineQuoteDetailsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>592</width>
0010     <height>1462</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>0</width>
0016     <height>0</height>
0017    </size>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Online Quotes</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout_6">
0023    <item>
0024     <widget class="QGroupBox" name="detailsGroupBox">
0025      <property name="whatsThis">
0026       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;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 forum at &lt;/span&gt;&lt;a href=&quot;https://forum.kde.org/viewforum.php?f=69&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://forum.kde.org/viewforum.php?f=69&lt;/span&gt;&lt;/a&gt;  or the &lt;span style=&quot; font-style:italic;&quot;&gt;user's mailinglist at &lt;/span&gt;&lt;a href=&quot;mailto:kmymoney@kde.org&quot;&gt;&lt;span style=&quot; font-style:italic; text-decoration: underline; color:#2980b9;&quot;&gt;kmymoney@kde.org&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-style:italic;&quot;&gt; to find what settings work for other users in your country.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0027      </property>
0028      <property name="title">
0029       <string>Details</string>
0030      </property>
0031      <property name="alignment">
0032       <set>Qt::AlignCenter</set>
0033      </property>
0034      <layout class="QVBoxLayout" name="verticalLayout_4">
0035       <item>
0036        <layout class="QHBoxLayout" name="horizontalLayout_2">
0037         <item>
0038          <layout class="QGridLayout" name="gridLayout">
0039           <item row="1" column="0">
0040            <widget class="QLabel" name="textLabel2">
0041             <property name="text">
0042              <string>Identifier</string>
0043             </property>
0044             <property name="wordWrap">
0045              <bool>false</bool>
0046             </property>
0047            </widget>
0048           </item>
0049           <item row="2" column="0">
0050            <widget class="QLabel" name="m_editIdSelectorLabel">
0051             <property name="text">
0052              <string>Selected by</string>
0053             </property>
0054            </widget>
0055           </item>
0056           <item row="5" column="0">
0057            <widget class="QLabel" name="textLabel4">
0058             <property name="text">
0059              <string>Date</string>
0060             </property>
0061             <property name="wordWrap">
0062              <bool>false</bool>
0063             </property>
0064            </widget>
0065           </item>
0066           <item row="6" column="0">
0067            <widget class="QLabel" name="textLabel4_2">
0068             <property name="text">
0069              <string>Date Format</string>
0070             </property>
0071             <property name="wordWrap">
0072              <bool>false</bool>
0073             </property>
0074            </widget>
0075           </item>
0076           <item row="2" column="1">
0077            <widget class="KComboBox" name="m_editIdSelector">
0078             <property name="toolTip">
0079              <string>How to select the identifier</string>
0080             </property>
0081            </widget>
0082           </item>
0083           <item row="3" column="1">
0084            <widget class="KComboBox" name="m_editDataFormat">
0085             <property name="toolTip">
0086              <string>The type of data expected to downloaded and processed.</string>
0087             </property>
0088            </widget>
0089           </item>
0090           <item row="0" column="0">
0091            <widget class="QLabel" name="textLabel1">
0092             <property name="text">
0093              <string>URL</string>
0094             </property>
0095             <property name="wordWrap">
0096              <bool>false</bool>
0097             </property>
0098            </widget>
0099           </item>
0100           <item row="0" column="3">
0101            <widget class="QLabel" name="m_urlCheckLabel">
0102             <property name="text">
0103              <string/>
0104             </property>
0105            </widget>
0106           </item>
0107           <item row="1" column="3">
0108            <widget class="QLabel" name="m_symbolCheckLabel">
0109             <property name="text">
0110              <string/>
0111             </property>
0112            </widget>
0113           </item>
0114           <item row="0" column="1">
0115            <widget class="KLineEdit" name="m_editURL">
0116             <property name="toolTip">
0117              <string>URL to be used to download the quote</string>
0118             </property>
0119             <property name="whatsThis">
0120              <string>Enter the URL from which stock quotes will be fetched.  &lt;b&gt;%1&lt;/b&gt; will be replaced with the symbol for the security being quoted. For currency conversions, &lt;b&gt;%2&lt;/b&gt; will be replaced with the currency to be quoted and &lt;b&gt;%1&lt;/b&gt; with the currency the quote is based on.</string>
0121             </property>
0122            </widget>
0123           </item>
0124           <item row="1" column="1">
0125            <widget class="KLineEdit" name="m_editIdentifier">
0126             <property name="toolTip">
0127              <string>Regular Expression to extract the identifier from the downloaded data</string>
0128             </property>
0129            </widget>
0130           </item>
0131           <item row="7" column="0">
0132            <widget class="Line" name="line">
0133             <property name="orientation">
0134              <enum>Qt::Horizontal</enum>
0135             </property>
0136            </widget>
0137           </item>
0138           <item row="8" column="0">
0139            <widget class="QLabel" name="label_5">
0140             <property name="text">
0141              <string>Default Identifier</string>
0142             </property>
0143            </widget>
0144           </item>
0145           <item row="4" column="3">
0146            <widget class="QLabel" name="m_priceCheckLabel">
0147             <property name="text">
0148              <string/>
0149             </property>
0150            </widget>
0151           </item>
0152           <item row="5" column="3">
0153            <widget class="QLabel" name="m_dateCheckLabel">
0154             <property name="text">
0155              <string/>
0156             </property>
0157            </widget>
0158           </item>
0159           <item row="3" column="0">
0160            <widget class="QLabel" name="label">
0161             <property name="text">
0162              <string>Data Format</string>
0163             </property>
0164            </widget>
0165           </item>
0166           <item row="4" column="0">
0167            <widget class="QLabel" name="textLabel3">
0168             <property name="text">
0169              <string>Price</string>
0170             </property>
0171             <property name="wordWrap">
0172              <bool>false</bool>
0173             </property>
0174            </widget>
0175           </item>
0176           <item row="8" column="1">
0177            <widget class="KLineEdit" name="m_editDefaultId">
0178             <property name="toolTip">
0179              <string>An identifier that is known to work for this online quote source</string>
0180             </property>
0181            </widget>
0182           </item>
0183           <item row="4" column="1">
0184            <widget class="KLineEdit" name="m_editPrice">
0185             <property name="toolTip">
0186              <string>Regular Expression to extract the price from the downloaded data</string>
0187             </property>
0188            </widget>
0189           </item>
0190           <item row="9" column="1">
0191            <widget class="QCheckBox" name="m_ghnsSource">
0192             <property name="whatsThis">
0193              <string/>
0194             </property>
0195             <property name="text">
0196              <string>Remote source</string>
0197             </property>
0198            </widget>
0199           </item>
0200           <item row="9" column="0">
0201            <widget class="QLabel" name="label_3">
0202             <property name="text">
0203              <string>Options</string>
0204             </property>
0205            </widget>
0206           </item>
0207           <item row="5" column="1">
0208            <widget class="KLineEdit" name="m_editDate">
0209             <property name="toolTip">
0210              <string>Regular Expression to extract the date from the downloaded data</string>
0211             </property>
0212            </widget>
0213           </item>
0214           <item row="6" column="1">
0215            <widget class="KLineEdit" name="m_editDateFormat">
0216             <property name="toolTip">
0217              <string>Regular Expression to extract the date from the downloaded data</string>
0218             </property>
0219            </widget>
0220           </item>
0221           <item row="6" column="3">
0222            <widget class="QLabel" name="m_dateFormatCheckLabel">
0223             <property name="text">
0224              <string/>
0225             </property>
0226            </widget>
0227           </item>
0228          </layout>
0229         </item>
0230         <item>
0231          <layout class="QVBoxLayout" name="verticalLayout_3">
0232           <property name="leftMargin">
0233            <number>0</number>
0234           </property>
0235           <item>
0236            <widget class="AlkPushButton" name="m_updateButton">
0237             <property name="text">
0238              <string comment="@action update quotes from online quote source">Accept</string>
0239             </property>
0240            </widget>
0241           </item>
0242           <item>
0243            <widget class="AlkPushButton" name="m_cancelButton">
0244             <property name="text">
0245              <string comment="@action cancel actual changes">Cancel</string>
0246             </property>
0247             <property name="icon">
0248              <iconset theme="dialog-cancel">
0249               <normaloff/>
0250              </iconset>
0251             </property>
0252            </widget>
0253           </item>
0254           <item>
0255            <spacer name="verticalSpacer_2">
0256             <property name="orientation">
0257              <enum>Qt::Vertical</enum>
0258             </property>
0259             <property name="sizeHint" stdset="0">
0260              <size>
0261               <width>20</width>
0262               <height>40</height>
0263              </size>
0264             </property>
0265            </spacer>
0266           </item>
0267          </layout>
0268         </item>
0269        </layout>
0270       </item>
0271       <item>
0272        <widget class="QLabel" name="m_buildKey">
0273         <property name="text">
0274          <string>build_key</string>
0275         </property>
0276        </widget>
0277       </item>
0278       <item>
0279        <spacer name="verticalSpacer_6">
0280         <property name="orientation">
0281          <enum>Qt::Vertical</enum>
0282         </property>
0283         <property name="sizeHint" stdset="0">
0284          <size>
0285           <width>20</width>
0286           <height>40</height>
0287          </size>
0288         </property>
0289        </spacer>
0290       </item>
0291      </layout>
0292     </widget>
0293    </item>
0294   </layout>
0295  </widget>
0296  <layoutdefault spacing="6" margin="11"/>
0297  <customwidgets>
0298   <customwidget>
0299    <class>KComboBox</class>
0300    <extends>QComboBox</extends>
0301    <header>kcombobox.h</header>
0302   </customwidget>
0303   <customwidget>
0304    <class>KLineEdit</class>
0305    <extends>QLineEdit</extends>
0306    <header>klineedit.h</header>
0307   </customwidget>
0308   <customwidget>
0309    <class>AlkPushButton</class>
0310    <extends>QPushButton</extends>
0311    <header location="global">alkpushbutton.h</header>
0312   </customwidget>
0313  </customwidgets>
0314  <resources/>
0315  <connections/>
0316 </ui>