Warning, /office/kmymoney/kmymoney/plugins/views/reports/reportcontrol.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>ReportControl</class>
0004  <widget class="QWidget" name="ReportControl">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>36</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout">
0014    <property name="spacing">
0015     <number>1</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>1</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>1</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>1</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>1</number>
0028    </property>
0029    <item>
0030     <widget class="QToolButton" name="buttonChart">
0031      <property name="minimumSize">
0032       <size>
0033        <width>75</width>
0034        <height>0</height>
0035       </size>
0036      </property>
0037      <property name="toolTip">
0038       <string>Show the chart version of this report</string>
0039      </property>
0040      <property name="text">
0041       <string>Chart</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item>
0046     <widget class="QToolButton" name="buttonConfigure">
0047      <property name="minimumSize">
0048       <size>
0049        <width>75</width>
0050        <height>0</height>
0051       </size>
0052      </property>
0053      <property name="toolTip">
0054       <string>Configure this report</string>
0055      </property>
0056      <property name="text">
0057       <string>Configure</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QToolButton" name="buttonNew">
0063      <property name="minimumSize">
0064       <size>
0065        <width>75</width>
0066        <height>0</height>
0067       </size>
0068      </property>
0069      <property name="toolTip">
0070       <string>Create a new report based on this one</string>
0071      </property>
0072      <property name="text">
0073       <string comment="@action create new report">New</string>
0074      </property>
0075     </widget>
0076    </item>
0077    <item>
0078     <widget class="QToolButton" name="buttonExport">
0079      <property name="minimumSize">
0080       <size>
0081        <width>75</width>
0082        <height>0</height>
0083       </size>
0084      </property>
0085      <property name="toolTip">
0086       <string>Export this report as an HTML or CSV file</string>
0087      </property>
0088      <property name="text">
0089       <string>&amp;Export</string>
0090      </property>
0091     </widget>
0092    </item>
0093    <item>
0094     <widget class="QToolButton" name="buttonDelete">
0095      <property name="minimumSize">
0096       <size>
0097        <width>75</width>
0098        <height>0</height>
0099       </size>
0100      </property>
0101      <property name="toolTip">
0102       <string>Permanently delete this report</string>
0103      </property>
0104      <property name="text">
0105       <string>Delete</string>
0106      </property>
0107     </widget>
0108    </item>
0109    <item>
0110     <widget class="QToolButton" name="buttonClose">
0111      <property name="minimumSize">
0112       <size>
0113        <width>75</width>
0114        <height>0</height>
0115       </size>
0116      </property>
0117      <property name="toolTip">
0118       <string>Close this window</string>
0119      </property>
0120      <property name="text">
0121       <string>Close</string>
0122      </property>
0123     </widget>
0124    </item>
0125   </layout>
0126  </widget>
0127  <layoutdefault spacing="6" margin="11"/>
0128  <resources/>
0129  <connections/>
0130 </ui>