summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui')
-rw-r--r--archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui228
1 files changed, 228 insertions, 0 deletions
diff --git a/archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui b/archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui
new file mode 100644
index 0000000000..d699588691
--- /dev/null
+++ b/archived/projt-launcher/launcher/ui/dialogs/BackupDialog.ui
@@ -0,0 +1,228 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>BackupDialog</class>
+ <widget class="QWidget" name="BackupDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>700</width>
+ <height>500</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Manage Backups</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QSplitter" name="splitter">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <widget class="QWidget" name="leftWidget" native="true">
+ <layout class="QVBoxLayout" name="leftLayout">
+ <item>
+ <widget class="QLabel" name="backupListLabel">
+ <property name="text">
+ <string>Available Backups:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QListWidget" name="backupList"/>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="buttonLayout">
+ <item>
+ <widget class="QPushButton" name="createButton">
+ <property name="text">
+ <string>Create</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="restoreButton">
+ <property name="text">
+ <string>Restore</string>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="deleteButton">
+ <property name="text">
+ <string>Delete</string>
+ </property>
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="refreshButton">
+ <property name="text">
+ <string>Refresh</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="rightWidget" native="true">
+ <layout class="QVBoxLayout" name="rightLayout">
+ <item>
+ <widget class="QGroupBox" name="detailsGroup">
+ <property name="title">
+ <string>Backup Details</string>
+ </property>
+ <layout class="QVBoxLayout" name="detailsLayout">
+ <item>
+ <widget class="QTextBrowser" name="backupDetails">
+ <property name="openExternalLinks">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="optionsGroup">
+ <property name="title">
+ <string>Backup Options</string>
+ </property>
+ <layout class="QVBoxLayout" name="optionsLayout">
+ <item>
+ <widget class="QCheckBox" name="includeSaves">
+ <property name="text">
+ <string>Include Saves</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeConfig">
+ <property name="text">
+ <string>Include Config</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeMods">
+ <property name="text">
+ <string>Include Mods</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeResourcePacks">
+ <property name="text">
+ <string>Include Resource Packs</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeShaderPacks">
+ <property name="text">
+ <string>Include Shader Packs</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeScreenshots">
+ <property name="text">
+ <string>Include Screenshots</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="includeOptions">
+ <property name="text">
+ <string>Include Options (options.txt)</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Line" name="separator">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="customPathsLabel">
+ <property name="text">
+ <string>Custom Paths:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QListWidget" name="customPathsList">
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>100</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="customPathsButtons">
+ <item>
+ <widget class="QPushButton" name="addCustomPathButton">
+ <property name="text">
+ <string>Add...</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="removeCustomPathButton">
+ <property name="text">
+ <string>Remove</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QLabel" name="estimatedSizeLabel">
+ <property name="text">
+ <string>Estimated Size: Calculating...</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>