Warning, /office/kmymoney/kmymoney/plugins/views/reports/reporttabchart.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>ReportTabChart</class>
0004  <widget class="QWidget" name="ReportTabChart">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>234</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Chart 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 configure the chart drawn for 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="textLabel1">
0027        <property name="sizePolicy">
0028         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0029          <horstretch>0</horstretch>
0030          <verstretch>0</verstretch>
0031         </sizepolicy>
0032        </property>
0033        <property name="toolTip">
0034         <string>&lt;p&gt;Select what form you would like the chart to be drawn as.&lt;/p&gt;</string>
0035        </property>
0036        <property name="text">
0037         <string>Chart Type</string>
0038        </property>
0039        <property name="wordWrap">
0040         <bool>false</bool>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <widget class="KMyMoneyGeneralCombo" name="m_comboType" native="true"/>
0046      </item>
0047      <item>
0048       <spacer name="spacer1">
0049        <property name="orientation">
0050         <enum>Qt::Horizontal</enum>
0051        </property>
0052        <property name="sizeType">
0053         <enum>QSizePolicy::Expanding</enum>
0054        </property>
0055        <property name="sizeHint" stdset="0">
0056         <size>
0057          <width>121</width>
0058          <height>20</height>
0059         </size>
0060        </property>
0061       </spacer>
0062      </item>
0063     </layout>
0064    </item>
0065    <item>
0066     <layout class="QHBoxLayout" name="_2">
0067      <item>
0068       <widget class="QLabel" name="textLabel1_2">
0069        <property name="sizePolicy">
0070         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0071          <horstretch>0</horstretch>
0072          <verstretch>0</verstretch>
0073         </sizepolicy>
0074        </property>
0075        <property name="toolTip">
0076         <string>&lt;p&gt;Select what form you would like the chart to be drawn as.&lt;/p&gt;</string>
0077        </property>
0078        <property name="text">
0079         <string>Chart Palette</string>
0080        </property>
0081        <property name="wordWrap">
0082         <bool>false</bool>
0083        </property>
0084       </widget>
0085      </item>
0086      <item>
0087       <widget class="KMyMoneyGeneralCombo" name="m_comboPalette" native="true"/>
0088      </item>
0089      <item>
0090       <spacer name="spacer1_2">
0091        <property name="orientation">
0092         <enum>Qt::Horizontal</enum>
0093        </property>
0094        <property name="sizeType">
0095         <enum>QSizePolicy::Expanding</enum>
0096        </property>
0097        <property name="sizeHint" stdset="0">
0098         <size>
0099          <width>121</width>
0100          <height>20</height>
0101         </size>
0102        </property>
0103       </spacer>
0104      </item>
0105     </layout>
0106    </item>
0107    <item>
0108     <layout class="QGridLayout" name="gridLayout">
0109      <item row="2" column="0">
0110       <widget class="QCheckBox" name="m_checkValues">
0111        <property name="toolTip">
0112         <string>&lt;p&gt;Select this option to draw the numeric values for data points next to their plot location.&lt;/p&gt;</string>
0113        </property>
0114        <property name="text">
0115         <string>Draw values on chart</string>
0116        </property>
0117       </widget>
0118      </item>
0119      <item row="3" column="0">
0120       <widget class="QCheckBox" name="m_checkShowChart">
0121        <property name="toolTip">
0122         <string>&lt;p&gt;Select this option to cause the report to be shown as a chart when you first open the report.  Otherwise, it will come up as a text report.&lt;/p&gt;</string>
0123        </property>
0124        <property name="text">
0125         <string>Show as chart by default</string>
0126        </property>
0127       </widget>
0128      </item>
0129      <item row="1" column="0">
0130       <widget class="QCheckBox" name="m_checkSVGridLines">
0131        <property name="text">
0132         <string notr="true">SV grid lines</string>
0133        </property>
0134       </widget>
0135      </item>
0136      <item row="0" column="0">
0137       <widget class="QCheckBox" name="m_checkCHGridLines">
0138        <property name="toolTip">
0139         <string>&lt;p&gt;Select this option to show horizontal and vertical grid lines on the chart.&lt;/p&gt;</string>
0140        </property>
0141        <property name="text">
0142         <string notr="true">CH grid lines</string>
0143        </property>
0144       </widget>
0145      </item>
0146      <item row="4" column="0">
0147       <widget class="QCheckBox" name="m_logYaxis">
0148        <property name="text">
0149         <string>Logarithmic vertical axis</string>
0150        </property>
0151       </widget>
0152      </item>
0153      <item row="5" column="0">
0154       <widget class="QCheckBox" name="m_negExpenses">
0155        <property name="text">
0156         <string>Plot expenses downwards</string>
0157        </property>
0158       </widget>
0159      </item>
0160     </layout>
0161    </item>
0162    <item>
0163     <layout class="QHBoxLayout">
0164      <item>
0165       <widget class="QLabel" name="textLabel6">
0166        <property name="sizePolicy">
0167         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0168          <horstretch>0</horstretch>
0169          <verstretch>0</verstretch>
0170         </sizepolicy>
0171        </property>
0172        <property name="toolTip">
0173         <string>&lt;p&gt;Select what width should be used to draw the line on the chart&lt;/p&gt;</string>
0174        </property>
0175        <property name="text">
0176         <string>Line width</string>
0177        </property>
0178        <property name="wordWrap">
0179         <bool>false</bool>
0180        </property>
0181       </widget>
0182      </item>
0183      <item>
0184       <widget class="QSpinBox" name="m_lineWidth">
0185        <property name="minimum">
0186         <number>1</number>
0187        </property>
0188        <property name="maximum">
0189         <number>10</number>
0190        </property>
0191       </widget>
0192      </item>
0193      <item>
0194       <spacer name="spacer2">
0195        <property name="orientation">
0196         <enum>Qt::Horizontal</enum>
0197        </property>
0198        <property name="sizeType">
0199         <enum>QSizePolicy::Expanding</enum>
0200        </property>
0201        <property name="sizeHint" stdset="0">
0202         <size>
0203          <width>121</width>
0204          <height>20</height>
0205         </size>
0206        </property>
0207       </spacer>
0208      </item>
0209     </layout>
0210    </item>
0211    <item>
0212     <spacer name="spacer15">
0213      <property name="orientation">
0214       <enum>Qt::Vertical</enum>
0215      </property>
0216      <property name="sizeType">
0217       <enum>QSizePolicy::Expanding</enum>
0218      </property>
0219      <property name="sizeHint" stdset="0">
0220       <size>
0221        <width>20</width>
0222        <height>20</height>
0223       </size>
0224      </property>
0225     </spacer>
0226    </item>
0227   </layout>
0228  </widget>
0229  <layoutdefault spacing="6" margin="11"/>
0230  <customwidgets>
0231   <customwidget>
0232    <class>KMyMoneyGeneralCombo</class>
0233    <extends>QWidget</extends>
0234    <header>kmymoneygeneralcombo.h</header>
0235    <container>1</container>
0236   </customwidget>
0237  </customwidgets>
0238  <tabstops>
0239   <tabstop>m_checkCHGridLines</tabstop>
0240   <tabstop>m_checkSVGridLines</tabstop>
0241   <tabstop>m_checkValues</tabstop>
0242   <tabstop>m_checkShowChart</tabstop>
0243   <tabstop>m_logYaxis</tabstop>
0244   <tabstop>m_negExpenses</tabstop>
0245   <tabstop>m_lineWidth</tabstop>
0246  </tabstops>
0247  <resources/>
0248  <connections/>
0249 </ui>