Warning, /office/skrooge/plugins/skrooge/skrooge_bank/skgbankpluginwidget_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  <class>skgbankplugin_base</class>
0004  <widget class="QWidget" name="skgbankplugin_base">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>604</width>
0010     <height>360</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="spacing">
0015     <number>2</number>
0016    </property>
0017    <item>
0018     <widget class="SKGFilteredTableView" name="kView"/>
0019    </item>
0020    <item>
0021     <widget class="QLabel" name="kInfo">
0022      <property name="text">
0023       <string>Computing…</string>
0024      </property>
0025      <property name="alignment">
0026       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="Line" name="line">
0032      <property name="orientation">
0033       <enum>Qt::Horizontal</enum>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <widget class="QWidget" name="SKGEditionWidget" native="true">
0039      <layout class="QGridLayout" name="gridLayout_4">
0040       <property name="leftMargin">
0041        <number>0</number>
0042       </property>
0043       <property name="topMargin">
0044        <number>0</number>
0045       </property>
0046       <property name="rightMargin">
0047        <number>0</number>
0048       </property>
0049       <property name="bottomMargin">
0050        <number>0</number>
0051       </property>
0052       <property name="spacing">
0053        <number>2</number>
0054       </property>
0055       <item row="0" column="1">
0056        <widget class="SKGComboBox" name="kAccountCreatorIcon">
0057         <property name="sizePolicy">
0058          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0059           <horstretch>0</horstretch>
0060           <verstretch>0</verstretch>
0061          </sizepolicy>
0062         </property>
0063         <property name="maximumSize">
0064          <size>
0065           <width>45</width>
0066           <height>16777215</height>
0067          </size>
0068         </property>
0069         <property name="toolTip">
0070          <string>Icon of the bank</string>
0071         </property>
0072         <property name="statusTip">
0073          <string>Icon of the bank</string>
0074         </property>
0075        </widget>
0076       </item>
0077       <item row="3" column="5">
0078        <widget class="QLabel" name="kMinLimitunit">
0079         <property name="sizePolicy">
0080          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0081           <horstretch>0</horstretch>
0082           <verstretch>0</verstretch>
0083          </sizepolicy>
0084         </property>
0085         <property name="text">
0086          <string notr="true">F</string>
0087         </property>
0088        </widget>
0089       </item>
0090       <item row="3" column="1" colspan="2">
0091        <layout class="QHBoxLayout" name="horizontalLayout_11">
0092         <property name="spacing">
0093          <number>2</number>
0094         </property>
0095         <item>
0096          <widget class="SKGCalculatorEdit" name="kAmountEdit">
0097           <property name="toolTip">
0098            <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;
0099 &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;
0100 p, li { white-space: pre-wrap; }
0101 &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;
0102 &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;
0103 &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>
0104           </property>
0105           <property name="statusTip">
0106            <string>Initial balance of the account (A negative value for a loan account)</string>
0107           </property>
0108          </widget>
0109         </item>
0110         <item>
0111          <widget class="SKGUnitComboBox" name="kUnitEdit">
0112           <property name="sizePolicy">
0113            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0114             <horstretch>0</horstretch>
0115             <verstretch>0</verstretch>
0116            </sizepolicy>
0117           </property>
0118           <property name="minimumSize">
0119            <size>
0120             <width>60</width>
0121             <height>0</height>
0122            </size>
0123           </property>
0124           <property name="maximumSize">
0125            <size>
0126             <width>80</width>
0127             <height>16777215</height>
0128            </size>
0129           </property>
0130           <property name="toolTip">
0131            <string>Unit of the initial balance of the account</string>
0132           </property>
0133           <property name="statusTip">
0134            <string>Unit of the initial balance of the account</string>
0135           </property>
0136           <property name="editable">
0137            <bool>true</bool>
0138           </property>
0139           <property name="sizeAdjustPolicy">
0140            <enum>QComboBox::AdjustToContents</enum>
0141           </property>
0142           <property name="autoCompletion">
0143            <bool>false</bool>
0144           </property>
0145          </widget>
0146         </item>
0147         <item>
0148          <spacer name="horizontalSpacer_2">
0149           <property name="orientation">
0150            <enum>Qt::Horizontal</enum>
0151           </property>
0152           <property name="sizeHint" stdset="0">
0153            <size>
0154             <width>0</width>
0155             <height>20</height>
0156            </size>
0157           </property>
0158          </spacer>
0159         </item>
0160        </layout>
0161       </item>
0162       <item row="1" column="1" colspan="2">
0163        <widget class="QLineEdit" name="kAccountCreatorAccount">
0164         <property name="sizePolicy">
0165          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0166           <horstretch>0</horstretch>
0167           <verstretch>0</verstretch>
0168          </sizepolicy>
0169         </property>
0170         <property name="toolTip">
0171          <string>Name of the account</string>
0172         </property>
0173         <property name="statusTip">
0174          <string>Name of the account</string>
0175         </property>
0176        </widget>
0177       </item>
0178       <item row="3" column="15">
0179        <spacer name="horizontalSpacer">
0180         <property name="orientation">
0181          <enum>Qt::Horizontal</enum>
0182         </property>
0183         <property name="sizeHint" stdset="0">
0184          <size>
0185           <width>0</width>
0186           <height>20</height>
0187          </size>
0188         </property>
0189        </spacer>
0190       </item>
0191       <item row="0" column="3">
0192        <widget class="QLabel" name="kBankNumberLbl">
0193         <property name="sizePolicy">
0194          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0195           <horstretch>0</horstretch>
0196           <verstretch>0</verstretch>
0197          </sizepolicy>
0198         </property>
0199         <property name="text">
0200          <string notr="true">Title:</string>
0201         </property>
0202         <property name="alignment">
0203          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0204         </property>
0205         <property name="buddy">
0206          <cstring>kAccountCreatorBankNumber</cstring>
0207         </property>
0208        </widget>
0209       </item>
0210       <item row="0" column="6">
0211        <widget class="QLabel" name="kAgencyAddressLbl">
0212         <property name="sizePolicy">
0213          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0214           <horstretch>0</horstretch>
0215           <verstretch>0</verstretch>
0216          </sizepolicy>
0217         </property>
0218         <property name="text">
0219          <string notr="true">Title:</string>
0220         </property>
0221         <property name="alignment">
0222          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0223         </property>
0224         <property name="buddy">
0225          <cstring>kAccountCreatorAddress</cstring>
0226         </property>
0227        </widget>
0228       </item>
0229       <item row="3" column="14">
0230        <widget class="QLabel" name="kMaxLimitunit">
0231         <property name="sizePolicy">
0232          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0233           <horstretch>0</horstretch>
0234           <verstretch>0</verstretch>
0235          </sizepolicy>
0236         </property>
0237         <property name="text">
0238          <string notr="true">F</string>
0239         </property>
0240        </widget>
0241       </item>
0242       <item row="0" column="0">
0243        <widget class="QLabel" name="kBankLbl">
0244         <property name="sizePolicy">
0245          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0246           <horstretch>0</horstretch>
0247           <verstretch>0</verstretch>
0248          </sizepolicy>
0249         </property>
0250         <property name="font">
0251          <font>
0252           <weight>75</weight>
0253           <bold>true</bold>
0254          </font>
0255         </property>
0256         <property name="text">
0257          <string notr="true">Title:</string>
0258         </property>
0259         <property name="alignment">
0260          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0261         </property>
0262        </widget>
0263       </item>
0264       <item row="3" column="3">
0265        <widget class="QCheckBox" name="kMinLimit">
0266         <property name="sizePolicy">
0267          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0268           <horstretch>0</horstretch>
0269           <verstretch>0</verstretch>
0270          </sizepolicy>
0271         </property>
0272         <property name="text">
0273          <string notr="true">Title:</string>
0274         </property>
0275        </widget>
0276       </item>
0277       <item row="2" column="4" colspan="12">
0278        <widget class="QLineEdit" name="kAccountCreatorNumber">
0279         <property name="sizePolicy">
0280          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0281           <horstretch>0</horstretch>
0282           <verstretch>0</verstretch>
0283          </sizepolicy>
0284         </property>
0285         <property name="toolTip">
0286          <string>Number of the account</string>
0287         </property>
0288         <property name="statusTip">
0289          <string>Number of the account</string>
0290         </property>
0291        </widget>
0292       </item>
0293       <item row="3" column="13">
0294        <widget class="SKGCalculatorEdit" name="kMaxLimitAmout">
0295         <property name="enabled">
0296          <bool>false</bool>
0297         </property>
0298         <property name="sizePolicy">
0299          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0300           <horstretch>0</horstretch>
0301           <verstretch>0</verstretch>
0302          </sizepolicy>
0303         </property>
0304         <property name="toolTip">
0305          <string>Maximum amount of the account</string>
0306         </property>
0307         <property name="statusTip">
0308          <string>Maximum amount of the account</string>
0309         </property>
0310        </widget>
0311       </item>
0312       <item row="3" column="6">
0313        <widget class="QCheckBox" name="kMaxLimit">
0314         <property name="sizePolicy">
0315          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0316           <horstretch>0</horstretch>
0317           <verstretch>0</verstretch>
0318          </sizepolicy>
0319         </property>
0320         <property name="text">
0321          <string notr="true">Title:</string>
0322         </property>
0323        </widget>
0324       </item>
0325       <item row="0" column="9" colspan="7">
0326        <widget class="QLineEdit" name="kAccountCreatorAddress">
0327         <property name="sizePolicy">
0328          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0329           <horstretch>0</horstretch>
0330           <verstretch>0</verstretch>
0331          </sizepolicy>
0332         </property>
0333         <property name="toolTip">
0334          <string>Address of the agency</string>
0335         </property>
0336         <property name="statusTip">
0337          <string>Address of the agency</string>
0338         </property>
0339         <property name="showClearButton" stdset="0">
0340          <bool>true</bool>
0341         </property>
0342        </widget>
0343       </item>
0344       <item row="1" column="9" colspan="7">
0345        <widget class="QLineEdit" name="kAccountCreatorComment">
0346         <property name="sizePolicy">
0347          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0348           <horstretch>0</horstretch>
0349           <verstretch>0</verstretch>
0350          </sizepolicy>
0351         </property>
0352         <property name="toolTip">
0353          <string>Comment of the account</string>
0354         </property>
0355         <property name="statusTip">
0356          <string>Comment of the account</string>
0357         </property>
0358         <property name="showClearButton" stdset="0">
0359          <bool>true</bool>
0360         </property>
0361        </widget>
0362       </item>
0363       <item row="0" column="2">
0364        <widget class="SKGComboBox" name="kAccountCreatorBank">
0365         <property name="minimumSize">
0366          <size>
0367           <width>112</width>
0368           <height>0</height>
0369          </size>
0370         </property>
0371         <property name="toolTip">
0372          <string>Name of the bank</string>
0373         </property>
0374         <property name="statusTip">
0375          <string>Name of the bank</string>
0376         </property>
0377         <property name="editable">
0378          <bool>true</bool>
0379         </property>
0380        </widget>
0381       </item>
0382       <item row="1" column="6">
0383        <widget class="QLabel" name="kCommentLabel">
0384         <property name="sizePolicy">
0385          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0386           <horstretch>0</horstretch>
0387           <verstretch>0</verstretch>
0388          </sizepolicy>
0389         </property>
0390         <property name="text">
0391          <string notr="true">Title:</string>
0392         </property>
0393         <property name="alignment">
0394          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0395         </property>
0396         <property name="buddy">
0397          <cstring>kAccountCreatorComment</cstring>
0398         </property>
0399        </widget>
0400       </item>
0401       <item row="3" column="4">
0402        <widget class="SKGCalculatorEdit" name="kMinLimitAmout">
0403         <property name="enabled">
0404          <bool>false</bool>
0405         </property>
0406         <property name="sizePolicy">
0407          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0408           <horstretch>0</horstretch>
0409           <verstretch>0</verstretch>
0410          </sizepolicy>
0411         </property>
0412         <property name="toolTip">
0413          <string>Minimum amount of the account</string>
0414         </property>
0415         <property name="statusTip">
0416          <string>Minimum amount of the account</string>
0417         </property>
0418        </widget>
0419       </item>
0420       <item row="3" column="0">
0421        <widget class="QLabel" name="kAmountLabel">
0422         <property name="sizePolicy">
0423          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0424           <horstretch>0</horstretch>
0425           <verstretch>0</verstretch>
0426          </sizepolicy>
0427         </property>
0428         <property name="font">
0429          <font>
0430           <weight>75</weight>
0431           <bold>true</bold>
0432          </font>
0433         </property>
0434         <property name="text">
0435          <string comment="Noun, a numerical quantity">Initial &amp;balance:</string>
0436         </property>
0437         <property name="alignment">
0438          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0439         </property>
0440         <property name="buddy">
0441          <cstring>kAmountEdit</cstring>
0442         </property>
0443        </widget>
0444       </item>
0445       <item row="1" column="0">
0446        <widget class="QLabel" name="kAccountLbl">
0447         <property name="sizePolicy">
0448          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0449           <horstretch>0</horstretch>
0450           <verstretch>0</verstretch>
0451          </sizepolicy>
0452         </property>
0453         <property name="font">
0454          <font>
0455           <weight>75</weight>
0456           <bold>true</bold>
0457           <strikeout>false</strikeout>
0458           <stylestrategy>PreferDefault</stylestrategy>
0459           <kerning>true</kerning>
0460          </font>
0461         </property>
0462         <property name="text">
0463          <string notr="true">&amp;Title:</string>
0464         </property>
0465         <property name="alignment">
0466          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0467         </property>
0468         <property name="buddy">
0469          <cstring>kAccountCreatorAccount</cstring>
0470         </property>
0471        </widget>
0472       </item>
0473       <item row="1" column="3">
0474        <widget class="QLabel" name="kAgencyNumberLbl">
0475         <property name="sizePolicy">
0476          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0477           <horstretch>0</horstretch>
0478           <verstretch>0</verstretch>
0479          </sizepolicy>
0480         </property>
0481         <property name="text">
0482          <string notr="true">Title:</string>
0483         </property>
0484         <property name="alignment">
0485          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0486         </property>
0487         <property name="buddy">
0488          <cstring>kAccountCreatorAgencyNumber</cstring>
0489         </property>
0490        </widget>
0491       </item>
0492       <item row="2" column="0">
0493        <widget class="QLabel" name="kTypeLbl">
0494         <property name="sizePolicy">
0495          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0496           <horstretch>0</horstretch>
0497           <verstretch>0</verstretch>
0498          </sizepolicy>
0499         </property>
0500         <property name="font">
0501          <font>
0502           <weight>75</weight>
0503           <bold>true</bold>
0504           <strikeout>false</strikeout>
0505           <stylestrategy>PreferDefault</stylestrategy>
0506           <kerning>true</kerning>
0507          </font>
0508         </property>
0509         <property name="text">
0510          <string notr="true">&amp;Title:</string>
0511         </property>
0512         <property name="alignment">
0513          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0514         </property>
0515         <property name="buddy">
0516          <cstring>kAccountCreatorType</cstring>
0517         </property>
0518        </widget>
0519       </item>
0520       <item row="2" column="3">
0521        <widget class="QLabel" name="kNumberLbl">
0522         <property name="sizePolicy">
0523          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0524           <horstretch>0</horstretch>
0525           <verstretch>0</verstretch>
0526          </sizepolicy>
0527         </property>
0528         <property name="text">
0529          <string notr="true">Title:</string>
0530         </property>
0531         <property name="alignment">
0532          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0533         </property>
0534         <property name="buddy">
0535          <cstring>kAccountCreatorNumber</cstring>
0536         </property>
0537        </widget>
0538       </item>
0539       <item row="2" column="1" colspan="2">
0540        <widget class="SKGComboBox" name="kAccountCreatorType">
0541         <property name="sizePolicy">
0542          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0543           <horstretch>0</horstretch>
0544           <verstretch>0</verstretch>
0545          </sizepolicy>
0546         </property>
0547         <property name="toolTip">
0548          <string>Type of the account</string>
0549         </property>
0550         <property name="statusTip">
0551          <string>Type of the account</string>
0552         </property>
0553         <property name="sizeAdjustPolicy">
0554          <enum>QComboBox::AdjustToContents</enum>
0555         </property>
0556        </widget>
0557       </item>
0558       <item row="1" column="4" colspan="2">
0559        <widget class="QLineEdit" name="kAccountCreatorAgencyNumber">
0560         <property name="sizePolicy">
0561          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0562           <horstretch>0</horstretch>
0563           <verstretch>0</verstretch>
0564          </sizepolicy>
0565         </property>
0566         <property name="toolTip">
0567          <string>Number of the agency</string>
0568         </property>
0569         <property name="statusTip">
0570          <string>Number of the agency</string>
0571         </property>
0572        </widget>
0573       </item>
0574       <item row="0" column="4" colspan="2">
0575        <widget class="QLineEdit" name="kAccountCreatorBankNumber">
0576         <property name="sizePolicy">
0577          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0578           <horstretch>0</horstretch>
0579           <verstretch>0</verstretch>
0580          </sizepolicy>
0581         </property>
0582         <property name="toolTip">
0583          <string>Number of the bank</string>
0584         </property>
0585         <property name="statusTip">
0586          <string>Number of the bank</string>
0587         </property>
0588        </widget>
0589       </item>
0590      </layout>
0591     </widget>
0592    </item>
0593    <item>
0594     <layout class="QHBoxLayout" name="horizontalLayout_12">
0595      <property name="spacing">
0596       <number>2</number>
0597      </property>
0598      <item>
0599       <widget class="SKGWidgetSelector" name="kWidgetSelector"/>
0600      </item>
0601      <item>
0602       <widget class="QWidget" name="SKGEditionButtonswidget" native="true">
0603        <layout class="QHBoxLayout" name="horizontalLayout_2">
0604         <property name="spacing">
0605          <number>2</number>
0606         </property>
0607         <property name="leftMargin">
0608          <number>0</number>
0609         </property>
0610         <property name="topMargin">
0611          <number>0</number>
0612         </property>
0613         <property name="rightMargin">
0614          <number>0</number>
0615         </property>
0616         <property name="bottomMargin">
0617          <number>0</number>
0618         </property>
0619         <item>
0620          <widget class="QPushButton" name="kAccountCreatorAdd">
0621           <property name="enabled">
0622            <bool>false</bool>
0623           </property>
0624           <property name="toolTip">
0625            <string>Add a bank and an account (Ctrl+Enter)</string>
0626           </property>
0627           <property name="statusTip">
0628            <string>Add a bank and an account (Ctrl+Enter)</string>
0629           </property>
0630           <property name="text">
0631            <string comment="Verb, add an item to a list">Add</string>
0632           </property>
0633           <property name="autoDefault">
0634            <bool>true</bool>
0635           </property>
0636           <property name="default">
0637            <bool>true</bool>
0638           </property>
0639          </widget>
0640         </item>
0641         <item>
0642          <widget class="QPushButton" name="kAccountCreatorUpdate">
0643           <property name="enabled">
0644            <bool>false</bool>
0645           </property>
0646           <property name="toolTip">
0647            <string>Update selected banks and accounts (Shift+Enter)</string>
0648           </property>
0649           <property name="statusTip">
0650            <string>Update selected banks and accounts (Shift+Enter)</string>
0651           </property>
0652           <property name="text">
0653            <string comment="Verb, modify an item">Modify</string>
0654           </property>
0655          </widget>
0656         </item>
0657        </layout>
0658       </widget>
0659      </item>
0660     </layout>
0661    </item>
0662   </layout>
0663  </widget>
0664  <customwidgets>
0665   <customwidget>
0666    <class>KComboBox</class>
0667    <extends>QComboBox</extends>
0668    <header>kcombobox.h</header>
0669   </customwidget>
0670   <customwidget>
0671    <class>SKGUnitComboBox</class>
0672    <extends>SKGComboBox</extends>
0673    <header>skgunitcombobox.h</header>
0674   </customwidget>
0675   <customwidget>
0676    <class>SKGCalculatorEdit</class>
0677    <extends>QLineEdit</extends>
0678    <header>skgcalculatoredit.h</header>
0679   </customwidget>
0680   <customwidget>
0681    <class>SKGComboBox</class>
0682    <extends>KComboBox</extends>
0683    <header>skgcombobox.h</header>
0684   </customwidget>
0685   <customwidget>
0686    <class>SKGFilteredTableView</class>
0687    <extends>QWidget</extends>
0688    <header>skgfilteredtableview.h</header>
0689    <container>1</container>
0690   </customwidget>
0691   <customwidget>
0692    <class>SKGWidgetSelector</class>
0693    <extends>QWidget</extends>
0694    <header>skgwidgetselector.h</header>
0695   </customwidget>
0696  </customwidgets>
0697  <tabstops>
0698   <tabstop>kAccountCreatorIcon</tabstop>
0699   <tabstop>kAccountCreatorBank</tabstop>
0700   <tabstop>kAccountCreatorAccount</tabstop>
0701   <tabstop>kAccountCreatorType</tabstop>
0702   <tabstop>kAmountEdit</tabstop>
0703   <tabstop>kUnitEdit</tabstop>
0704   <tabstop>kAccountCreatorBankNumber</tabstop>
0705   <tabstop>kAccountCreatorAgencyNumber</tabstop>
0706   <tabstop>kAccountCreatorNumber</tabstop>
0707   <tabstop>kAccountCreatorAddress</tabstop>
0708   <tabstop>kAccountCreatorComment</tabstop>
0709   <tabstop>kMinLimit</tabstop>
0710   <tabstop>kMinLimitAmout</tabstop>
0711   <tabstop>kMaxLimit</tabstop>
0712   <tabstop>kMaxLimitAmout</tabstop>
0713   <tabstop>kAccountCreatorAdd</tabstop>
0714   <tabstop>kAccountCreatorUpdate</tabstop>
0715  </tabstops>
0716  <resources/>
0717  <connections/>
0718  <slots>
0719   <slot>onFilterChanged()</slot>
0720   <slot>onAccountCreatorModified()</slot>
0721   <slot>onAddAccountClicked()</slot>
0722   <slot>onModifyAccountClicked()</slot>
0723   <slot>onDoubleClickedAccount()</slot>
0724   <slot>onFilterRegExpChanged()</slot>
0725   <slot>onComputeRIB()</slot>
0726   <slot>onBtnModeClicked()</slot>
0727   <slot>cleanEditor()</slot>
0728   <slot>onIconChanged()</slot>
0729  </slots>
0730 </ui>