<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>InterfaceStatisticsDlg</class> <widget class="TQDialog"> <property name="name"> <cstring>InterfaceStatisticsDlg</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>490</width> <height>502</height> </rect> </property> <property name="caption"> <string>Statistics</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>buttonClose</cstring> </property> <property name="text"> <string>&Close</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="TQTabWidget" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>tabWidget</cstring> </property> <widget class="TQWidget"> <property name="name"> <cstring>daily</cstring> </property> <attribute name="title"> <string>Daily</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQTable"> <column> <property name="text"> <string>Sent</string> </property> </column> <column> <property name="text"> <string>Received</string> </property> </column> <column> <property name="text"> <string>Total</string> </property> </column> <property name="name"> <cstring>tableDaily</cstring> </property> <property name="numRows"> <number>1</number> </property> <property name="numCols"> <number>3</number> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>buttonClearDaily</cstring> </property> <property name="text"> <string>Clear daily statistics</string> </property> </widget> </vbox> </widget> <widget class="TQWidget"> <property name="name"> <cstring>monthy</cstring> </property> <attribute name="title"> <string>Monthly</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQTable"> <column> <property name="text"> <string>Sent</string> </property> </column> <column> <property name="text"> <string>Received</string> </property> </column> <column> <property name="text"> <string>Total</string> </property> </column> <property name="name"> <cstring>tableMonthly</cstring> </property> <property name="numRows"> <number>1</number> </property> <property name="numCols"> <number>3</number> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>buttonClearMonthly</cstring> </property> <property name="text"> <string>Clear monthly statistics</string> </property> </widget> </vbox> </widget> <widget class="TQWidget"> <property name="name"> <cstring>yearly</cstring> </property> <attribute name="title"> <string>Yearly</string> </attribute> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQTable"> <column> <property name="text"> <string>Sent</string> </property> </column> <column> <property name="text"> <string>Received</string> </property> </column> <column> <property name="text"> <string>Total</string> </property> </column> <property name="name"> <cstring>tableYearly</cstring> </property> <property name="numRows"> <number>1</number> </property> <property name="numCols"> <number>3</number> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>buttonClearYearly</cstring> </property> <property name="text"> <string>Clear yearly statistics</string> </property> </widget> </vbox> </widget> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer28</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>211</width> <height>31</height> </size> </property> </spacer> <spacer row="1" column="2"> <property name="name"> <cstring>spacer29</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>201</width> <height>31</height> </size> </property> </spacer> </grid> </widget> <connections> <connection> <sender>buttonClose</sender> <signal>clicked()</signal> <receiver>InterfaceStatisticsDlg</receiver> <slot>close()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI>