Warning, /office/kmymoney/kmymoney/plugins/views/reports/reporttabcapitalgain.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>ReportTabCapitalGain</class>
0004  <widget class="QWidget" name="ReportTabCapitalGain">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>441</width>
0010     <height>166</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Report Tab</string>
0015   </property>
0016   <property name="toolTip">
0017    <string/>
0018   </property>
0019   <property name="whatsThis">
0020    <string>&lt;p&gt;On this tab, you set the basic properties of this report.&lt;/p&gt;</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <layout class="QGridLayout" name="gridLayout">
0025      <item row="1" column="0">
0026       <widget class="QLabel" name="lblSettlementPeriod">
0027        <property name="text">
0028         <string>Settlement period</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="3" column="0">
0033       <widget class="QLabel" name="lblTermsSeparator">
0034        <property name="text">
0035         <string>Terms separator</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item row="2" column="1" alignment="Qt::AlignRight">
0040       <widget class="QCheckBox" name="m_showSTLTCapitalGains"/>
0041      </item>
0042      <item row="3" column="1">
0043       <widget class="KMyMoneyDateEdit" name="m_termSeparator" native="true">
0044        <property name="toolTip">
0045         <string>Before this date investments are counted as long-term investments.</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="2" column="0">
0050       <widget class="QLabel" name="label">
0051        <property name="text">
0052         <string>Show short-term and long-term capital gains</string>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="0" column="0">
0057       <widget class="QLabel" name="lblinvestmentSum">
0058        <property name="text">
0059         <string>Sum investments</string>
0060        </property>
0061       </widget>
0062      </item>
0063      <item row="1" column="1">
0064       <widget class="QSpinBox" name="m_settlementPeriod">
0065        <property name="toolTip">
0066         <string>Time in days between the settlement date and the transaction date.</string>
0067        </property>
0068        <property name="maximum">
0069         <number>30</number>
0070        </property>
0071        <property name="value">
0072         <number>3</number>
0073        </property>
0074       </widget>
0075      </item>
0076      <item row="0" column="1">
0077       <widget class="QComboBox" name="m_investmentSum"/>
0078      </item>
0079      <item row="4" column="0">
0080       <widget class="QLabel" name="label_2">
0081        <property name="text">
0082         <string>Hide Totals</string>
0083        </property>
0084       </widget>
0085      </item>
0086      <item row="0" column="2" rowspan="5">
0087       <spacer name="horizontalSpacer">
0088        <property name="orientation">
0089         <enum>Qt::Horizontal</enum>
0090        </property>
0091        <property name="sizeHint" stdset="0">
0092         <size>
0093          <width>40</width>
0094          <height>20</height>
0095         </size>
0096        </property>
0097       </spacer>
0098      </item>
0099      <item row="4" column="1" alignment="Qt::AlignRight">
0100       <widget class="QCheckBox" name="m_checkHideTotals">
0101        <property name="text">
0102         <string/>
0103        </property>
0104       </widget>
0105      </item>
0106     </layout>
0107    </item>
0108    <item>
0109     <spacer name="spacer15">
0110      <property name="orientation">
0111       <enum>Qt::Vertical</enum>
0112      </property>
0113      <property name="sizeType">
0114       <enum>QSizePolicy::Expanding</enum>
0115      </property>
0116      <property name="sizeHint" stdset="0">
0117       <size>
0118        <width>20</width>
0119        <height>20</height>
0120       </size>
0121      </property>
0122     </spacer>
0123    </item>
0124   </layout>
0125  </widget>
0126  <layoutdefault spacing="6" margin="11"/>
0127  <customwidgets>
0128   <customwidget>
0129    <class>KMyMoneyDateEdit</class>
0130    <extends>KDateComboBox</extends>
0131    <header>kmymoneydateedit.h</header>
0132   </customwidget>
0133  </customwidgets>
0134  <resources/>
0135  <connections/>
0136 </ui>