mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Split up ChoicePage loading, support preview and disk chooser.
This commit is contained in:
parent
9a67f6372c
commit
fadfc67015
3 changed files with 266 additions and 185 deletions
|
@ -13,7 +13,7 @@
|
|||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<layout class="QHBoxLayout" name="m_mainLayout" stretch="1,2">
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="m_drivesLayout">
|
||||
<item>
|
||||
|
@ -26,13 +26,10 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QListView" name="m_drivesView"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="m_leftLayout">
|
||||
<layout class="QVBoxLayout" name="m_rightLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="m_messageLabel">
|
||||
<property name="toolTip">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue