Warning, /office/alkimia/src/alkonlinequoteswidget.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>AlkOnlineQuotesWidget</class>
0004  <widget class="QWidget" name="AlkOnlineQuotesWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>523</width>
0010     <height>879</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="profilesGroupBox">
0025      <property name="whatsThis">
0026       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select, add or delete an application profile, where to load profiles from and save into eg. kmymoney or skrooge.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0027      </property>
0028      <property name="title">
0029       <string>Application Profiles</string>
0030      </property>
0031      <property name="alignment">
0032       <set>Qt::AlignCenter</set>
0033      </property>
0034      <layout class="QGridLayout" name="gridLayout_3">
0035       <item row="0" column="0">
0036        <layout class="QHBoxLayout" name="horizontalLayout_7">
0037         <item>
0038          <widget class="QListWidget" name="m_profileList"/>
0039         </item>
0040         <item>
0041          <layout class="QVBoxLayout" name="verticalLayout_7">
0042           <item>
0043            <widget class="AlkPushButton" name="m_newProfile">
0044             <property name="enabled">
0045              <bool>false</bool>
0046             </property>
0047             <property name="text">
0048              <string>New</string>
0049             </property>
0050             <property name="icon">
0051              <iconset theme="document-new">
0052               <normaloff>.</normaloff>.</iconset>
0053             </property>
0054            </widget>
0055           </item>
0056           <item>
0057            <widget class="AlkPushButton" name="m_deleteProfile">
0058             <property name="enabled">
0059              <bool>false</bool>
0060             </property>
0061             <property name="text">
0062              <string>Delete</string>
0063             </property>
0064             <property name="icon">
0065              <iconset theme="edit-delete">
0066               <normaloff>.</normaloff>.</iconset>
0067             </property>
0068            </widget>
0069           </item>
0070           <item>
0071            <spacer name="verticalSpacer_4">
0072             <property name="orientation">
0073              <enum>Qt::Vertical</enum>
0074             </property>
0075             <property name="sizeHint" stdset="0">
0076              <size>
0077               <width>20</width>
0078               <height>40</height>
0079              </size>
0080             </property>
0081            </spacer>
0082           </item>
0083          </layout>
0084         </item>
0085        </layout>
0086       </item>
0087      </layout>
0088     </widget>
0089    </item>
0090    <item>
0091     <widget class="QGroupBox" name="profileDetailsBox">
0092      <property name="title">
0093       <string>Profile details</string>
0094      </property>
0095      <property name="alignment">
0096       <set>Qt::AlignCenter</set>
0097      </property>
0098      <layout class="QGridLayout" name="gridLayout_2">
0099       <item row="1" column="0">
0100        <widget class="QLabel" name="m_GHNSConfigLabel">
0101         <property name="text">
0102          <string>GHNS config file</string>
0103         </property>
0104        </widget>
0105       </item>
0106       <item row="4" column="1">
0107        <spacer name="horizontalSpacer">
0108         <property name="orientation">
0109          <enum>Qt::Horizontal</enum>
0110         </property>
0111         <property name="sizeHint" stdset="0">
0112          <size>
0113           <width>40</width>
0114           <height>20</height>
0115          </size>
0116         </property>
0117        </spacer>
0118       </item>
0119       <item row="0" column="0">
0120        <widget class="QLabel" name="m_configLabel">
0121         <property name="text">
0122          <string>Config file</string>
0123         </property>
0124        </widget>
0125       </item>
0126       <item row="3" column="1">
0127        <widget class="QLabel" name="m_GHNSDataPath">
0128         <property name="text">
0129          <string/>
0130         </property>
0131         <property name="textInteractionFlags">
0132          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0133         </property>
0134        </widget>
0135       </item>
0136       <item row="0" column="1">
0137        <widget class="QLabel" name="m_configFilePath">
0138         <property name="text">
0139          <string/>
0140         </property>
0141         <property name="textInteractionFlags">
0142          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0143         </property>
0144        </widget>
0145       </item>
0146       <item row="1" column="1">
0147        <widget class="QLabel" name="m_GHNSConfigFilePath">
0148         <property name="text">
0149          <string/>
0150         </property>
0151         <property name="textInteractionFlags">
0152          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0153         </property>
0154        </widget>
0155       </item>
0156       <item row="3" column="0">
0157        <widget class="QLabel" name="m_GHNSDataLabel">
0158         <property name="text">
0159          <string>GHNS data path</string>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="5" column="1">
0164        <spacer name="verticalSpacer_5">
0165         <property name="orientation">
0166          <enum>Qt::Vertical</enum>
0167         </property>
0168         <property name="sizeHint" stdset="0">
0169          <size>
0170           <width>20</width>
0171           <height>40</height>
0172          </size>
0173         </property>
0174        </spacer>
0175       </item>
0176      </layout>
0177     </widget>
0178    </item>
0179    <item>
0180     <widget class="QGroupBox" name="onlineQuotesGroupBox">
0181      <property name="enabled">
0182       <bool>true</bool>
0183      </property>
0184      <property name="whatsThis">
0185       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;online price quotes&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0186      </property>
0187      <property name="title">
0188       <string>Online Quotes</string>
0189      </property>
0190      <property name="alignment">
0191       <set>Qt::AlignCenter</set>
0192      </property>
0193      <layout class="QHBoxLayout" name="horizontalLayout_8">
0194       <item>
0195        <layout class="QHBoxLayout" name="horizontalLayout">
0196         <item>
0197          <widget class="QTreeWidget" name="m_quoteSourceList"/>
0198         </item>
0199         <item>
0200          <layout class="QVBoxLayout" name="verticalLayout">
0201           <item>
0202            <widget class="AlkPushButton" name="m_newButton">
0203             <property name="text">
0204              <string comment="@action create new quote source">New</string>
0205             </property>
0206            </widget>
0207           </item>
0208           <item>
0209            <widget class="AlkPushButton" name="m_deleteButton">
0210             <property name="text">
0211              <string>Delete</string>
0212             </property>
0213            </widget>
0214           </item>
0215           <item>
0216            <widget class="AlkPushButton" name="m_duplicateButton">
0217             <property name="toolTip">
0218              <string>Create a duplicate of the currently selected source entry under a different name.</string>
0219             </property>
0220             <property name="whatsThis">
0221              <string>Use this to create a duplicate of an entry for an online source</string>
0222             </property>
0223             <property name="text">
0224              <string>Duplicate</string>
0225             </property>
0226             <property name="icon">
0227              <iconset theme="edit-copy">
0228               <normaloff>.</normaloff>.</iconset>
0229             </property>
0230            </widget>
0231           </item>
0232           <item>
0233            <widget class="AlkPushButton" name="m_installButton">
0234             <property name="text">
0235              <string>Install</string>
0236             </property>
0237             <property name="icon">
0238              <iconset theme="run-install"/>
0239             </property>
0240            </widget>
0241           </item>
0242           <item>
0243            <spacer name="verticalSpacer">
0244             <property name="orientation">
0245              <enum>Qt::Vertical</enum>
0246             </property>
0247             <property name="sizeHint" stdset="0">
0248              <size>
0249               <width>14</width>
0250               <height>13</height>
0251              </size>
0252             </property>
0253            </spacer>
0254           </item>
0255          </layout>
0256         </item>
0257        </layout>
0258       </item>
0259      </layout>
0260     </widget>
0261    </item>
0262    <item>
0263     <widget class="QGroupBox" name="detailsGroupBox">
0264      <property name="whatsThis">
0265       <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>
0266      </property>
0267      <property name="title">
0268       <string>Details</string>
0269      </property>
0270      <property name="alignment">
0271       <set>Qt::AlignCenter</set>
0272      </property>
0273      <layout class="QVBoxLayout" name="verticalLayout_4">
0274       <item>
0275        <layout class="QHBoxLayout" name="horizontalLayout_2">
0276         <item>
0277          <layout class="QGridLayout" name="gridLayout">
0278           <item row="0" column="0">
0279            <widget class="QLabel" name="textLabel1">
0280             <property name="text">
0281              <string>URL</string>
0282             </property>
0283             <property name="wordWrap">
0284              <bool>false</bool>
0285             </property>
0286            </widget>
0287           </item>
0288           <item row="1" column="0">
0289            <widget class="QLabel" name="textLabel2">
0290             <property name="text">
0291              <string>Symbol</string>
0292             </property>
0293             <property name="wordWrap">
0294              <bool>false</bool>
0295             </property>
0296            </widget>
0297           </item>
0298           <item row="2" column="0">
0299            <widget class="QLabel" name="textLabel3">
0300             <property name="text">
0301              <string>Price</string>
0302             </property>
0303             <property name="wordWrap">
0304              <bool>false</bool>
0305             </property>
0306            </widget>
0307           </item>
0308           <item row="3" column="0">
0309            <widget class="QLabel" name="textLabel4">
0310             <property name="text">
0311              <string>Date</string>
0312             </property>
0313             <property name="wordWrap">
0314              <bool>false</bool>
0315             </property>
0316            </widget>
0317           </item>
0318           <item row="4" column="0">
0319            <widget class="QLabel" name="textLabel4_2">
0320             <property name="text">
0321              <string>Date Format</string>
0322             </property>
0323             <property name="wordWrap">
0324              <bool>false</bool>
0325             </property>
0326            </widget>
0327           </item>
0328           <item row="5" column="0">
0329            <widget class="QLabel" name="label_3">
0330             <property name="text">
0331              <string>Options</string>
0332             </property>
0333            </widget>
0334           </item>
0335           <item row="0" column="1">
0336            <widget class="KLineEdit" name="m_editURL">
0337             <property name="toolTip">
0338              <string>URL to be used to download the quote</string>
0339             </property>
0340             <property name="whatsThis">
0341              <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>
0342             </property>
0343            </widget>
0344           </item>
0345           <item row="1" column="1">
0346            <widget class="KLineEdit" name="m_editSymbol">
0347             <property name="toolTip">
0348              <string>Regular Expression to extract the symbol from the downloaded data</string>
0349             </property>
0350            </widget>
0351           </item>
0352           <item row="2" column="1">
0353            <widget class="KLineEdit" name="m_editPrice">
0354             <property name="toolTip">
0355              <string>Regular Expression to extract the price from the downloaded data</string>
0356             </property>
0357            </widget>
0358           </item>
0359           <item row="3" column="1">
0360            <widget class="KLineEdit" name="m_editDate">
0361             <property name="toolTip">
0362              <string>Regular Expression to extract the date from the downloaded data</string>
0363             </property>
0364            </widget>
0365           </item>
0366           <item row="4" column="1">
0367            <widget class="KLineEdit" name="m_editDateFormat">
0368             <property name="toolTip">
0369              <string>Regular Expression to extract the date from the downloaded data</string>
0370             </property>
0371            </widget>
0372           </item>
0373           <item row="5" column="1">
0374            <widget class="QCheckBox" name="m_ghnsSource">
0375             <property name="whatsThis">
0376              <string/>
0377             </property>
0378             <property name="text">
0379              <string>GHNS Source</string>
0380             </property>
0381            </widget>
0382           </item>
0383           <item row="6" column="1">
0384            <widget class="QCheckBox" name="m_skipStripping">
0385             <property name="whatsThis">
0386              <string>&lt;p&gt;For easier processing of the data returned by the online source, KMyMoney usually strips unused parts before it is parsed with the regular expressions. If matching of the fields relies on those items, then use this option to turn stripping off.&lt;/p&gt;
0387 
0388 &lt;p&gt;The following items are usually removed by stripping:
0389 
0390 &lt;ul&gt;
0391 &lt;li&gt;HTML tags such as &lt;b&gt;&amp;lt;tag&amp;gt;&lt;/b&gt;&lt;/li&gt;
0392 &lt;li&gt;&amp; encoded characters such as &lt;b&gt;&amp;amp;nbsp;&lt;/b&gt;&lt;/li&gt;
0393 &lt;li&gt;duplicate whitespace&lt;/li&gt;
0394 &lt;/ul&gt;
0395 &lt;/p&gt;</string>
0396             </property>
0397             <property name="text">
0398              <string>Skip HTML stripping</string>
0399             </property>
0400            </widget>
0401           </item>
0402           <item row="0" column="2">
0403            <widget class="QLabel" name="m_urlCheckLabel">
0404             <property name="text">
0405              <string/>
0406             </property>
0407            </widget>
0408           </item>
0409           <item row="1" column="2">
0410            <widget class="QLabel" name="m_symbolCheckLabel">
0411             <property name="text">
0412              <string/>
0413             </property>
0414            </widget>
0415           </item>
0416           <item row="2" column="2">
0417            <widget class="QLabel" name="m_priceCheckLabel">
0418             <property name="text">
0419              <string/>
0420             </property>
0421            </widget>
0422           </item>
0423           <item row="4" column="2">
0424            <widget class="QLabel" name="m_dateFormatCheckLabel">
0425             <property name="text">
0426              <string/>
0427             </property>
0428            </widget>
0429           </item>
0430           <item row="3" column="2">
0431            <widget class="QLabel" name="m_dateCheckLabel">
0432             <property name="text">
0433              <string/>
0434             </property>
0435            </widget>
0436           </item>
0437          </layout>
0438         </item>
0439         <item>
0440          <layout class="QVBoxLayout" name="verticalLayout_3">
0441           <property name="leftMargin">
0442            <number>0</number>
0443           </property>
0444           <item>
0445            <widget class="AlkPushButton" name="m_updateButton">
0446             <property name="text">
0447              <string comment="@action update quotes from online quote source">Accept</string>
0448             </property>
0449            </widget>
0450           </item>
0451           <item>
0452            <spacer name="verticalSpacer_2">
0453             <property name="orientation">
0454              <enum>Qt::Vertical</enum>
0455             </property>
0456             <property name="sizeHint" stdset="0">
0457              <size>
0458               <width>20</width>
0459               <height>40</height>
0460              </size>
0461             </property>
0462            </spacer>
0463           </item>
0464          </layout>
0465         </item>
0466        </layout>
0467       </item>
0468       <item>
0469        <spacer name="verticalSpacer_6">
0470         <property name="orientation">
0471          <enum>Qt::Vertical</enum>
0472         </property>
0473         <property name="sizeHint" stdset="0">
0474          <size>
0475           <width>20</width>
0476           <height>40</height>
0477          </size>
0478         </property>
0479        </spacer>
0480       </item>
0481      </layout>
0482     </widget>
0483    </item>
0484    <item>
0485     <widget class="QGroupBox" name="debugGroupBox">
0486      <property name="title">
0487       <string>Debugging</string>
0488      </property>
0489      <property name="alignment">
0490       <set>Qt::AlignCenter</set>
0491      </property>
0492      <layout class="QHBoxLayout" name="horizontalLayout_6">
0493       <item>
0494        <layout class="QVBoxLayout" name="verticalLayout_5">
0495         <item>
0496          <layout class="QHBoxLayout" name="horizontalLayout_5">
0497           <item>
0498            <layout class="QHBoxLayout" name="horizontalLayout_4">
0499             <item>
0500              <widget class="QLabel" name="label">
0501               <property name="text">
0502                <string>One Symbol</string>
0503               </property>
0504              </widget>
0505             </item>
0506             <item>
0507              <widget class="QLineEdit" name="m_checkSymbol"/>
0508             </item>
0509            </layout>
0510           </item>
0511           <item>
0512            <layout class="QHBoxLayout" name="horizontalLayout_3">
0513             <item>
0514              <widget class="QLabel" name="label_2">
0515               <property name="text">
0516                <string>Two Symbols</string>
0517               </property>
0518              </widget>
0519             </item>
0520             <item>
0521              <widget class="QLineEdit" name="m_checkSymbol2"/>
0522             </item>
0523            </layout>
0524           </item>
0525          </layout>
0526         </item>
0527         <item>
0528          <widget class="KTextEdit" name="m_logWindow"/>
0529         </item>
0530        </layout>
0531       </item>
0532       <item>
0533        <layout class="QVBoxLayout" name="verticalLayout_2">
0534         <item>
0535          <widget class="AlkPushButton" name="m_checkButton">
0536           <property name="text">
0537            <string>Check Source</string>
0538           </property>
0539           <property name="icon">
0540            <iconset theme="check-constraint">
0541             <normaloff>.</normaloff>.</iconset>
0542           </property>
0543          </widget>
0544         </item>
0545         <item>
0546          <widget class="AlkPushButton" name="m_showButton">
0547           <property name="text">
0548            <string>Show Page</string>
0549           </property>
0550          </widget>
0551         </item>
0552         <item>
0553          <spacer name="verticalSpacer_3">
0554           <property name="orientation">
0555            <enum>Qt::Vertical</enum>
0556           </property>
0557           <property name="sizeHint" stdset="0">
0558            <size>
0559             <width>20</width>
0560             <height>40</height>
0561            </size>
0562           </property>
0563          </spacer>
0564         </item>
0565        </layout>
0566       </item>
0567      </layout>
0568     </widget>
0569    </item>
0570   </layout>
0571  </widget>
0572  <layoutdefault spacing="6" margin="11"/>
0573  <customwidgets>
0574   <customwidget>
0575    <class>KLineEdit</class>
0576    <extends>QLineEdit</extends>
0577    <header>klineedit.h</header>
0578   </customwidget>
0579   <customwidget>
0580    <class>KTextEdit</class>
0581    <extends>QTextEdit</extends>
0582    <header>ktextedit.h</header>
0583   </customwidget>
0584   <customwidget>
0585    <class>AlkPushButton</class>
0586    <extends>QPushButton</extends>
0587    <header>alkpushbutton.h</header>
0588   </customwidget>
0589  </customwidgets>
0590  <tabstops>
0591   <tabstop>m_profileList</tabstop>
0592   <tabstop>m_newProfile</tabstop>
0593   <tabstop>m_deleteProfile</tabstop>
0594   <tabstop>m_quoteSourceList</tabstop>
0595   <tabstop>m_newButton</tabstop>
0596   <tabstop>m_deleteButton</tabstop>
0597   <tabstop>m_duplicateButton</tabstop>
0598   <tabstop>m_installButton</tabstop>
0599   <tabstop>m_editURL</tabstop>
0600   <tabstop>m_editSymbol</tabstop>
0601   <tabstop>m_editPrice</tabstop>
0602   <tabstop>m_editDate</tabstop>
0603   <tabstop>m_editDateFormat</tabstop>
0604   <tabstop>m_ghnsSource</tabstop>
0605   <tabstop>m_skipStripping</tabstop>
0606   <tabstop>m_updateButton</tabstop>
0607   <tabstop>m_checkSymbol</tabstop>
0608   <tabstop>m_checkSymbol2</tabstop>
0609   <tabstop>m_logWindow</tabstop>
0610   <tabstop>m_checkButton</tabstop>
0611   <tabstop>m_showButton</tabstop>
0612  </tabstops>
0613  <resources/>
0614  <connections/>
0615 </ui>