LogDoctor/craplog/mainwindow.ui

648 lines
27 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="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-25 21:17:40 +02:00
<property name="enabled">
<bool>true</bool>
</property>
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>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</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>false</bool>
</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 Internet Information Service web server</string>
</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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&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">
2022-06-21 21:07:06 +02:00
<widget class="QPushButton" name="buttonViewFile">
<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>
2022-06-21 21:07:06 +02:00
<item>
2022-06-20 21:44:58 +02:00
<property name="text">
2022-06-21 21:07:06 +02:00
<string notr="true">access.log.1</string>
2022-06-20 21:44:58 +02:00
</property>
<property name="toolTip">
2022-06-21 21:07:06 +02:00
<string notr="true"/>
2022-06-20 21:44:58 +02:00
</property>
2022-06-21 21:07:06 +02:00
<property name="statusTip">
<string notr="true"/>
</property>
<property name="whatsThis">
<string notr="true"/>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
2022-06-21 21:07:06 +02:00
</font>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
<property name="text">
<string notr="true">13.7 MB</string>
</property>
<property name="toolTip">
<string notr="true"/>
</property>
<property name="statusTip">
<string notr="true"/>
</property>
<property name="whatsThis">
<string notr="true"/>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
2022-06-21 21:07:06 +02:00
<italic>true</italic>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsDragEnabled|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
2022-06-20 21:44:58 +02:00
</widget>
</item>
2022-06-26 23:12:57 +02:00
<item row="3" column="0">
2022-06-21 21:07:06 +02:00
<widget class="QPushButton" name="buttonRefreshList">
<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">
2022-06-25 21:17:40 +02:00
<widget class="QPushButton" name="pushButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>192</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>START</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QTextBrowser" name="textBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-06-25 19:50:19 +02:00
<property name="minimumSize">
<size>
2022-06-25 21:17:40 +02:00
<width>0</width>
<height>128</height>
2022-06-25 19:50:19 +02:00
</size>
</property>
2022-06-25 21:17:40 +02:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>256</height>
</size>
</property>
<property name="mouseTracking">
<bool>false</bool>
</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>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&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 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; font-weight:700;&quot;&gt;Performances&lt;/span&gt;&lt;/p&gt;
&lt;p 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; font-weight:700;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt;Total size parsed: 234 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt;Total logs size: 222 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Number of lines: 1000&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Used size: 200 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Access logs size: 50 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Number of lines: 300&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Error logs size: 150 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Number of lines: 695&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Discarded size: 22 KB&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt; Number of lines: 5&lt;/span&gt;&lt;/p&gt;
&lt;p 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:12pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGraphicsView" name="graphicsView">
<property name="minimumSize">
<size>
<width>0</width>
<height>256</height>
</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>