You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmymoney/kmymoney2/widgets/kmymoneyreportconfigtabchar...

215 lines
8.1 KiB

<!DOCTYPE UI><UI version="3.0">
<class>kMyMoneyReportConfigTabChartDecl</class>
<widget class="TQWidget">
<property name="name">
<cstring>kMyMoneyReportConfigTabChartDecl</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>174</height>
</rect>
</property>
<property name="caption">
<string>Chart Tab</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;On this tab, you configure the chart drawn forthis report.&lt;/p&gt;</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Chart Type</string>
</property>
<property name="toolTip" stdset="0">
<string>&lt;p&gt;Select what form you would like the chart to be drawn as.&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQComboBox">
<item>
<property name="text">
<string>Line</string>
</property>
</item>
<item>
<property name="text">
<string>Bar</string>
</property>
</item>
<item>
<property name="text">
<string>Stacked Bar</string>
</property>
</item>
<item>
<property name="text">
<string>Pie</string>
</property>
</item>
<item>
<property name="text">
<string>Ring</string>
</property>
</item>
<property name="name">
<cstring>m_comboType</cstring>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>121</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkGridLines</cstring>
</property>
<property name="text">
<string>Show grid lines</string>
</property>
<property name="toolTip" stdset="0">
<string>&lt;p&gt;Select this option to show horizontal and vertical grid lines on the chart.&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkValues</cstring>
</property>
<property name="text">
<string>Draw values on chart</string>
</property>
<property name="toolTip" stdset="0">
<string>&lt;p&gt;Select this option to draw the numeric values for data points next to their plot location.&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkShowChart</cstring>
</property>
<property name="text">
<string>Show as chart by default</string>
</property>
<property name="toolTip" stdset="0">
<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>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout6</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel6</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Line width</string>
</property>
<property name="toolTip" stdset="0">
<string>&lt;p&gt;Select what width should be used to draw the line on the chart&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQSpinBox">
<property name="name">
<cstring>m_lineWidth</cstring>
</property>
<property name="maxValue">
<number>10</number>
</property>
<property name="minValue">
<number>1</number>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>121</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer15</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>