Warning, /office/skrooge/plugins/generic/skg_undoredo/skgundoredopluginwidget_pref.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: 2022 S. MANKOWSKI stephane@mankowski.fr
0005 SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>
0008  <class>skgundoredoplugin_pref</class>
0009  <widget class="QWidget" name="skgundoredoplugin_pref">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>421</width>
0015     <height>184</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <property name="spacing">
0020     <number>2</number>
0021    </property>
0022    <item>
0023     <layout class="QHBoxLayout" name="horizontalLayout">
0024      <property name="spacing">
0025       <number>2</number>
0026      </property>
0027      <item>
0028       <widget class="QLabel" name="label">
0029        <property name="sizePolicy">
0030         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0031          <horstretch>0</horstretch>
0032          <verstretch>0</verstretch>
0033         </sizepolicy>
0034        </property>
0035        <property name="text">
0036         <string>Maximum undo depth:</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QSpinBox" name="kcfg_maxNumberOfUndo">
0042        <property name="toolTip">
0043         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;https://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0044 &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;
0045 p, li { white-space: pre-wrap; }
0046 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0047 &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;The number of undoable actions to keep in the history. If you want to keep &lt;span style=&quot; font-weight:600;&quot;&gt;all&lt;/span&gt; actions in the history, set this to &lt;span style=&quot; font-weight:600;&quot;&gt;-1&lt;/span&gt;, but be warned that the file size will increase steeply.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0048        </property>
0049        <property name="statusTip">
0050         <string>-1 for no limit</string>
0051        </property>
0052        <property name="minimum">
0053         <number>-1</number>
0054        </property>
0055        <property name="maximum">
0056         <number>999</number>
0057        </property>
0058        <property name="value">
0059         <number>0</number>
0060        </property>
0061       </widget>
0062      </item>
0063      <item>
0064       <spacer name="horizontalSpacer">
0065        <property name="orientation">
0066         <enum>Qt::Horizontal</enum>
0067        </property>
0068        <property name="sizeHint" stdset="0">
0069         <size>
0070          <width>40</width>
0071          <height>20</height>
0072         </size>
0073        </property>
0074       </spacer>
0075      </item>
0076     </layout>
0077    </item>
0078    <item>
0079     <widget class="QCheckBox" name="kcfg_cleanHistoryOnSave">
0080      <property name="text">
0081       <string>Clean history on save</string>
0082      </property>
0083     </widget>
0084    </item>
0085    <item>
0086     <spacer name="verticalSpacer">
0087      <property name="orientation">
0088       <enum>Qt::Vertical</enum>
0089      </property>
0090      <property name="sizeHint" stdset="0">
0091       <size>
0092        <width>20</width>
0093        <height>126</height>
0094       </size>
0095      </property>
0096     </spacer>
0097    </item>
0098   </layout>
0099  </widget>
0100  <resources/>
0101  <connections/>
0102 </ui>