Warning, /graphics/krita/plugins/dockers/logdocker/WdgLogDocker.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>WdgLogDocker</class>
0008  <widget class="QWidget" name="WdgLogDocker">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>260</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item row="0" column="0">
0019     <widget class="QTextEdit" name="txtLogViewer">
0020      <property name="undoRedoEnabled">
0021       <bool>false</bool>
0022      </property>
0023      <property name="lineWrapMode">
0024       <enum>QTextEdit::NoWrap</enum>
0025      </property>
0026      <property name="readOnly">
0027       <bool>true</bool>
0028      </property>
0029      <property name="html">
0030       <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;
0031 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0032 p, li { white-space: pre-wrap; }
0033 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
0034 &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-family:'Droid Sans'; font-size:9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="1" column="0">
0039     <layout class="QHBoxLayout" name="horizontalLayout">
0040      <item>
0041       <widget class="QToolButton" name="bnToggle">
0042        <property name="enabled">
0043         <bool>true</bool>
0044        </property>
0045        <property name="toolTip">
0046         <string>Enable Logging</string>
0047        </property>
0048        <property name="text">
0049         <string>...</string>
0050        </property>
0051        <property name="checkable">
0052         <bool>true</bool>
0053        </property>
0054        <property name="autoRaise">
0055         <bool>true</bool>
0056        </property>
0057       </widget>
0058      </item>
0059      <item>
0060       <widget class="QToolButton" name="bnClear">
0061        <property name="toolTip">
0062         <string>Clear the log</string>
0063        </property>
0064        <property name="text">
0065         <string>...</string>
0066        </property>
0067        <property name="autoRaise">
0068         <bool>true</bool>
0069        </property>
0070       </widget>
0071      </item>
0072      <item>
0073       <widget class="QToolButton" name="bnSave">
0074        <property name="toolTip">
0075         <string>Save the log</string>
0076        </property>
0077        <property name="text">
0078         <string>...</string>
0079        </property>
0080        <property name="autoRaise">
0081         <bool>true</bool>
0082        </property>
0083       </widget>
0084      </item>
0085      <item>
0086       <spacer name="horizontalSpacer">
0087        <property name="orientation">
0088         <enum>Qt::Horizontal</enum>
0089        </property>
0090        <property name="sizeHint" stdset="0">
0091         <size>
0092          <width>40</width>
0093          <height>20</height>
0094         </size>
0095        </property>
0096       </spacer>
0097      </item>
0098      <item>
0099       <widget class="QToolButton" name="bnSettings">
0100        <property name="toolTip">
0101         <string>Configure Logging</string>
0102        </property>
0103        <property name="text">
0104         <string>...</string>
0105        </property>
0106        <property name="autoRaise">
0107         <bool>true</bool>
0108        </property>
0109       </widget>
0110      </item>
0111     </layout>
0112    </item>
0113   </layout>
0114  </widget>
0115  <resources/>
0116  <connections/>
0117 </ui>