partitionmanager/src/gui/treelogbase.ui

82 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>
SPDX-FileCopyrightText: 2009-2011 Volker Lanz &lt;vl@fidra.de&gt;
SPDX-FileCopyrightText: 2011 Albert Astals Cid &lt;aacid@kde.org&gt;
SPDX-License-Identifier: GPL-3.0-or-later
</author>
<class>TreeLogBase</class>
<widget class="QWidget" name="TreeLogBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>565</width>
<height>209</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QTreeWidget" name="m_TreeLog">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="autoScroll">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="textElideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="indentation">
<number>0</number>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="headerHidden">
<bool>false</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<attribute name="headerVisible">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string comment="@title:column Severity of a log entry / log level. Text must be very short.">Sev.</string>
</property>
<property name="toolTip">
<string>Severity</string>
</property>
</column>
<column>
<property name="text">
<string comment="@title:column a time stamp of a log entry">Time</string>
</property>
</column>
<column>
<property name="text">
<string comment="@title:column the text message of a log entry">Message</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>