mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Add "reuse home" check box to .ui.
This commit is contained in:
parent
45ed210192
commit
bc345b3ddc
1 changed files with 9 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="m_rightLayout" stretch="0,1,0,0,0,0">
|
<layout class="QVBoxLayout" name="m_rightLayout" stretch="0,1,0,0,0,0,0">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="m_messageLabel">
|
<widget class="QLabel" name="m_messageLabel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>729</width>
|
<width>729</width>
|
||||||
<height>276</height>
|
<height>233</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="m_itemsLayout">
|
<layout class="QVBoxLayout" name="m_itemsLayout">
|
||||||
|
@ -96,6 +96,13 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="EncryptWidget" name="m_encryptWidget" native="true"/>
|
<widget class="EncryptWidget" name="m_encryptWidget" native="true"/>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="m_reuseHomeCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true"><m_reuseHomeCheckBox></string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="m_selectLabel">
|
<widget class="QLabel" name="m_selectLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue