Warning, /office/kmymoney/kmymoney/plugins/views/reports/reporttabgeneral.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>ReportTabGeneral</class>
0004  <widget class="QWidget" name="ReportTabGeneral">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>176</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">
0023    <item>
0024     <layout class="QHBoxLayout">
0025      <item>
0026       <widget class="QLabel" name="textLabel6">
0027        <property name="text">
0028         <string>Report Name</string>
0029        </property>
0030        <property name="wordWrap">
0031         <bool>false</bool>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <widget class="KLineEdit" name="m_editName">
0037        <property name="toolTip">
0038         <string>&lt;p&gt;Choose a name for this report.&lt;/p&gt;</string>
0039        </property>
0040       </widget>
0041      </item>
0042     </layout>
0043    </item>
0044    <item>
0045     <layout class="QHBoxLayout">
0046      <item>
0047       <widget class="QLabel" name="textLabel7">
0048        <property name="text">
0049         <string>Comment</string>
0050        </property>
0051        <property name="wordWrap">
0052         <bool>false</bool>
0053        </property>
0054       </widget>
0055      </item>
0056      <item>
0057       <widget class="KLineEdit" name="m_editComment">
0058        <property name="toolTip">
0059         <string>&lt;p&gt;Enter a comment to help you remember the details of this report.&lt;/p&gt;</string>
0060        </property>
0061       </widget>
0062      </item>
0063     </layout>
0064    </item>
0065    <item>
0066     <widget class="QCheckBox" name="m_checkCurrency">
0067      <property name="toolTip">
0068       <string comment="Convert 'em!!">&lt;p&gt;Select this option to convert all values in the report to your base currency.&lt;/p&gt;&lt;p&gt;Leave it unchecked if you would like to see values in their original currency.&lt;/p&gt;&lt;p&gt;If currencies are not converted, then subtotals will not be shown.&lt;/p&gt;</string>
0069      </property>
0070      <property name="text">
0071       <string>Convert values to base currency</string>
0072      </property>
0073     </widget>
0074    </item>
0075    <item>
0076     <widget class="QCheckBox" name="m_checkFavorite">
0077      <property name="toolTip">
0078       <string>&lt;p&gt;Select this option to notate this report as one of your favorites.&lt;/p&gt;&lt;p&gt;All your favorite reports are grouped in one place on the report list for easy access.&lt;/p&gt;</string>
0079      </property>
0080      <property name="text">
0081       <string>Mark as a favorite report</string>
0082      </property>
0083     </widget>
0084    </item>
0085    <item>
0086     <widget class="QCheckBox" name="m_skipZero">
0087      <property name="toolTip">
0088       <string>
0089               &lt;p&gt;
0090               This option is for investments reports only which
0091               show prices instead of balances as all other reports do.
0092               &lt;/p&gt;
0093               &lt;p&gt;
0094               Select this option to include prices only if there is an actual price for the date.
0095               If not, 0 will be shown. In the graph, the value will be skipped.
0096               &lt;/p&gt;
0097               &lt;p&gt;
0098               If this option is off the last existing price is shown for a period, if
0099               it is on, in a table the value is '0' shown and in a chart a linear
0100               interpolation for the missing values will be performed.
0101               &lt;br&gt;Example:
0102               &lt;br&gt;There are prices for January and March, but there is no price for
0103               February.
0104               &lt;ul&gt;
0105               &lt;li&gt;&lt;b&gt;OFF&lt;/b&gt;: shows the price for February as the last price of
0106               January
0107               &lt;li&gt;&lt;b&gt;ON&lt;/b&gt;: in a table the value is '0', in a chart a linear
0108               interpolation for the February-price will be performed
0109               (so it makes a kind of average-value using the January- and the
0110               March-price in the chart)
0111               &lt;/ul&gt;
0112               &lt;/p&gt;
0113             </string>
0114      </property>
0115      <property name="text">
0116       <string>Skip value if price is zero</string>
0117      </property>
0118     </widget>
0119    </item>
0120    <item>
0121     <spacer name="spacer15">
0122      <property name="orientation">
0123       <enum>Qt::Vertical</enum>
0124      </property>
0125      <property name="sizeType">
0126       <enum>QSizePolicy::Expanding</enum>
0127      </property>
0128      <property name="sizeHint" stdset="0">
0129       <size>
0130        <width>20</width>
0131        <height>20</height>
0132       </size>
0133      </property>
0134     </spacer>
0135    </item>
0136   </layout>
0137  </widget>
0138  <layoutdefault spacing="6" margin="11"/>
0139  <customwidgets>
0140   <customwidget>
0141    <class>KLineEdit</class>
0142    <extends>QLineEdit</extends>
0143    <header>klineedit.h</header>
0144   </customwidget>
0145  </customwidgets>
0146  <resources/>
0147  <connections/>
0148 </ui>