diff options
Diffstat (limited to 'launcher/ui/dialogs/CopyInstanceDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/CopyInstanceDialog.ui | 67 |
1 files changed, 45 insertions, 22 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.ui b/launcher/ui/dialogs/CopyInstanceDialog.ui index 822ed797..b7828fe3 100644 --- a/launcher/ui/dialogs/CopyInstanceDialog.ui +++ b/launcher/ui/dialogs/CopyInstanceDialog.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>341</width> - <height>385</height> + <height>399</height> </rect> </property> <property name="windowTitle"> @@ -113,24 +113,30 @@ </layout> </item> <item> - <layout class="QGridLayout" name="copyOptionsLayout"> - <item row="3" column="0"> - <widget class="QCheckBox" name="copySavesCheckbox"> - <property name="text"> - <string>Copy saves</string> + <layout class="QHBoxLayout" name="selectAllButtonLayout"> + <item> + <widget class="QCheckBox" name="selectAllCheckbox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> - </widget> - </item> - <item row="6" column="0"> - <widget class="QCheckBox" name="copyResPacksCheckbox"> - <property name="enabled"> - <bool>true</bool> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> </property> <property name="text"> - <string>Copy resource packs</string> + <string>Select all</string> + </property> + <property name="checked"> + <bool>false</bool> </property> </widget> </item> + </layout> + </item> + <item> + <layout class="QGridLayout" name="copyOptionsLayout"> <item row="6" column="1"> <widget class="QCheckBox" name="copyModsCheckbox"> <property name="toolTip"> @@ -151,6 +157,20 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="copySavesCheckbox"> + <property name="text"> + <string>Copy saves</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QCheckBox" name="copyShaderPacksCheckbox"> + <property name="text"> + <string>Copy shader packs</string> + </property> + </widget> + </item> <item row="5" column="1"> <widget class="QCheckBox" name="copyServersCheckbox"> <property name="text"> @@ -158,24 +178,27 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="keepPlaytimeCheckbox"> + <item row="6" column="0"> + <widget class="QCheckBox" name="copyResPacksCheckbox"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="text"> - <string>Keep play time</string> + <string>Copy resource packs</string> </property> </widget> </item> - <item row="3" column="1"> - <widget class="QCheckBox" name="copyShaderPacksCheckbox"> + <item row="1" column="0"> + <widget class="QCheckBox" name="keepPlaytimeCheckbox"> <property name="text"> - <string>Copy shader packs</string> + <string>Keep play time</string> </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="selectAllCheckbox"> + <item row="1" column="1"> + <widget class="QCheckBox" name="copyScreenshotsCheckbox"> <property name="text"> - <string>Select all</string> + <string>Copy screenshots</string> </property> </widget> </item> |