mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix clone dialog layout
This commit is contained in:
parent
4c491d850d
commit
7620baee80
@ -6,71 +6,72 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>338</width>
|
<width>347</width>
|
||||||
<height>120</height>
|
<height>136</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Clone Options</string>
|
<string>Clone Options</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="formLayoutWidget">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<property name="geometry">
|
<item>
|
||||||
<rect>
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<x>12</x>
|
<item>
|
||||||
<y>12</y>
|
<widget class="QCheckBox" name="titleClone">
|
||||||
<width>323</width>
|
<property name="maximumSize">
|
||||||
<height>62</height>
|
<size>
|
||||||
</rect>
|
<width>170</width>
|
||||||
</property>
|
<height>16777215</height>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
</size>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QCheckBox" name="titleClone">
|
<property name="text">
|
||||||
<property name="maximumSize">
|
<string>Append ' - Copy' to title</string>
|
||||||
<size>
|
</property>
|
||||||
<width>170</width>
|
<property name="checked">
|
||||||
<height>16777215</height>
|
<bool>true</bool>
|
||||||
</size>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property name="text">
|
</item>
|
||||||
<string>Append ' - Copy' to title</string>
|
<item>
|
||||||
</property>
|
<widget class="QCheckBox" name="referencesClone">
|
||||||
<property name="checked">
|
<property name="text">
|
||||||
<bool>true</bool>
|
<string>Replace username and password with references</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="referencesClone">
|
<widget class="QCheckBox" name="historyClone">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Replace username and password with references</string>
|
<string>Copy history</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<property name="checked">
|
||||||
</item>
|
<bool>true</bool>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QCheckBox" name="historyClone">
|
</widget>
|
||||||
<property name="text">
|
</item>
|
||||||
<string>Copy history</string>
|
</layout>
|
||||||
</property>
|
</item>
|
||||||
<property name="checked">
|
<item>
|
||||||
<bool>true</bool>
|
<spacer name="verticalSpacer">
|
||||||
</property>
|
<property name="orientation">
|
||||||
</widget>
|
<enum>Qt::Vertical</enum>
|
||||||
</item>
|
</property>
|
||||||
</layout>
|
<property name="sizeHint" stdset="0">
|
||||||
</widget>
|
<size>
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
<width>20</width>
|
||||||
<property name="geometry">
|
<height>40</height>
|
||||||
<rect>
|
</size>
|
||||||
<x>160</x>
|
</property>
|
||||||
<y>90</y>
|
</spacer>
|
||||||
<width>164</width>
|
</item>
|
||||||
<height>32</height>
|
<item>
|
||||||
</rect>
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||||||
</property>
|
<property name="standardButtons">
|
||||||
<property name="standardButtons">
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
</widget>
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
|
Loading…
Reference in New Issue
Block a user