diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /kmymoney2/widgets/kmymoneyreportcontroldecl.ui | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/widgets/kmymoneyreportcontroldecl.ui')
-rw-r--r-- | kmymoney2/widgets/kmymoneyreportcontroldecl.ui | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/kmymoney2/widgets/kmymoneyreportcontroldecl.ui b/kmymoney2/widgets/kmymoneyreportcontroldecl.ui new file mode 100644 index 0000000..2d0e0e3 --- /dev/null +++ b/kmymoney2/widgets/kmymoneyreportcontroldecl.ui @@ -0,0 +1,150 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>kMyMoneyReportControlDecl</class> +<widget class="QWidget"> + <property name="name"> + <cstring>kMyMoneyReportControlDecl</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>33</height> + </rect> + </property> + <property name="caption"> + <string>ReportControl</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>1</number> + </property> + <property name="spacing"> + <number>1</number> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonChart</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Chart</string> + </property> + <property name="toolTip" stdset="0"> + <string>Show the chart version of this report</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonConfigure</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Configure</string> + </property> + <property name="toolTip" stdset="0"> + <string>Configure this report</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonNew</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>New</string> + </property> + <property name="toolTip" stdset="0"> + <string>Create a new report based on this one</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonCopy</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Copy</string> + </property> + <property name="toolTip" stdset="0"> + <string>Copy this report to the clipboard</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonExport</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Export</string> + </property> + <property name="toolTip" stdset="0"> + <string>Export this report as an HTML or CSV file</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonDelete</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Delete</string> + </property> + <property name="toolTip" stdset="0"> + <string>Permanently delete this report</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonClose</cstring> + </property> + <property name="minimumSize"> + <size> + <width>75</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Close</string> + </property> + <property name="toolTip" stdset="0"> + <string>Close this window</string> + </property> + </widget> + </hbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |