diff options
Diffstat (limited to 'kmymoney2/widgets/kmymoneyreportconfigtabchartdecl.ui')
-rw-r--r-- | kmymoney2/widgets/kmymoneyreportconfigtabchartdecl.ui | 214 |
1 files changed, 214 insertions, 0 deletions
diff --git a/kmymoney2/widgets/kmymoneyreportconfigtabchartdecl.ui b/kmymoney2/widgets/kmymoneyreportconfigtabchartdecl.ui new file mode 100644 index 0000000..2aa9126 --- /dev/null +++ b/kmymoney2/widgets/kmymoneyreportconfigtabchartdecl.ui @@ -0,0 +1,214 @@ +<!DOCTYPE UI><UI version="3.0"> +<class>kMyMoneyReportConfigTabChartDecl</class> +<widget class="QWidget"> + <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><p>On this tab, you configure the chart drawn forthis report.</p></string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <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><p>Select what form you would like the chart to be drawn as.</p></string> + </property> + </widget> + <widget class="QComboBox"> + <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="QCheckBox"> + <property name="name"> + <cstring>m_checkGridLines</cstring> + </property> + <property name="text"> + <string>Show grid lines</string> + </property> + <property name="toolTip" stdset="0"> + <string><p>Select this option to show horizontal and vertical grid lines on the chart.</p></string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_checkValues</cstring> + </property> + <property name="text"> + <string>Draw values on chart</string> + </property> + <property name="toolTip" stdset="0"> + <string><p>Select this option to draw the numeric values for data points next to their plot location.</p></string> + </property> + </widget> + <widget class="QCheckBox"> + <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><p>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.</p></string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <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><p>Select what width should be used to draw the line on the chart</p></string> + </property> + </widget> + <widget class="QSpinBox"> + <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> |