Warning, /office/skrooge/plugins/generic/skg_file/skgfilepluginwidget_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>skgfileplugin_pref</class>
0009  <widget class="QWidget" name="skgfileplugin_pref">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>520</width>
0015     <height>435</height>
0016    </rect>
0017   </property>
0018   <layout class="QGridLayout" name="gridLayout_2">
0019    <item row="0" column="0">
0020     <widget class="QCheckBox" name="kcfg_openlastfile">
0021      <property name="text">
0022       <string>Open last file on startup</string>
0023      </property>
0024      <property name="checked">
0025       <bool>true</bool>
0026      </property>
0027     </widget>
0028    </item>
0029    <item row="1" column="0">
0030     <widget class="QCheckBox" name="kcfg_saveonclose">
0031      <property name="text">
0032       <string>Save on close</string>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="2" column="0">
0037     <widget class="QCheckBox" name="kcfg_storeInKdeWallet">
0038      <property name="text">
0039       <string>Store passwords in KDE Wallet:</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="3" column="0" colspan="3">
0044     <widget class="QGroupBox" name="groupBox">
0045      <property name="title">
0046       <string>Backup on save</string>
0047      </property>
0048      <layout class="QGridLayout" name="gridLayout">
0049       <property name="spacing">
0050        <number>2</number>
0051       </property>
0052       <item row="0" column="0" colspan="2">
0053        <widget class="QCheckBox" name="kcfg_backup_enabled">
0054         <property name="text">
0055          <string>Enable backup</string>
0056         </property>
0057         <property name="checked">
0058          <bool>true</bool>
0059         </property>
0060        </widget>
0061       </item>
0062       <item row="1" column="0">
0063        <widget class="QLabel" name="label">
0064         <property name="sizePolicy">
0065          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0066           <horstretch>0</horstretch>
0067           <verstretch>0</verstretch>
0068          </sizepolicy>
0069         </property>
0070         <property name="text">
0071          <string>Prefix:</string>
0072         </property>
0073         <property name="alignment">
0074          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0075         </property>
0076         <property name="buddy">
0077          <cstring>kcfg_prefix</cstring>
0078         </property>
0079        </widget>
0080       </item>
0081       <item row="1" column="1">
0082        <widget class="SKGComboBox" name="kcfg_prefix">
0083         <property name="editable">
0084          <bool>true</bool>
0085         </property>
0086        </widget>
0087       </item>
0088       <item row="2" column="0">
0089        <widget class="QLabel" name="label_2">
0090         <property name="sizePolicy">
0091          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0092           <horstretch>0</horstretch>
0093           <verstretch>0</verstretch>
0094          </sizepolicy>
0095         </property>
0096         <property name="text">
0097          <string>Suffix:</string>
0098         </property>
0099         <property name="alignment">
0100          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0101         </property>
0102         <property name="buddy">
0103          <cstring>kcfg_suffix</cstring>
0104         </property>
0105        </widget>
0106       </item>
0107       <item row="2" column="1">
0108        <widget class="SKGComboBox" name="kcfg_suffix">
0109         <property name="editable">
0110          <bool>true</bool>
0111         </property>
0112        </widget>
0113       </item>
0114       <item row="1" column="2">
0115        <spacer name="horizontalSpacer">
0116         <property name="orientation">
0117          <enum>Qt::Horizontal</enum>
0118         </property>
0119         <property name="sizeHint" stdset="0">
0120          <size>
0121           <width>40</width>
0122           <height>20</height>
0123          </size>
0124         </property>
0125        </spacer>
0126       </item>
0127       <item row="3" column="0" colspan="3">
0128        <widget class="QLabel" name="label_3">
0129         <property name="text">
0130          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The following key words can be used in prefix and suffix:&lt;br/&gt;&amp;lt;DATE&amp;gt;: to add the current date in the backuped file&lt;br/&gt;&amp;lt;TIME&amp;gt;: to add the current time in the backuped file&lt;/p&gt;&lt;p&gt;By default, the backup is stored in the same directory than the saved file.&lt;br/&gt;But, you can force the backup directory by setting an absolute path in the prefix.&lt;br/&gt;(example: /backup/)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0131         </property>
0132        </widget>
0133       </item>
0134      </layout>
0135     </widget>
0136    </item>
0137    <item row="4" column="0">
0138     <spacer name="verticalSpacer">
0139      <property name="orientation">
0140       <enum>Qt::Vertical</enum>
0141      </property>
0142      <property name="sizeHint" stdset="0">
0143       <size>
0144        <width>20</width>
0145        <height>16</height>
0146       </size>
0147      </property>
0148     </spacer>
0149    </item>
0150    <item row="2" column="1">
0151     <widget class="SKGComboBox" name="kcfg_selectedWallet"/>
0152    </item>
0153    <item row="2" column="2">
0154     <spacer name="horizontalSpacer_2">
0155      <property name="orientation">
0156       <enum>Qt::Horizontal</enum>
0157      </property>
0158      <property name="sizeHint" stdset="0">
0159       <size>
0160        <width>40</width>
0161        <height>20</height>
0162       </size>
0163      </property>
0164     </spacer>
0165    </item>
0166   </layout>
0167  </widget>
0168  <customwidgets>
0169   <customwidget>
0170    <class>SKGComboBox</class>
0171    <extends>QComboBox</extends>
0172    <header>skgcombobox.h</header>
0173   </customwidget>
0174  </customwidgets>
0175  <resources/>
0176  <connections/>
0177 </ui>