summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneyreportcontroldecl.ui
blob: 697d0a8c0753cb781a879febba730c29c2eabcb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>kMyMoneyReportControlDecl</class>
<widget class="TQWidget">
    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonChart</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonConfigure</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonNew</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonCopy</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonExport</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonDelete</cstring>
                </property>
                <property name="tqminimumSize">
                    <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="TQPushButton">
                <property name="name">
                    <cstring>buttonClose</cstring>
                </property>
                <property name="tqminimumSize">
                    <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>
<tqlayoutdefaults spacing="6" margin="11"/>
</UI>