Warning, /office/skrooge/plugins/skrooge/skrooge_operation/skgoperationpluginwidget_base.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  <author>
0004 SPDX-FileCopyrightText: 2022 S. MANKOWSKI stephane@mankowski.fr
0005 SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>      
0008  <class>skgoperationplugin_base</class>
0009  <widget class="QWidget" name="skgoperationplugin_base">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>1369</width>
0015     <height>660</height>
0016    </rect>
0017   </property>
0018   <property name="sizePolicy">
0019    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0020     <horstretch>0</horstretch>
0021     <verstretch>0</verstretch>
0022    </sizepolicy>
0023   </property>
0024   <layout class="QVBoxLayout" name="verticalLayout">
0025    <property name="spacing">
0026     <number>2</number>
0027    </property>
0028    <item>
0029     <layout class="QHBoxLayout" name="horizontalLayout_5">
0030      <property name="spacing">
0031       <number>2</number>
0032      </property>
0033      <item>
0034       <widget class="KTitleWidget" name="kTitle" native="true">
0035        <property name="maximumSize">
0036         <size>
0037          <width>16777215</width>
0038          <height>80</height>
0039         </size>
0040        </property>
0041       </widget>
0042      </item>
0043     </layout>
0044    </item>
0045    <item>
0046     <widget class="SKGFilteredTableView" name="kOperationView">
0047      <property name="focusPolicy">
0048       <enum>Qt::StrongFocus</enum>
0049      </property>
0050      <property name="acceptDrops">
0051       <bool>true</bool>
0052      </property>
0053      <property name="toolTip">
0054       <string>list of transactions</string>
0055      </property>
0056      <property name="statusTip">
0057       <string>list of transactions</string>
0058      </property>
0059      <property name="dragEnabled" stdset="0">
0060       <bool>true</bool>
0061      </property>
0062      <property name="alternatingRowColors" stdset="0">
0063       <bool>true</bool>
0064      </property>
0065      <property name="sortingEnabled" stdset="0">
0066       <bool>true</bool>
0067      </property>
0068      <property name="wordWrap" stdset="0">
0069       <bool>false</bool>
0070      </property>
0071     </widget>
0072    </item>
0073    <item>
0074     <widget class="QFrame" name="kReconciliatorFrame">
0075      <property name="frameShape">
0076       <enum>QFrame::NoFrame</enum>
0077      </property>
0078      <property name="frameShadow">
0079       <enum>QFrame::Raised</enum>
0080      </property>
0081      <layout class="QHBoxLayout" name="horizontalLayout_6">
0082       <property name="spacing">
0083        <number>2</number>
0084       </property>
0085       <property name="leftMargin">
0086        <number>0</number>
0087       </property>
0088       <property name="topMargin">
0089        <number>0</number>
0090       </property>
0091       <property name="rightMargin">
0092        <number>0</number>
0093       </property>
0094       <property name="bottomMargin">
0095        <number>0</number>
0096       </property>
0097       <item>
0098        <layout class="QVBoxLayout" name="verticalLayout_4">
0099         <property name="spacing">
0100          <number>2</number>
0101         </property>
0102         <item>
0103          <widget class="QFrame" name="kReconciliatorFrame2">
0104           <property name="frameShape">
0105            <enum>QFrame::NoFrame</enum>
0106           </property>
0107           <property name="frameShadow">
0108            <enum>QFrame::Raised</enum>
0109           </property>
0110           <layout class="QHBoxLayout" name="horizontalLayout_9">
0111            <property name="spacing">
0112             <number>2</number>
0113            </property>
0114            <property name="leftMargin">
0115             <number>0</number>
0116            </property>
0117            <property name="topMargin">
0118             <number>0</number>
0119            </property>
0120            <property name="rightMargin">
0121             <number>0</number>
0122            </property>
0123            <property name="bottomMargin">
0124             <number>0</number>
0125            </property>
0126            <item>
0127             <spacer name="horizontalSpacer_3">
0128              <property name="orientation">
0129               <enum>Qt::Horizontal</enum>
0130              </property>
0131              <property name="sizeHint" stdset="0">
0132               <size>
0133                <width>0</width>
0134                <height>20</height>
0135               </size>
0136              </property>
0137             </spacer>
0138            </item>
0139            <item>
0140             <widget class="QLabel" name="kReconciliationTitle">
0141              <property name="text">
0142               <string notr="true">Final &amp;balance:</string>
0143              </property>
0144              <property name="buddy">
0145               <cstring>kReconcilitorAmountEdit</cstring>
0146              </property>
0147             </widget>
0148            </item>
0149            <item>
0150             <widget class="SKGCalculatorEdit" name="kReconcilitorAmountEdit">
0151              <property name="enabled">
0152               <bool>true</bool>
0153              </property>
0154              <property name="maximumSize">
0155               <size>
0156                <width>100</width>
0157                <height>16777215</height>
0158               </size>
0159              </property>
0160              <property name="focusPolicy">
0161               <enum>Qt::ClickFocus</enum>
0162              </property>
0163              <property name="toolTip">
0164               <string>Last balance on your account record</string>
0165              </property>
0166              <property name="statusTip">
0167               <string>Last balance on your account record</string>
0168              </property>
0169              <property name="mode">
0170               <enum>SKGCalculatorEdit::EXPRESSION</enum>
0171              </property>
0172             </widget>
0173            </item>
0174            <item>
0175             <widget class="QLabel" name="kReconciliatorInfo">
0176              <property name="text">
0177               <string/>
0178              </property>
0179             </widget>
0180            </item>
0181            <item>
0182             <widget class="QToolButton" name="kCreateFakeOperation">
0183              <property name="maximumSize">
0184               <size>
0185                <width>22</width>
0186                <height>22</height>
0187               </size>
0188              </property>
0189              <property name="focusPolicy">
0190               <enum>Qt::NoFocus</enum>
0191              </property>
0192              <property name="toolTip">
0193               <string>Create fake transaction</string>
0194              </property>
0195              <property name="statusTip">
0196               <string>Create fake transaction</string>
0197              </property>
0198              <property name="text">
0199               <string/>
0200              </property>
0201              <property name="autoRaise">
0202               <bool>true</bool>
0203              </property>
0204             </widget>
0205            </item>
0206            <item>
0207             <widget class="SKGComboBox" name="kReconciliateAccount">
0208              <property name="focusPolicy">
0209               <enum>Qt::ClickFocus</enum>
0210              </property>
0211              <property name="toolTip">
0212               <string>Account linked to the card, where to transfer the marked transactions</string>
0213              </property>
0214              <property name="statusTip">
0215               <string>Account linked to the card, where to transfer the marked transactions</string>
0216              </property>
0217              <property name="sizeAdjustPolicy">
0218               <enum>QComboBox::AdjustToContents</enum>
0219              </property>
0220             </widget>
0221            </item>
0222            <item>
0223             <widget class="QToolButton" name="kValidate">
0224              <property name="focusPolicy">
0225               <enum>Qt::NoFocus</enum>
0226              </property>
0227              <property name="toolTip">
0228               <string>Validate marked transactions</string>
0229              </property>
0230              <property name="statusTip">
0231               <string>Validate marked transactions</string>
0232              </property>
0233              <property name="text">
0234               <string/>
0235              </property>
0236              <property name="autoRaise">
0237               <bool>true</bool>
0238              </property>
0239             </widget>
0240            </item>
0241            <item>
0242             <widget class="QToolButton" name="kAutoPoint">
0243              <property name="maximumSize">
0244               <size>
0245                <width>22</width>
0246                <height>22</height>
0247               </size>
0248              </property>
0249              <property name="focusPolicy">
0250               <enum>Qt::NoFocus</enum>
0251              </property>
0252              <property name="toolTip">
0253               <string>Auto mark all imported transactions</string>
0254              </property>
0255              <property name="statusTip">
0256               <string>Auto mark all imported transactions</string>
0257              </property>
0258              <property name="text">
0259               <string/>
0260              </property>
0261              <property name="autoRaise">
0262               <bool>true</bool>
0263              </property>
0264             </widget>
0265            </item>
0266           </layout>
0267          </widget>
0268         </item>
0269         <item>
0270          <widget class="QLabel" name="kInfo">
0271           <property name="text">
0272            <string comment="KDE::DoNotExtract">Computing…</string>
0273           </property>
0274           <property name="scaledContents">
0275            <bool>true</bool>
0276           </property>
0277           <property name="alignment">
0278            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0279           </property>
0280          </widget>
0281         </item>
0282        </layout>
0283       </item>
0284       <item>
0285        <widget class="QToolButton" name="kReconciliatorButton">
0286         <property name="sizePolicy">
0287          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0288           <horstretch>0</horstretch>
0289           <verstretch>0</verstretch>
0290          </sizepolicy>
0291         </property>
0292         <property name="minimumSize">
0293          <size>
0294           <width>0</width>
0295           <height>0</height>
0296          </size>
0297         </property>
0298         <property name="maximumSize">
0299          <size>
0300           <width>22</width>
0301           <height>22</height>
0302          </size>
0303         </property>
0304         <property name="focusPolicy">
0305          <enum>Qt::NoFocus</enum>
0306         </property>
0307         <property name="toolTip">
0308          <string>Switch information</string>
0309         </property>
0310         <property name="statusTip">
0311          <string>Switch information</string>
0312         </property>
0313         <property name="autoRaise">
0314          <bool>true</bool>
0315         </property>
0316        </widget>
0317       </item>
0318      </layout>
0319     </widget>
0320    </item>
0321    <item>
0322     <widget class="Line" name="line">
0323      <property name="orientation">
0324       <enum>Qt::Horizontal</enum>
0325      </property>
0326     </widget>
0327    </item>
0328    <item>
0329     <widget class="QWidget" name="horizontalWidget_3" native="true">
0330      <property name="sizePolicy">
0331       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0332        <horstretch>0</horstretch>
0333        <verstretch>0</verstretch>
0334       </sizepolicy>
0335      </property>
0336      <layout class="QGridLayout" name="gridLayout_6">
0337       <property name="leftMargin">
0338        <number>0</number>
0339       </property>
0340       <property name="topMargin">
0341        <number>0</number>
0342       </property>
0343       <property name="rightMargin">
0344        <number>0</number>
0345       </property>
0346       <property name="bottomMargin">
0347        <number>0</number>
0348       </property>
0349       <item row="0" column="0">
0350        <widget class="QWidget" name="SKGBasicSection" native="true">
0351         <property name="sizePolicy">
0352          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0353           <horstretch>0</horstretch>
0354           <verstretch>0</verstretch>
0355          </sizepolicy>
0356         </property>
0357         <layout class="QGridLayout" name="gridLayout_5">
0358          <property name="leftMargin">
0359           <number>0</number>
0360          </property>
0361          <property name="topMargin">
0362           <number>0</number>
0363          </property>
0364          <property name="rightMargin">
0365           <number>0</number>
0366          </property>
0367          <property name="bottomMargin">
0368           <number>0</number>
0369          </property>
0370          <property name="spacing">
0371           <number>2</number>
0372          </property>
0373          <item row="0" column="0">
0374           <widget class="QLabel" name="kAccountLabel2">
0375            <property name="font">
0376             <font>
0377              <weight>75</weight>
0378              <bold>true</bold>
0379             </font>
0380            </property>
0381            <property name="text">
0382             <string notr="true">&amp;Title:</string>
0383            </property>
0384            <property name="alignment">
0385             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0386            </property>
0387            <property name="buddy">
0388             <cstring>kAccountEdit</cstring>
0389            </property>
0390           </widget>
0391          </item>
0392          <item row="0" column="1">
0393           <widget class="SKGComboBox" name="kAccountEdit">
0394            <property name="toolTip">
0395             <string>Account of the transaction</string>
0396            </property>
0397            <property name="statusTip">
0398             <string>Account of the transaction</string>
0399            </property>
0400            <property name="sizeAdjustPolicy">
0401             <enum>QComboBox::AdjustToContents</enum>
0402            </property>
0403           </widget>
0404          </item>
0405          <item row="1" column="0">
0406           <widget class="QLabel" name="kDateLabel">
0407            <property name="sizePolicy">
0408             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0409              <horstretch>0</horstretch>
0410              <verstretch>0</verstretch>
0411             </sizepolicy>
0412            </property>
0413            <property name="font">
0414             <font>
0415              <weight>75</weight>
0416              <bold>true</bold>
0417             </font>
0418            </property>
0419            <property name="text">
0420             <string notr="true">Title:</string>
0421            </property>
0422            <property name="alignment">
0423             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0424            </property>
0425            <property name="buddy">
0426             <cstring>kDateEdit</cstring>
0427            </property>
0428           </widget>
0429          </item>
0430          <item row="1" column="1">
0431           <widget class="SKGDateEdit" name="kDateEdit">
0432            <property name="sizePolicy">
0433             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0434              <horstretch>0</horstretch>
0435              <verstretch>0</verstretch>
0436             </sizepolicy>
0437            </property>
0438            <property name="minimumSize">
0439             <size>
0440              <width>120</width>
0441              <height>0</height>
0442             </size>
0443            </property>
0444            <property name="statusTip">
0445             <string>Date of the transaction</string>
0446            </property>
0447            <property name="mode">
0448             <enum>SKGDateEdit::PREVIOUS</enum>
0449            </property>
0450           </widget>
0451          </item>
0452          <item row="2" column="0">
0453           <widget class="QLabel" name="kAmountLabel">
0454            <property name="sizePolicy">
0455             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0456              <horstretch>0</horstretch>
0457              <verstretch>0</verstretch>
0458             </sizepolicy>
0459            </property>
0460            <property name="font">
0461             <font>
0462              <weight>75</weight>
0463              <bold>true</bold>
0464             </font>
0465            </property>
0466            <property name="text">
0467             <string notr="true">Title:</string>
0468            </property>
0469            <property name="alignment">
0470             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0471            </property>
0472            <property name="buddy">
0473             <cstring>kAmountEdit</cstring>
0474            </property>
0475           </widget>
0476          </item>
0477          <item row="3" column="0">
0478           <spacer name="verticalSpacer">
0479            <property name="orientation">
0480             <enum>Qt::Vertical</enum>
0481            </property>
0482            <property name="sizeHint" stdset="0">
0483             <size>
0484              <width>20</width>
0485              <height>0</height>
0486             </size>
0487            </property>
0488           </spacer>
0489          </item>
0490          <item row="2" column="1">
0491           <layout class="QHBoxLayout" name="horizontalLayout_11">
0492            <property name="spacing">
0493             <number>2</number>
0494            </property>
0495            <item>
0496             <widget class="SKGCalculatorEdit" name="kAmountEdit">
0497              <property name="toolTip">
0498               <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;https://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0499 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0500 p, li { white-space: pre-wrap; }
0501 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0502 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Amount of the transaction.&lt;/p&gt;
0503 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You can enter expressions here, such as &lt;span style=&quot; font-style:italic;&quot;&gt;3+4*2&lt;/span&gt;, skrooge will compute the result (&lt;span style=&quot; font-style:italic;&quot;&gt;11&lt;/span&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0504              </property>
0505              <property name="statusTip">
0506               <string>Amount of the transaction</string>
0507              </property>
0508              <property name="mode">
0509               <enum>SKGCalculatorEdit::EXPRESSION</enum>
0510              </property>
0511             </widget>
0512            </item>
0513            <item>
0514             <widget class="SKGUnitComboBox" name="kUnitEdit">
0515              <property name="sizePolicy">
0516               <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0517                <horstretch>0</horstretch>
0518                <verstretch>0</verstretch>
0519               </sizepolicy>
0520              </property>
0521              <property name="minimumSize">
0522               <size>
0523                <width>60</width>
0524                <height>0</height>
0525               </size>
0526              </property>
0527              <property name="maximumSize">
0528               <size>
0529                <width>80</width>
0530                <height>16777215</height>
0531               </size>
0532              </property>
0533              <property name="toolTip">
0534               <string>Unit of the transaction</string>
0535              </property>
0536              <property name="statusTip">
0537               <string>Unit of the transaction</string>
0538              </property>
0539              <property name="editable">
0540               <bool>true</bool>
0541              </property>
0542              <property name="sizeAdjustPolicy">
0543               <enum>QComboBox::AdjustToContents</enum>
0544              </property>
0545              <property name="autoCompletion">
0546               <bool>false</bool>
0547              </property>
0548             </widget>
0549            </item>
0550           </layout>
0551          </item>
0552         </layout>
0553        </widget>
0554       </item>
0555       <item row="0" column="1">
0556        <widget class="QWidget" name="SKGPayeeModeSection" native="true">
0557         <property name="sizePolicy">
0558          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0559           <horstretch>0</horstretch>
0560           <verstretch>0</verstretch>
0561          </sizepolicy>
0562         </property>
0563         <layout class="QGridLayout" name="gridLayout_2">
0564          <property name="leftMargin">
0565           <number>0</number>
0566          </property>
0567          <property name="topMargin">
0568           <number>0</number>
0569          </property>
0570          <property name="rightMargin">
0571           <number>0</number>
0572          </property>
0573          <property name="bottomMargin">
0574           <number>0</number>
0575          </property>
0576          <property name="spacing">
0577           <number>2</number>
0578          </property>
0579          <item row="2" column="0">
0580           <widget class="QLabel" name="kPayeeLabel">
0581            <property name="text">
0582             <string notr="true">Title:</string>
0583            </property>
0584            <property name="alignment">
0585             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0586            </property>
0587            <property name="buddy">
0588             <cstring>kPayeeEdit</cstring>
0589            </property>
0590           </widget>
0591          </item>
0592          <item row="2" column="1">
0593           <widget class="SKGComboBox" name="kPayeeEdit">
0594            <property name="sizePolicy">
0595             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0596              <horstretch>0</horstretch>
0597              <verstretch>0</verstretch>
0598             </sizepolicy>
0599            </property>
0600            <property name="toolTip">
0601             <string>Payee of the transaction</string>
0602            </property>
0603            <property name="statusTip">
0604             <string>Payee of the transaction</string>
0605            </property>
0606            <property name="editable">
0607             <bool>true</bool>
0608            </property>
0609            <property name="sizeAdjustPolicy">
0610             <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0611            </property>
0612           </widget>
0613          </item>
0614          <item row="4" column="0">
0615           <widget class="QLabel" name="kTypeLabel">
0616            <property name="text">
0617             <string notr="true">Title:</string>
0618            </property>
0619            <property name="alignment">
0620             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0621            </property>
0622            <property name="buddy">
0623             <cstring>kTypeEdit</cstring>
0624            </property>
0625           </widget>
0626          </item>
0627          <item row="4" column="1">
0628           <layout class="QHBoxLayout" name="horizontalLayout_13">
0629            <property name="spacing">
0630             <number>2</number>
0631            </property>
0632            <item>
0633             <widget class="SKGComboBox" name="kTypeEdit">
0634              <property name="minimumSize">
0635               <size>
0636                <width>100</width>
0637                <height>0</height>
0638               </size>
0639              </property>
0640              <property name="toolTip">
0641               <string>Transaction mode (how you made the operation). 
0642 Examples: Credit Card, Check, Transfer…
0643 </string>
0644              </property>
0645              <property name="statusTip">
0646               <string>Transaction mode</string>
0647              </property>
0648              <property name="editable">
0649               <bool>true</bool>
0650              </property>
0651              <property name="sizeAdjustPolicy">
0652               <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0653              </property>
0654              <property name="autoCompletion">
0655               <bool>false</bool>
0656              </property>
0657             </widget>
0658            </item>
0659            <item>
0660             <widget class="QLineEdit" name="kNumberEdit">
0661              <property name="sizePolicy">
0662               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0663                <horstretch>0</horstretch>
0664                <verstretch>0</verstretch>
0665               </sizepolicy>
0666              </property>
0667              <property name="acceptDrops">
0668               <bool>false</bool>
0669              </property>
0670              <property name="toolTip">
0671               <string>Number of the transaction, for example the Check number, or a Transfer reference.</string>
0672              </property>
0673              <property name="statusTip">
0674               <string>Number of the transaction</string>
0675              </property>
0676              <property name="showClearButton" stdset="0">
0677               <bool>true</bool>
0678              </property>
0679             </widget>
0680            </item>
0681           </layout>
0682          </item>
0683          <item row="7" column="0">
0684           <spacer name="verticalSpacer_2">
0685            <property name="orientation">
0686             <enum>Qt::Vertical</enum>
0687            </property>
0688            <property name="sizeHint" stdset="0">
0689             <size>
0690              <width>20</width>
0691              <height>0</height>
0692             </size>
0693            </property>
0694           </spacer>
0695          </item>
0696          <item row="0" column="1">
0697           <widget class="SKGComboBox" name="kTargetAccountEdit">
0698            <property name="sizePolicy">
0699             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0700              <horstretch>0</horstretch>
0701              <verstretch>0</verstretch>
0702             </sizepolicy>
0703            </property>
0704            <property name="toolTip">
0705             <string>Target account for this transfer</string>
0706            </property>
0707            <property name="statusTip">
0708             <string>Target account for this transfer</string>
0709            </property>
0710            <property name="sizeAdjustPolicy">
0711             <enum>QComboBox::AdjustToContents</enum>
0712            </property>
0713           </widget>
0714          </item>
0715          <item row="0" column="0">
0716           <widget class="QLabel" name="kTargetAccountLabel">
0717            <property name="font">
0718             <font>
0719              <weight>75</weight>
0720              <bold>true</bold>
0721             </font>
0722            </property>
0723            <property name="text">
0724             <string comment="as in &quot;make a money transfer from account A *to account* B&quot;">To Account:</string>
0725            </property>
0726            <property name="alignment">
0727             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0728            </property>
0729            <property name="buddy">
0730             <cstring>kTargetAccountEdit</cstring>
0731            </property>
0732           </widget>
0733          </item>
0734          <item row="5" column="0">
0735           <widget class="QLabel" name="kCommentLabel">
0736            <property name="sizePolicy">
0737             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0738              <horstretch>0</horstretch>
0739              <verstretch>0</verstretch>
0740             </sizepolicy>
0741            </property>
0742            <property name="text">
0743             <string notr="true">Title:</string>
0744            </property>
0745            <property name="alignment">
0746             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0747            </property>
0748            <property name="buddy">
0749             <cstring>kCommentEdit</cstring>
0750            </property>
0751           </widget>
0752          </item>
0753          <item row="5" column="1">
0754           <widget class="SKGComboBox" name="kCommentEdit">
0755            <property name="sizePolicy">
0756             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0757              <horstretch>0</horstretch>
0758              <verstretch>0</verstretch>
0759             </sizepolicy>
0760            </property>
0761            <property name="toolTip">
0762             <string>Comment of the transaction</string>
0763            </property>
0764            <property name="statusTip">
0765             <string>Comment of the transaction</string>
0766            </property>
0767            <property name="editable">
0768             <bool>true</bool>
0769            </property>
0770            <property name="sizeAdjustPolicy">
0771             <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0772            </property>
0773            <property name="showClearButton" stdset="0">
0774             <bool>false</bool>
0775            </property>
0776           </widget>
0777          </item>
0778         </layout>
0779        </widget>
0780       </item>
0781       <item row="0" column="2">
0782        <widget class="QWidget" name="SKGSingleOpSection" native="true">
0783         <property name="sizePolicy">
0784          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0785           <horstretch>0</horstretch>
0786           <verstretch>0</verstretch>
0787          </sizepolicy>
0788         </property>
0789         <layout class="QGridLayout" name="gridLayout_3">
0790          <property name="leftMargin">
0791           <number>0</number>
0792          </property>
0793          <property name="topMargin">
0794           <number>0</number>
0795          </property>
0796          <property name="rightMargin">
0797           <number>0</number>
0798          </property>
0799          <property name="bottomMargin">
0800           <number>0</number>
0801          </property>
0802          <property name="spacing">
0803           <number>2</number>
0804          </property>
0805          <item row="0" column="0">
0806           <widget class="QLabel" name="kCategoryLabel">
0807            <property name="sizePolicy">
0808             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0809              <horstretch>0</horstretch>
0810              <verstretch>0</verstretch>
0811             </sizepolicy>
0812            </property>
0813            <property name="text">
0814             <string notr="true">Title:</string>
0815            </property>
0816            <property name="alignment">
0817             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0818            </property>
0819            <property name="buddy">
0820             <cstring>kCategoryEdit</cstring>
0821            </property>
0822           </widget>
0823          </item>
0824          <item row="0" column="1">
0825           <widget class="SKGComboBox" name="kCategoryEdit">
0826            <property name="sizePolicy">
0827             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0828              <horstretch>0</horstretch>
0829              <verstretch>0</verstretch>
0830             </sizepolicy>
0831            </property>
0832            <property name="minimumSize">
0833             <size>
0834              <width>200</width>
0835              <height>0</height>
0836             </size>
0837            </property>
0838            <property name="toolTip">
0839             <string>Category of the transaction.
0840 Use  &quot; &gt; &quot; as a separator between a category and a subcategory.</string>
0841            </property>
0842            <property name="statusTip">
0843             <string>Category of the transaction</string>
0844            </property>
0845            <property name="editable">
0846             <bool>true</bool>
0847            </property>
0848            <property name="sizeAdjustPolicy">
0849             <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0850            </property>
0851           </widget>
0852          </item>
0853          <item row="2" column="0">
0854           <widget class="QLabel" name="kTrackerLabel">
0855            <property name="text">
0856             <string notr="true">Title:</string>
0857            </property>
0858            <property name="alignment">
0859             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0860            </property>
0861            <property name="buddy">
0862             <cstring>kTrackerEdit</cstring>
0863            </property>
0864           </widget>
0865          </item>
0866          <item row="2" column="1">
0867           <widget class="SKGComboBox" name="kTrackerEdit">
0868            <property name="sizePolicy">
0869             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0870              <horstretch>0</horstretch>
0871              <verstretch>0</verstretch>
0872             </sizepolicy>
0873            </property>
0874            <property name="toolTip">
0875             <string>Tracker associated to this transaction</string>
0876            </property>
0877            <property name="statusTip">
0878             <string>Tracker associated to this transaction</string>
0879            </property>
0880            <property name="whatsThis">
0881             <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;https://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0882 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0883 p, li { white-space: pre-wrap; }
0884 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Bitstream Vera Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0885 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A &lt;span style=&quot; font-style:italic;&quot;&gt;Tracker&lt;/span&gt; is a way to group some transactions together. For example, you may use it to follow refunds.&lt;/p&gt;
0886 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
0887 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You will find more information on this in the documentation in the chapter &quot;Trackers&quot;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0888            </property>
0889            <property name="editable">
0890             <bool>true</bool>
0891            </property>
0892            <property name="sizeAdjustPolicy">
0893             <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0894            </property>
0895           </widget>
0896          </item>
0897          <item row="5" column="0">
0898           <spacer name="verticalSpacer_3">
0899            <property name="orientation">
0900             <enum>Qt::Vertical</enum>
0901            </property>
0902            <property name="sizeHint" stdset="0">
0903             <size>
0904              <width>20</width>
0905              <height>0</height>
0906             </size>
0907            </property>
0908           </spacer>
0909          </item>
0910         </layout>
0911        </widget>
0912       </item>
0913       <item row="0" column="3">
0914        <widget class="QWidget" name="SKGSharesSection" native="true">
0915         <layout class="QGridLayout" name="gridLayout_4">
0916          <property name="leftMargin">
0917           <number>0</number>
0918          </property>
0919          <property name="topMargin">
0920           <number>0</number>
0921          </property>
0922          <property name="rightMargin">
0923           <number>0</number>
0924          </property>
0925          <property name="bottomMargin">
0926           <number>0</number>
0927          </property>
0928          <property name="spacing">
0929           <number>2</number>
0930          </property>
0931          <item row="0" column="0">
0932           <widget class="QLabel" name="kAccountLabel3_2">
0933            <property name="sizePolicy">
0934             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0935              <horstretch>0</horstretch>
0936              <verstretch>0</verstretch>
0937             </sizepolicy>
0938            </property>
0939            <property name="font">
0940             <font>
0941              <weight>75</weight>
0942              <bold>true</bold>
0943             </font>
0944            </property>
0945            <property name="text">
0946             <string>Account for pa&amp;yment:</string>
0947            </property>
0948            <property name="buddy">
0949             <cstring>kPaymentAccountEdit</cstring>
0950            </property>
0951           </widget>
0952          </item>
0953          <item row="1" column="0">
0954           <widget class="QLabel" name="kAmountSharesLabel">
0955            <property name="font">
0956             <font>
0957              <weight>75</weight>
0958              <bold>true</bold>
0959             </font>
0960            </property>
0961            <property name="text">
0962             <string>A&amp;mount of shares:</string>
0963            </property>
0964            <property name="alignment">
0965             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0966            </property>
0967            <property name="buddy">
0968             <cstring>kAmountSharesEdit</cstring>
0969            </property>
0970           </widget>
0971          </item>
0972          <item row="1" column="1">
0973           <widget class="SKGCalculatorEdit" name="kAmountSharesEdit">
0974            <property name="toolTip">
0975             <string>Amount of shares</string>
0976            </property>
0977            <property name="statusTip">
0978             <string>Amount of shares</string>
0979            </property>
0980            <property name="mode">
0981             <enum>SKGCalculatorEdit::EXPRESSION</enum>
0982            </property>
0983           </widget>
0984          </item>
0985          <item row="2" column="0">
0986           <widget class="QLabel" name="kCommissionLabel">
0987            <property name="text">
0988             <string comment="Noun, a quantity of money taken by a financial institution to perform an operation">+ Commission:</string>
0989            </property>
0990            <property name="alignment">
0991             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0992            </property>
0993            <property name="buddy">
0994             <cstring>kCommissionEdit</cstring>
0995            </property>
0996           </widget>
0997          </item>
0998          <item row="2" column="1">
0999           <widget class="SKGCalculatorEdit" name="kCommissionEdit">
1000            <property name="toolTip">
1001             <string>Amount of the commission</string>
1002            </property>
1003            <property name="statusTip">
1004             <string>Amount of the commission</string>
1005            </property>
1006            <property name="mode">
1007             <enum>SKGCalculatorEdit::EXPRESSION</enum>
1008            </property>
1009           </widget>
1010          </item>
1011          <item row="3" column="0">
1012           <widget class="QLabel" name="kTaxLabel">
1013            <property name="text">
1014             <string comment="Noun, Taxes applied on a financial operation">+ Tax:</string>
1015            </property>
1016            <property name="alignment">
1017             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1018            </property>
1019            <property name="buddy">
1020             <cstring>kTaxEdit</cstring>
1021            </property>
1022           </widget>
1023          </item>
1024          <item row="3" column="1">
1025           <widget class="SKGCalculatorEdit" name="kTaxEdit">
1026            <property name="toolTip">
1027             <string>Amount of the Tax</string>
1028            </property>
1029            <property name="statusTip">
1030             <string>Amount of the Tax</string>
1031            </property>
1032            <property name="mode">
1033             <enum>SKGCalculatorEdit::EXPRESSION</enum>
1034            </property>
1035           </widget>
1036          </item>
1037          <item row="4" column="0">
1038           <widget class="QLabel" name="kTotalLabel">
1039            <property name="text">
1040             <string comment="Noun, the numerical total of a sum of values"> = Total:</string>
1041            </property>
1042            <property name="alignment">
1043             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1044            </property>
1045           </widget>
1046          </item>
1047          <item row="5" column="0">
1048           <spacer name="verticalSpacer_4">
1049            <property name="orientation">
1050             <enum>Qt::Vertical</enum>
1051            </property>
1052            <property name="sizeHint" stdset="0">
1053             <size>
1054              <width>20</width>
1055              <height>0</height>
1056             </size>
1057            </property>
1058           </spacer>
1059          </item>
1060          <item row="2" column="2" colspan="2">
1061           <widget class="QLabel" name="kUnitCommission">
1062            <property name="sizePolicy">
1063             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1064              <horstretch>0</horstretch>
1065              <verstretch>0</verstretch>
1066             </sizepolicy>
1067            </property>
1068            <property name="font">
1069             <font>
1070              <weight>75</weight>
1071              <bold>true</bold>
1072             </font>
1073            </property>
1074            <property name="text">
1075             <string>$</string>
1076            </property>
1077            <property name="alignment">
1078             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1079            </property>
1080           </widget>
1081          </item>
1082          <item row="3" column="2" colspan="2">
1083           <widget class="QLabel" name="kUnitTax">
1084            <property name="sizePolicy">
1085             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1086              <horstretch>0</horstretch>
1087              <verstretch>0</verstretch>
1088             </sizepolicy>
1089            </property>
1090            <property name="font">
1091             <font>
1092              <weight>75</weight>
1093              <bold>true</bold>
1094             </font>
1095            </property>
1096            <property name="text">
1097             <string>$</string>
1098            </property>
1099            <property name="alignment">
1100             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1101            </property>
1102           </widget>
1103          </item>
1104          <item row="1" column="2">
1105           <widget class="SKGUnitComboBox" name="kUnitShare"/>
1106          </item>
1107          <item row="0" column="1" colspan="2">
1108           <widget class="SKGComboBox" name="kPaymentAccountEdit">
1109            <property name="toolTip">
1110             <string>Payment account for bought share</string>
1111            </property>
1112            <property name="statusTip">
1113             <string>Payment account for bought share</string>
1114            </property>
1115            <property name="sizeAdjustPolicy">
1116             <enum>QComboBox::AdjustToContents</enum>
1117            </property>
1118            <property name="frame">
1119             <bool>true</bool>
1120            </property>
1121            <property name="autoCompletion">
1122             <bool>false</bool>
1123            </property>
1124           </widget>
1125          </item>
1126          <item row="4" column="1" colspan="2">
1127           <widget class="QLabel" name="KTotal">
1128            <property name="text">
1129             <string>$</string>
1130            </property>
1131            <property name="alignment">
1132             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1133            </property>
1134           </widget>
1135          </item>
1136         </layout>
1137        </widget>
1138       </item>
1139       <item row="0" column="4">
1140        <widget class="QWidget" name="SKGSmallButtons" native="true">
1141         <layout class="QGridLayout" name="gridLayout">
1142          <property name="leftMargin">
1143           <number>10</number>
1144          </property>
1145          <property name="topMargin">
1146           <number>0</number>
1147          </property>
1148          <property name="rightMargin">
1149           <number>0</number>
1150          </property>
1151          <property name="bottomMargin">
1152           <number>0</number>
1153          </property>
1154          <property name="spacing">
1155           <number>2</number>
1156          </property>
1157          <item row="0" column="0">
1158           <widget class="QToolButton" name="kFreezeBtn">
1159            <property name="maximumSize">
1160             <size>
1161              <width>48</width>
1162              <height>48</height>
1163             </size>
1164            </property>
1165            <property name="focusPolicy">
1166             <enum>Qt::NoFocus</enum>
1167            </property>
1168            <property name="toolTip">
1169             <string>Freeze / unfreeze fields</string>
1170            </property>
1171            <property name="statusTip">
1172             <string>Freeze / unfreeze fields</string>
1173            </property>
1174            <property name="text">
1175             <string notr="true"/>
1176            </property>
1177            <property name="checkable">
1178             <bool>true</bool>
1179            </property>
1180            <property name="checked">
1181             <bool>false</bool>
1182            </property>
1183           </widget>
1184          </item>
1185          <item row="2" column="0">
1186           <widget class="QPushButton" name="kCleanBtn">
1187            <property name="maximumSize">
1188             <size>
1189              <width>48</width>
1190              <height>48</height>
1191             </size>
1192            </property>
1193            <property name="focusPolicy">
1194             <enum>Qt::NoFocus</enum>
1195            </property>
1196            <property name="toolTip">
1197             <string>Clean editor</string>
1198            </property>
1199            <property name="statusTip">
1200             <string>Clean editor</string>
1201            </property>
1202            <property name="text">
1203             <string notr="true"/>
1204            </property>
1205           </widget>
1206          </item>
1207          <item row="4" column="0">
1208           <spacer name="verticalSpacer_5">
1209            <property name="orientation">
1210             <enum>Qt::Vertical</enum>
1211            </property>
1212            <property name="sizeHint" stdset="0">
1213             <size>
1214              <width>20</width>
1215              <height>0</height>
1216             </size>
1217            </property>
1218           </spacer>
1219          </item>
1220          <item row="1" column="0">
1221           <widget class="QPushButton" name="kFastEditBtn">
1222            <property name="maximumSize">
1223             <size>
1224              <width>48</width>
1225              <height>48</height>
1226             </size>
1227            </property>
1228            <property name="focusPolicy">
1229             <enum>Qt::NoFocus</enum>
1230            </property>
1231            <property name="toolTip">
1232             <string>Fast edition</string>
1233            </property>
1234            <property name="statusTip">
1235             <string>Fast edition</string>
1236            </property>
1237            <property name="text">
1238             <string notr="true"/>
1239            </property>
1240           </widget>
1241          </item>
1242         </layout>
1243        </widget>
1244       </item>
1245      </layout>
1246     </widget>
1247    </item>
1248    <item>
1249     <widget class="QFrame" name="SKGSplitOpSection">
1250      <property name="sizePolicy">
1251       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1252        <horstretch>0</horstretch>
1253        <verstretch>0</verstretch>
1254       </sizepolicy>
1255      </property>
1256      <property name="minimumSize">
1257       <size>
1258        <width>0</width>
1259        <height>100</height>
1260       </size>
1261      </property>
1262      <layout class="QVBoxLayout" name="verticalLayout_2">
1263       <property name="spacing">
1264        <number>0</number>
1265       </property>
1266       <property name="leftMargin">
1267        <number>0</number>
1268       </property>
1269       <property name="topMargin">
1270        <number>0</number>
1271       </property>
1272       <property name="bottomMargin">
1273        <number>0</number>
1274       </property>
1275       <item>
1276        <widget class="SKGTableWidget" name="kSubOperationsTable">
1277         <property name="maximumSize">
1278          <size>
1279           <width>16777215</width>
1280           <height>150</height>
1281          </size>
1282         </property>
1283         <property name="toolTip">
1284          <string>List of splits</string>
1285         </property>
1286         <property name="statusTip">
1287          <string>List of splits</string>
1288         </property>
1289         <property name="editTriggers">
1290          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
1291         </property>
1292         <property name="alternatingRowColors">
1293          <bool>true</bool>
1294         </property>
1295         <property name="selectionBehavior">
1296          <enum>QAbstractItemView::SelectRows</enum>
1297         </property>
1298         <property name="showGrid">
1299          <bool>false</bool>
1300         </property>
1301         <attribute name="horizontalHeaderStretchLastSection">
1302          <bool>true</bool>
1303         </attribute>
1304        </widget>
1305       </item>
1306      </layout>
1307     </widget>
1308    </item>
1309    <item>
1310     <layout class="QHBoxLayout" name="horizontalLayout_12">
1311      <property name="spacing">
1312       <number>2</number>
1313      </property>
1314      <item>
1315       <widget class="SKGWidgetSelector" name="kWidgetSelector"/>
1316      </item>
1317      <item>
1318       <widget class="QWidget" name="SKGEditionButtonsWidget" native="true">
1319        <layout class="QHBoxLayout" name="horizontalLayout">
1320         <property name="spacing">
1321          <number>2</number>
1322         </property>
1323         <property name="leftMargin">
1324          <number>0</number>
1325         </property>
1326         <property name="topMargin">
1327          <number>0</number>
1328         </property>
1329         <property name="rightMargin">
1330          <number>0</number>
1331         </property>
1332         <property name="bottomMargin">
1333          <number>0</number>
1334         </property>
1335         <item>
1336          <widget class="QPushButton" name="kAddOperationBtn">
1337           <property name="enabled">
1338            <bool>false</bool>
1339           </property>
1340           <property name="sizePolicy">
1341            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1342             <horstretch>0</horstretch>
1343             <verstretch>0</verstretch>
1344            </sizepolicy>
1345           </property>
1346           <property name="toolTip">
1347            <string>Create a new transaction (Ctrl+Enter)</string>
1348           </property>
1349           <property name="statusTip">
1350            <string>Create a new transaction (Ctrl+Enter)</string>
1351           </property>
1352           <property name="text">
1353            <string comment="Verb, add an item to a list">Add</string>
1354           </property>
1355          </widget>
1356         </item>
1357         <item>
1358          <widget class="QPushButton" name="kModifyOperationBtn">
1359           <property name="enabled">
1360            <bool>false</bool>
1361           </property>
1362           <property name="toolTip">
1363            <string>Update selected transactions (Shift+Enter)</string>
1364           </property>
1365           <property name="statusTip">
1366            <string>Update selected transactions (Shift+Enter)</string>
1367           </property>
1368           <property name="text">
1369            <string comment="Verb, modify an item">Modify</string>
1370           </property>
1371          </widget>
1372         </item>
1373        </layout>
1374       </widget>
1375      </item>
1376     </layout>
1377    </item>
1378   </layout>
1379  </widget>
1380  <customwidgets>
1381   <customwidget>
1382    <class>SKGUnitComboBox</class>
1383    <extends>SKGComboBox</extends>
1384    <header>skgunitcombobox.h</header>
1385   </customwidget>
1386   <customwidget>
1387    <class>SKGCalculatorEdit</class>
1388    <extends>QLineEdit</extends>
1389    <header>skgcalculatoredit.h</header>
1390   </customwidget>
1391   <customwidget>
1392    <class>SKGComboBox</class>
1393    <extends>QComboBox</extends>
1394    <header>skgcombobox.h</header>
1395   </customwidget>
1396   <customwidget>
1397    <class>SKGDateEdit</class>
1398    <extends>QComboBox</extends>
1399    <header>skgdateedit.h</header>
1400   </customwidget>
1401   <customwidget>
1402    <class>SKGFilteredTableView</class>
1403    <extends>QWidget</extends>
1404    <header>skgfilteredtableview.h</header>
1405    <container>1</container>
1406   </customwidget>
1407   <customwidget>
1408    <class>SKGTableWidget</class>
1409    <extends>QTableWidget</extends>
1410    <header>skgtablewidget.h</header>
1411   </customwidget>
1412   <customwidget>
1413    <class>SKGWidgetSelector</class>
1414    <extends>QWidget</extends>
1415    <header>skgwidgetselector.h</header>
1416   </customwidget>
1417   <customwidget>
1418    <class>KTitleWidget</class>
1419    <extends>QWidget</extends>
1420    <header>ktitlewidget.h</header>
1421   </customwidget>
1422  </customwidgets>
1423  <tabstops>
1424   <tabstop>kOperationView</tabstop>
1425   <tabstop>kAccountEdit</tabstop>
1426   <tabstop>kDateEdit</tabstop>
1427   <tabstop>kAmountEdit</tabstop>
1428   <tabstop>kUnitEdit</tabstop>
1429   <tabstop>kTargetAccountEdit</tabstop>
1430   <tabstop>kPayeeEdit</tabstop>
1431   <tabstop>kTypeEdit</tabstop>
1432   <tabstop>kNumberEdit</tabstop>
1433   <tabstop>kCommentEdit</tabstop>
1434   <tabstop>kCategoryEdit</tabstop>
1435   <tabstop>kTrackerEdit</tabstop>
1436   <tabstop>kPaymentAccountEdit</tabstop>
1437   <tabstop>kAmountSharesEdit</tabstop>
1438   <tabstop>kCommissionEdit</tabstop>
1439   <tabstop>kTaxEdit</tabstop>
1440   <tabstop>kReconcilitorAmountEdit</tabstop>
1441   <tabstop>kReconciliateAccount</tabstop>
1442   <tabstop>kAddOperationBtn</tabstop>
1443   <tabstop>kModifyOperationBtn</tabstop>
1444   <tabstop>kSubOperationsTable</tabstop>
1445  </tabstops>
1446  <resources/>
1447  <connections/>
1448  <slots>
1449   <slot>onOperationCreatorModified()</slot>
1450   <slot>onAddOperationClicked()</slot>
1451   <slot>onUpdateOperationClicked()</slot>
1452   <slot>onFilterChanged()</slot>
1453   <slot>onFilterRegExpChanged()</slot>
1454   <slot>onResetInternalFilter()</slot>
1455   <slot>onDoubleClick()</slot>
1456   <slot>onSplitOperation()</slot>
1457   <slot>onSwitchBookmark()</slot>
1458   <slot>onRotateAccountTools()</slot>
1459   <slot>onRefreshInformationZone()</slot>
1460   <slot>onValidateMarkedOperations()</slot>
1461   <slot>onBtnModeClicked()</slot>
1462   <slot>onTemplateModeClicked()</slot>
1463   <slot>cleanEditor()</slot>
1464   <slot>onAutoPoint()</slot>
1465   <slot>onFreeze()</slot>
1466   <slot>onAddFakeOperation()</slot>
1467   <slot>onFastEdition()</slot>
1468  </slots>
1469 </ui>