Warning, /office/kmymoney/kmymoney/plugins/views/reports/reporttabrowcolquery.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>ReportTabRowColQuery</class>
0004  <widget class="QWidget" name="ReportTabRowColQuery">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>730</width>
0010     <height>267</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Rows/Columns Tab</string>
0021   </property>
0022   <property name="toolTip">
0023    <string/>
0024   </property>
0025   <property name="whatsThis">
0026    <string>&lt;p&gt;On this tab, you configure how you would like the rows and columns to be selected and organized.&lt;/p&gt;</string>
0027   </property>
0028   <layout class="QVBoxLayout">
0029    <item>
0030     <layout class="QHBoxLayout">
0031      <item>
0032       <widget class="QLabel" name="textLabel3">
0033        <property name="sizePolicy">
0034         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0035          <horstretch>0</horstretch>
0036          <verstretch>0</verstretch>
0037         </sizepolicy>
0038        </property>
0039        <property name="font">
0040         <font/>
0041        </property>
0042        <property name="text">
0043         <string>Organize by:</string>
0044        </property>
0045        <property name="wordWrap">
0046         <bool>false</bool>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <widget class="KComboBox" name="m_comboOrganizeBy">
0052        <property name="enabled">
0053         <bool>true</bool>
0054        </property>
0055        <property name="sizePolicy">
0056         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0057          <horstretch>0</horstretch>
0058          <verstretch>0</verstretch>
0059         </sizepolicy>
0060        </property>
0061        <property name="toolTip">
0062         <string>&lt;p&gt;Choose how to group the transactions in this report&lt;/p&gt;</string>
0063        </property>
0064        <item>
0065         <property name="text">
0066          <string>Categories</string>
0067         </property>
0068        </item>
0069        <item>
0070         <property name="text">
0071          <string>Top Categories</string>
0072         </property>
0073        </item>
0074        <item>
0075         <property name="text">
0076          <string>Tags</string>
0077         </property>
0078        </item>
0079        <item>
0080         <property name="text">
0081          <string>Payees</string>
0082         </property>
0083        </item>
0084        <item>
0085         <property name="text">
0086          <string>Accounts</string>
0087         </property>
0088        </item>
0089        <item>
0090         <property name="text">
0091          <string>Top Accounts</string>
0092         </property>
0093        </item>
0094        <item>
0095         <property name="text">
0096          <string>Month</string>
0097         </property>
0098        </item>
0099        <item>
0100         <property name="text">
0101          <string>Week</string>
0102         </property>
0103        </item>
0104       </widget>
0105      </item>
0106      <item>
0107       <spacer name="spacer10_2">
0108        <property name="orientation">
0109         <enum>Qt::Horizontal</enum>
0110        </property>
0111        <property name="sizeType">
0112         <enum>QSizePolicy::Expanding</enum>
0113        </property>
0114        <property name="sizeHint" stdset="0">
0115         <size>
0116          <width>358</width>
0117          <height>16</height>
0118         </size>
0119        </property>
0120       </spacer>
0121      </item>
0122     </layout>
0123    </item>
0124    <item>
0125     <layout class="QHBoxLayout">
0126      <item>
0127       <widget class="QGroupBox" name="buttonGroupBox1">
0128        <property name="enabled">
0129         <bool>true</bool>
0130        </property>
0131        <property name="sizePolicy">
0132         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0133          <horstretch>0</horstretch>
0134          <verstretch>0</verstretch>
0135         </sizepolicy>
0136        </property>
0137        <property name="toolTip">
0138         <string>&lt;p&gt;Choose which columns should be shown in the report.&lt;/p&gt;&lt;p&gt;The date and transaction amount are always shown.&lt;/p&gt;</string>
0139        </property>
0140        <property name="title">
0141         <string>Show Columns</string>
0142        </property>
0143        <layout class="QGridLayout">
0144         <property name="spacing">
0145          <number>2</number>
0146         </property>
0147         <item row="1" column="1">
0148          <widget class="QCheckBox" name="m_checkMemo">
0149           <property name="minimumSize">
0150            <size>
0151             <width>0</width>
0152             <height>0</height>
0153            </size>
0154           </property>
0155           <property name="toolTip">
0156            <string>&lt;p&gt;Select this option to show the Memo column&lt;/p&gt;</string>
0157           </property>
0158           <property name="text">
0159            <string>Memo</string>
0160           </property>
0161           <attribute name="buttonGroup">
0162            <string notr="true">buttonGroup1</string>
0163           </attribute>
0164          </widget>
0165         </item>
0166         <item row="0" column="4">
0167          <widget class="QCheckBox" name="m_checkShares">
0168           <property name="toolTip">
0169            <string>&lt;p&gt;Select this option to show the Shares column for investments&lt;/p&gt;</string>
0170           </property>
0171           <property name="text">
0172            <string>Shares</string>
0173           </property>
0174           <attribute name="buttonGroup">
0175            <string notr="true">buttonGroup1</string>
0176           </attribute>
0177          </widget>
0178         </item>
0179         <item row="1" column="3">
0180          <widget class="QCheckBox" name="m_checkPrice">
0181           <property name="toolTip">
0182            <string>&lt;p&gt;Select this option to show the Price column for investments&lt;/p&gt;</string>
0183           </property>
0184           <property name="text">
0185            <string>Price</string>
0186           </property>
0187           <attribute name="buttonGroup">
0188            <string notr="true">buttonGroup1</string>
0189           </attribute>
0190          </widget>
0191         </item>
0192         <item row="1" column="2">
0193          <widget class="QCheckBox" name="m_checkReconciled">
0194           <property name="toolTip">
0195            <string>&lt;p&gt;Select this option to show the Reconciled column&lt;/p&gt;</string>
0196           </property>
0197           <property name="text">
0198            <string>Reconciled</string>
0199           </property>
0200           <attribute name="buttonGroup">
0201            <string notr="true">buttonGroup1</string>
0202           </attribute>
0203          </widget>
0204         </item>
0205         <item row="0" column="3">
0206          <widget class="QCheckBox" name="m_checkAccount">
0207           <property name="toolTip">
0208            <string>&lt;p&gt;Select this option to show the Account column&lt;/p&gt;</string>
0209           </property>
0210           <property name="text">
0211            <string>Account</string>
0212           </property>
0213           <attribute name="buttonGroup">
0214            <string notr="true">buttonGroup1</string>
0215           </attribute>
0216          </widget>
0217         </item>
0218         <item row="0" column="0">
0219          <widget class="QCheckBox" name="m_checkNumber">
0220           <property name="minimumSize">
0221            <size>
0222             <width>0</width>
0223             <height>0</height>
0224            </size>
0225           </property>
0226           <property name="toolTip">
0227            <string>&lt;p&gt;Select this option to show the Number column&lt;/p&gt;</string>
0228           </property>
0229           <property name="text">
0230            <string>Number</string>
0231           </property>
0232           <attribute name="buttonGroup">
0233            <string notr="true">buttonGroup1</string>
0234           </attribute>
0235          </widget>
0236         </item>
0237         <item row="0" column="2">
0238          <widget class="QCheckBox" name="m_checkTag">
0239           <property name="minimumSize">
0240            <size>
0241             <width>0</width>
0242             <height>0</height>
0243            </size>
0244           </property>
0245           <property name="toolTip">
0246            <string>&lt;p&gt;Select this option to show the Tag column&lt;/p&gt;</string>
0247           </property>
0248           <property name="text">
0249            <string>Tag</string>
0250           </property>
0251           <attribute name="buttonGroup">
0252            <string notr="true">buttonGroup1</string>
0253           </attribute>
0254          </widget>
0255         </item>
0256         <item row="1" column="0">
0257          <widget class="QCheckBox" name="m_checkPayee">
0258           <property name="minimumSize">
0259            <size>
0260             <width>0</width>
0261             <height>0</height>
0262            </size>
0263           </property>
0264           <property name="toolTip">
0265            <string>&lt;p&gt;Select this option to show the Payee column&lt;/p&gt;</string>
0266           </property>
0267           <property name="text">
0268            <string>Payee</string>
0269           </property>
0270           <attribute name="buttonGroup">
0271            <string notr="true">buttonGroup1</string>
0272           </attribute>
0273          </widget>
0274         </item>
0275         <item row="0" column="1">
0276          <widget class="QCheckBox" name="m_checkCategory">
0277           <property name="minimumSize">
0278            <size>
0279             <width>0</width>
0280             <height>0</height>
0281            </size>
0282           </property>
0283           <property name="toolTip">
0284            <string>&lt;p&gt;Select this option to show the Category column&lt;/p&gt;</string>
0285           </property>
0286           <property name="text">
0287            <string>Category</string>
0288           </property>
0289           <attribute name="buttonGroup">
0290            <string notr="true">buttonGroup1</string>
0291           </attribute>
0292          </widget>
0293         </item>
0294         <item row="0" column="5">
0295          <widget class="QCheckBox" name="m_checkAction">
0296           <property name="toolTip">
0297            <string>&lt;p&gt;Select this option to show the Action column&lt;/p&gt;</string>
0298           </property>
0299           <property name="text">
0300            <string>Action</string>
0301           </property>
0302           <attribute name="buttonGroup">
0303            <string notr="true">buttonGroup1</string>
0304           </attribute>
0305          </widget>
0306         </item>
0307         <item row="1" column="4">
0308          <widget class="QCheckBox" name="m_checkBalance">
0309           <property name="toolTip">
0310            <string>&lt;p&gt;Select this option to show the Running balance column&lt;/p&gt;</string>
0311           </property>
0312           <property name="text">
0313            <string>Balance</string>
0314           </property>
0315           <attribute name="buttonGroup">
0316            <string notr="true">buttonGroup1</string>
0317           </attribute>
0318          </widget>
0319         </item>
0320        </layout>
0321       </widget>
0322      </item>
0323      <item>
0324       <spacer name="spacer10">
0325        <property name="orientation">
0326         <enum>Qt::Horizontal</enum>
0327        </property>
0328        <property name="sizeType">
0329         <enum>QSizePolicy::Expanding</enum>
0330        </property>
0331        <property name="sizeHint" stdset="0">
0332         <size>
0333          <width>205</width>
0334          <height>20</height>
0335         </size>
0336        </property>
0337       </spacer>
0338      </item>
0339     </layout>
0340    </item>
0341    <item>
0342     <layout class="QGridLayout">
0343      <item row="2" column="0">
0344       <widget class="QCheckBox" name="m_checkLoans">
0345        <property name="text">
0346         <string>Include only Loan accounts</string>
0347        </property>
0348       </widget>
0349      </item>
0350      <item row="1" column="0">
0351       <widget class="QCheckBox" name="m_checkInvestments">
0352        <property name="toolTip">
0353         <string>&lt;p&gt;Include only data from Investment accounts in this report&lt;/p&gt;</string>
0354        </property>
0355        <property name="text">
0356         <string>Include only Investment accounts</string>
0357        </property>
0358       </widget>
0359      </item>
0360      <item row="0" column="1">
0361       <widget class="QCheckBox" name="m_checkHideSplitDetails">
0362        <property name="toolTip">
0363         <string>Do not display the individual transactions that make up a split transaction</string>
0364        </property>
0365        <property name="text">
0366         <string>Hide Split Transaction Details</string>
0367        </property>
0368       </widget>
0369      </item>
0370      <item row="0" column="0">
0371       <widget class="QCheckBox" name="m_checkTax">
0372        <property name="toolTip">
0373         <string>&lt;p&gt;Check this box to include only those categories which have been marked to &quot;Include on Tax Reports&quot;&lt;/p&gt;</string>
0374        </property>
0375        <property name="text">
0376         <string>Include only Tax categories</string>
0377        </property>
0378       </widget>
0379      </item>
0380      <item row="1" column="1">
0381       <widget class="QCheckBox" name="m_checkHideTransactions">
0382        <property name="toolTip">
0383         <string>Do not display the transactions, leaving only totals displayed.</string>
0384        </property>
0385        <property name="text">
0386         <string>Hide Transactions</string>
0387        </property>
0388       </widget>
0389      </item>
0390      <item row="2" column="1">
0391       <widget class="QCheckBox" name="m_checkHideTotals">
0392        <property name="text">
0393         <string>Hide Totals</string>
0394        </property>
0395       </widget>
0396      </item>
0397      <item row="3" column="0">
0398       <widget class="QCheckBox" name="m_checkTransfers">
0399        <property name="text">
0400         <string>Include transfers</string>
0401        </property>
0402       </widget>
0403      </item>
0404     </layout>
0405    </item>
0406    <item>
0407     <spacer name="spacer4">
0408      <property name="orientation">
0409       <enum>Qt::Vertical</enum>
0410      </property>
0411      <property name="sizeType">
0412       <enum>QSizePolicy::Expanding</enum>
0413      </property>
0414      <property name="sizeHint" stdset="0">
0415       <size>
0416        <width>20</width>
0417        <height>16</height>
0418       </size>
0419      </property>
0420     </spacer>
0421    </item>
0422   </layout>
0423  </widget>
0424  <layoutdefault spacing="6" margin="11"/>
0425  <customwidgets>
0426   <customwidget>
0427    <class>KComboBox</class>
0428    <extends>QComboBox</extends>
0429    <header>kcombobox.h</header>
0430   </customwidget>
0431  </customwidgets>
0432  <tabstops>
0433   <tabstop>m_comboOrganizeBy</tabstop>
0434   <tabstop>m_checkNumber</tabstop>
0435   <tabstop>m_checkCategory</tabstop>
0436   <tabstop>m_checkTag</tabstop>
0437   <tabstop>m_checkAccount</tabstop>
0438   <tabstop>m_checkShares</tabstop>
0439   <tabstop>m_checkAction</tabstop>
0440   <tabstop>m_checkPayee</tabstop>
0441   <tabstop>m_checkMemo</tabstop>
0442   <tabstop>m_checkReconciled</tabstop>
0443   <tabstop>m_checkPrice</tabstop>
0444   <tabstop>m_checkBalance</tabstop>
0445   <tabstop>m_checkTax</tabstop>
0446   <tabstop>m_checkInvestments</tabstop>
0447   <tabstop>m_checkLoans</tabstop>
0448   <tabstop>m_checkHideSplitDetails</tabstop>
0449   <tabstop>m_checkHideTransactions</tabstop>
0450   <tabstop>m_checkHideTotals</tabstop>
0451  </tabstops>
0452  <resources/>
0453  <connections>
0454   <connection>
0455    <sender>m_checkTax</sender>
0456    <signal>toggled(bool)</signal>
0457    <receiver>m_checkInvestments</receiver>
0458    <slot>setDisabled(bool)</slot>
0459    <hints>
0460     <hint type="sourcelabel">
0461      <x>20</x>
0462      <y>20</y>
0463     </hint>
0464     <hint type="destinationlabel">
0465      <x>20</x>
0466      <y>20</y>
0467     </hint>
0468    </hints>
0469   </connection>
0470   <connection>
0471    <sender>m_checkTax</sender>
0472    <signal>toggled(bool)</signal>
0473    <receiver>m_checkLoans</receiver>
0474    <slot>setDisabled(bool)</slot>
0475    <hints>
0476     <hint type="sourcelabel">
0477      <x>20</x>
0478      <y>20</y>
0479     </hint>
0480     <hint type="destinationlabel">
0481      <x>20</x>
0482      <y>20</y>
0483     </hint>
0484    </hints>
0485   </connection>
0486   <connection>
0487    <sender>m_checkInvestments</sender>
0488    <signal>toggled(bool)</signal>
0489    <receiver>m_checkTax</receiver>
0490    <slot>setDisabled(bool)</slot>
0491    <hints>
0492     <hint type="sourcelabel">
0493      <x>20</x>
0494      <y>20</y>
0495     </hint>
0496     <hint type="destinationlabel">
0497      <x>20</x>
0498      <y>20</y>
0499     </hint>
0500    </hints>
0501   </connection>
0502   <connection>
0503    <sender>m_checkInvestments</sender>
0504    <signal>toggled(bool)</signal>
0505    <receiver>m_checkLoans</receiver>
0506    <slot>setDisabled(bool)</slot>
0507    <hints>
0508     <hint type="sourcelabel">
0509      <x>20</x>
0510      <y>20</y>
0511     </hint>
0512     <hint type="destinationlabel">
0513      <x>20</x>
0514      <y>20</y>
0515     </hint>
0516    </hints>
0517   </connection>
0518   <connection>
0519    <sender>m_checkLoans</sender>
0520    <signal>toggled(bool)</signal>
0521    <receiver>m_checkTax</receiver>
0522    <slot>setDisabled(bool)</slot>
0523    <hints>
0524     <hint type="sourcelabel">
0525      <x>20</x>
0526      <y>20</y>
0527     </hint>
0528     <hint type="destinationlabel">
0529      <x>20</x>
0530      <y>20</y>
0531     </hint>
0532    </hints>
0533   </connection>
0534   <connection>
0535    <sender>m_checkLoans</sender>
0536    <signal>toggled(bool)</signal>
0537    <receiver>m_checkInvestments</receiver>
0538    <slot>setDisabled(bool)</slot>
0539    <hints>
0540     <hint type="sourcelabel">
0541      <x>20</x>
0542      <y>20</y>
0543     </hint>
0544     <hint type="destinationlabel">
0545      <x>20</x>
0546      <y>20</y>
0547     </hint>
0548    </hints>
0549   </connection>
0550  </connections>
0551  <buttongroups>
0552   <buttongroup name="buttonGroup1"/>
0553  </buttongroups>
0554 </ui>