mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-10 06:49:50 -05:00
78 lines
1.8 KiB
Plaintext
78 lines
1.8 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>CloneDialog</class>
|
||
|
<widget class="QDialog" name="CloneDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>338</width>
|
||
|
<height>120</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Clone Options</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="formLayoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>12</x>
|
||
|
<y>12</y>
|
||
|
<width>323</width>
|
||
|
<height>62</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="titleClone">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>170</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Append ' - Copy' to title</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="referencesClone">
|
||
|
<property name="text">
|
||
|
<string>Replace username and password with references</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="historyClone">
|
||
|
<property name="text">
|
||
|
<string>Copy history</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>160</x>
|
||
|
<y>90</y>
|
||
|
<width>164</width>
|
||
|
<height>32</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|