summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfacestatisticsdlg.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod/interfacestatisticsdlg.ui')
-rw-r--r--src/knemod/interfacestatisticsdlg.ui230
1 files changed, 230 insertions, 0 deletions
diff --git a/src/knemod/interfacestatisticsdlg.ui b/src/knemod/interfacestatisticsdlg.ui
new file mode 100644
index 0000000..b028832
--- /dev/null
+++ b/src/knemod/interfacestatisticsdlg.ui
@@ -0,0 +1,230 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>InterfaceStatisticsDlg</class>
+<widget class="QDialog">
+ <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="QPushButton" row="1" column="1">
+ <property name="name">
+ <cstring>buttonClose</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Close</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QTabWidget" row="0" column="0" rowspan="1" colspan="3">
+ <property name="name">
+ <cstring>tabWidget</cstring>
+ </property>
+ <widget class="QWidget">
+ <property name="name">
+ <cstring>daily</cstring>
+ </property>
+ <attribute name="title">
+ <string>Daily</string>
+ </attribute>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QTable">
+ <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="QPushButton">
+ <property name="name">
+ <cstring>buttonClearDaily</cstring>
+ </property>
+ <property name="text">
+ <string>Clear daily statistics</string>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <widget class="QWidget">
+ <property name="name">
+ <cstring>monthy</cstring>
+ </property>
+ <attribute name="title">
+ <string>Monthly</string>
+ </attribute>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QTable">
+ <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="QPushButton">
+ <property name="name">
+ <cstring>buttonClearMonthly</cstring>
+ </property>
+ <property name="text">
+ <string>Clear monthly statistics</string>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <widget class="QWidget">
+ <property name="name">
+ <cstring>yearly</cstring>
+ </property>
+ <attribute name="title">
+ <string>Yearly</string>
+ </attribute>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QTable">
+ <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="QPushButton">
+ <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>