LogDoctor/craplog/mainwindow.ui

1009 lines
38 KiB
Plaintext
Raw Normal View History

2022-06-20 21:44:58 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2022-06-21 21:07:06 +02:00
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
2022-06-20 21:44:58 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
2022-06-21 21:07:06 +02:00
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
2022-06-20 21:44:58 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>400</height>
</size>
</property>
2022-06-20 21:44:58 +02:00
<property name="windowTitle">
<string>Craplog</string>
</property>
2022-06-23 20:07:59 +02:00
<property name="windowIcon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/Craplogo</normaloff>:/icons/Craplogo</iconset>
</property>
2022-06-20 21:44:58 +02:00
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-06-21 21:07:06 +02:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2022-06-20 21:44:58 +02:00
<widget class="QTabWidget" name="CrapTabs">
2022-06-21 21:07:06 +02:00
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
2022-06-20 21:44:58 +02:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>0</number>
2022-06-20 21:44:58 +02:00
</property>
<property name="movable">
<bool>true</bool>
</property>
<property name="tabBarAutoHide">
<bool>true</bool>
</property>
<widget class="QWidget" name="Log">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
<string>Parse logs to create statistics</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolBox" name="LogBox">
<property name="sizePolicy">
2022-06-25 21:17:40 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
2022-06-20 21:44:58 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="tabSpacing">
<number>9</number>
2022-06-20 21:44:58 +02:00
</property>
2022-06-21 21:07:06 +02:00
<widget class="QWidget" name="LogBoxFiles">
2022-06-20 21:44:58 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-06-21 21:07:06 +02:00
<width>722</width>
2022-06-25 21:17:40 +02:00
<height>441</height>
2022-06-20 21:44:58 +02:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="label">
2022-06-25 21:17:40 +02:00
<string>Log Files</string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
<string>Select which log files to use</string>
</attribute>
2022-06-21 21:07:06 +02:00
<layout class="QGridLayout" name="gridLayout_2">
2022-06-26 23:12:57 +02:00
<item row="0" column="0" colspan="4">
<widget class="QFrame" name="frame">
<property name="maximumSize">
<size>
<width>320</width>
<height>48</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="button_LogFiles_Apache">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>96</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="toolTip">
<string>Parse logs from the Apache2 web server</string>
</property>
<property name="text">
<string notr="true">Apache2</string>
</property>
<property name="flat">
<bool>true</bool>
2022-06-26 23:12:57 +02:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_LogFiles_Nginx">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>96</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="toolTip">
<string>Parse logs from the Nginx web server</string>
</property>
<property name="text">
<string notr="true">Nginx</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_LogFiles_Iis">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>96</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="toolTip">
<string>Parse logs from the Microsoft IIS web server</string>
2022-06-26 23:12:57 +02:00
</property>
<property name="text">
<string notr="true">IIS</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="4" rowspan="4">
<widget class="QTextBrowser" name="textLogFiles">
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="toolTip">
<string notr="true"/>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
2022-06-26 23:12:57 +02:00
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans'; font-size:16pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;Select a file from the list&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;to inspect its content&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
2022-06-25 21:17:40 +02:00
<widget class="QCheckBox" name="checkBox_LogFiles_CheckAll">
2022-06-21 21:07:06 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-06-25 21:17:40 +02:00
<property name="mouseTracking">
<bool>false</bool>
</property>
2022-06-21 21:07:06 +02:00
<property name="toolTip">
<string>Toggle/untoggle selection for all files</string>
</property>
<property name="text">
<string>All</string>
</property>
</widget>
</item>
2022-06-26 23:12:57 +02:00
<item row="1" column="2">
2022-06-21 21:07:06 +02:00
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2022-06-26 23:12:57 +02:00
<item row="1" column="3">
<widget class="QPushButton" name="button_LogFiles_ViewFile">
2022-06-21 21:07:06 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>36</width>
<height>40</height>
</size>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="toolTip">
<string>Inspect a log file</string>
</property>
<property name="text">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-21 21:07:06 +02:00
</property>
</widget>
</item>
2022-06-26 23:12:57 +02:00
<item row="2" column="0" colspan="4">
2022-06-21 21:07:06 +02:00
<widget class="QTreeWidget" name="listLogFiles">
2022-06-20 21:44:58 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-06-21 21:07:06 +02:00
<property name="maximumSize">
<size>
<width>320</width>
2022-06-21 21:07:06 +02:00
<height>16777215</height>
</size>
</property>
<property name="tabKeyNavigation">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
2022-06-20 21:44:58 +02:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="animated">
<bool>true</bool>
</property>
2022-06-21 21:07:06 +02:00
<attribute name="headerMinimumSectionSize">
<number>75</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>150</number>
</attribute>
<attribute name="headerStretchLastSection">
2022-06-20 21:44:58 +02:00
<bool>true</bool>
</attribute>
<column>
<property name="text">
2022-06-21 21:07:06 +02:00
<string>Name</string>
2022-06-20 21:44:58 +02:00
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
2022-06-21 21:07:06 +02:00
</column>
<column>
<property name="text">
<string>Size</string>
2022-06-20 21:44:58 +02:00
</property>
2022-06-21 21:07:06 +02:00
<property name="font">
<font>
<pointsize>12</pointsize>
2022-06-21 21:07:06 +02:00
<italic>false</italic>
</font>
2022-06-20 21:44:58 +02:00
</property>
</column>
</widget>
</item>
2022-06-26 23:12:57 +02:00
<item row="3" column="0">
<widget class="QPushButton" name="button_LogFiles_RefreshList">
2022-06-21 21:07:06 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="toolTip">
<string>Refresh the list</string>
</property>
<property name="text">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-21 21:07:06 +02:00
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2022-06-26 23:12:57 +02:00
<item row="3" column="1" colspan="3">
2022-06-21 21:07:06 +02:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
2022-06-26 23:12:57 +02:00
<width>280</width>
2022-06-21 21:07:06 +02:00
<height>20</height>
</size>
</property>
</spacer>
</item>
2022-06-20 21:44:58 +02:00
</layout>
</widget>
2022-06-25 21:17:40 +02:00
<widget class="QWidget" name="LogBoxStart">
2022-06-20 21:44:58 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-06-21 21:07:06 +02:00
<width>722</width>
2022-06-25 21:17:40 +02:00
<height>441</height>
2022-06-20 21:44:58 +02:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="label">
2022-06-25 21:17:40 +02:00
<string>Make Statistics</string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
2022-06-25 21:17:40 +02:00
<string>Parse the selected files to make statistics</string>
</attribute>
2022-06-25 19:50:19 +02:00
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" colspan="2">
<widget class="QFrame" name="frame_MakeStats_icons">
<property name="minimumSize">
<size>
<width>0</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>128</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="frame_MakeStats_Size">
<property name="minimumSize">
<size>
<width>96</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Total size of the parsed data</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="icon_MakeStats_Size">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="font">
<font>
<pointsize>32</pointsize>
</font>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_MakeStats_Size">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>128</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>0 KiB</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="frame_MakeStats_Lines">
<property name="minimumSize">
<size>
<width>96</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Total number of parsed lines</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="icon_MakeStats_Lines">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="font">
<font>
<pointsize>32</pointsize>
</font>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_MakeStats_Lines">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>128</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="button_MakeStats_Start">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>128</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>64</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="toolTip">
<string>Start parsing the selected files</string>
</property>
<property name="text">
<string>START</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="frame_MakeStats_Time">
<property name="minimumSize">
<size>
<width>96</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Time elapsed since the start</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="icon_MakeStats_Time">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="font">
<font>
<pointsize>32</pointsize>
</font>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_MakeStats_Time">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>128</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>00:00</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="frame_MakeStats_Speed">
<property name="minimumSize">
<size>
<width>96</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Average speed, in parsed data size per second</string>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="icon_MakeStats_Speed">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="font">
<font>
<pointsize>32</pointsize>
</font>
</property>
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_MakeStats_Speed">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>128</height>
</size>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>0 Kib/s</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>16</width>
<height>98</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGraphicsView" name="graphicsView_3">
2022-06-25 21:17:40 +02:00
<property name="minimumSize">
<size>
<width>0</width>
<height>128</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QGraphicsView" name="graphicsView_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>128</height>
</size>
</property>
2022-06-25 19:50:19 +02:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2022-06-25 21:17:40 +02:00
<property name="acceptDrops">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
2022-06-25 21:17:40 +02:00
<widget class="QGraphicsView" name="graphicsView">
<property name="minimumSize">
<size>
<width>0</width>
<height>128</height>
2022-06-25 21:17:40 +02:00
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
2022-06-25 19:50:19 +02:00
</property>
</widget>
</item>
</layout>
2022-06-20 21:44:58 +02:00
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="View">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
2022-06-25 21:17:40 +02:00
<string>View your statistics</string>
2022-06-20 21:44:58 +02:00
</attribute>
2022-06-26 23:12:57 +02:00
<layout class="QHBoxLayout" name="horizontalLayout_2"/>
2022-06-20 21:44:58 +02:00
</widget>
<widget class="QWidget" name="Up">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
<string>Update Craplog</string>
</attribute>
</widget>
<widget class="QWidget" name="Set">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
2022-06-25 19:50:19 +02:00
<string notr="true"></string>
2022-06-20 21:44:58 +02:00
</attribute>
<attribute name="toolTip">
<string>Configure Craplog</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>27</height>
</rect>
</property>
</widget>
2022-06-23 20:07:59 +02:00
<action name="actionCrapnote">
<property name="text">
<string>Block-note</string>
</property>
</action>
2022-06-20 21:44:58 +02:00
</widget>
2022-06-23 20:07:59 +02:00
<resources>
<include location="resources/resources.qrc"/>
</resources>
2022-06-20 21:44:58 +02:00
<connections/>
</ui>