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><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "https://www.w3.org/TR/REC-html40/strict.dtd">
0044 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
0045 p, li { white-space: pre-wrap; }
0046 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
0047 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The number of undoable actions to keep in the history. If you want to keep <span style=" font-weight:600;">all</span> actions in the history, set this to <span style=" font-weight:600;">-1</span>, but be warned that the file size will increase steeply.</p></body></html></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>