aboutsummaryrefslogtreecommitdiff
path: root/launcher/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/dialogs')
-rw-r--r--launcher/dialogs/AboutDialog.cpp149
-rw-r--r--launcher/dialogs/AboutDialog.h47
-rw-r--r--launcher/dialogs/AboutDialog.ui316
-rw-r--r--launcher/dialogs/CopyInstanceDialog.cpp144
-rw-r--r--launcher/dialogs/CopyInstanceDialog.h58
-rw-r--r--launcher/dialogs/CopyInstanceDialog.ui182
-rw-r--r--launcher/dialogs/CustomMessageBox.cpp35
-rw-r--r--launcher/dialogs/CustomMessageBox.h26
-rw-r--r--launcher/dialogs/EditAccountDialog.cpp61
-rw-r--r--launcher/dialogs/EditAccountDialog.h56
-rw-r--r--launcher/dialogs/EditAccountDialog.ui94
-rw-r--r--launcher/dialogs/ExportInstanceDialog.cpp482
-rw-r--r--launcher/dialogs/ExportInstanceDialog.h54
-rw-r--r--launcher/dialogs/ExportInstanceDialog.ui83
-rw-r--r--launcher/dialogs/IconPickerDialog.cpp163
-rw-r--r--launcher/dialogs/IconPickerDialog.h49
-rw-r--r--launcher/dialogs/IconPickerDialog.ui67
-rw-r--r--launcher/dialogs/LoginDialog.cpp119
-rw-r--r--launcher/dialogs/LoginDialog.h59
-rw-r--r--launcher/dialogs/LoginDialog.ui77
-rw-r--r--launcher/dialogs/MSALoginDialog.cpp141
-rw-r--r--launcher/dialogs/MSALoginDialog.h63
-rw-r--r--launcher/dialogs/MSALoginDialog.ui65
-rw-r--r--launcher/dialogs/NewComponentDialog.cpp106
-rw-r--r--launcher/dialogs/NewComponentDialog.h48
-rw-r--r--launcher/dialogs/NewComponentDialog.ui101
-rw-r--r--launcher/dialogs/NewInstanceDialog.cpp255
-rw-r--r--launcher/dialogs/NewInstanceDialog.h80
-rw-r--r--launcher/dialogs/NewInstanceDialog.ui87
-rw-r--r--launcher/dialogs/NotificationDialog.cpp86
-rw-r--r--launcher/dialogs/NotificationDialog.h44
-rw-r--r--launcher/dialogs/NotificationDialog.ui85
-rw-r--r--launcher/dialogs/ProfileSelectDialog.cpp116
-rw-r--r--launcher/dialogs/ProfileSelectDialog.h90
-rw-r--r--launcher/dialogs/ProfileSelectDialog.ui62
-rw-r--r--launcher/dialogs/ProfileSetupDialog.cpp250
-rw-r--r--launcher/dialogs/ProfileSetupDialog.h88
-rw-r--r--launcher/dialogs/ProfileSetupDialog.ui74
-rw-r--r--launcher/dialogs/ProgressDialog.cpp196
-rw-r--r--launcher/dialogs/ProgressDialog.h71
-rw-r--r--launcher/dialogs/ProgressDialog.ui66
-rw-r--r--launcher/dialogs/SkinUploadDialog.cpp155
-rw-r--r--launcher/dialogs/SkinUploadDialog.h29
-rw-r--r--launcher/dialogs/SkinUploadDialog.ui97
-rw-r--r--launcher/dialogs/UpdateDialog.cpp182
-rw-r--r--launcher/dialogs/UpdateDialog.h67
-rw-r--r--launcher/dialogs/UpdateDialog.ui91
-rw-r--r--launcher/dialogs/VersionSelectDialog.cpp141
-rw-r--r--launcher/dialogs/VersionSelectDialog.h78
49 files changed, 0 insertions, 5335 deletions
diff --git a/launcher/dialogs/AboutDialog.cpp b/launcher/dialogs/AboutDialog.cpp
deleted file mode 100644
index 501156d0..00000000
--- a/launcher/dialogs/AboutDialog.cpp
+++ /dev/null
@@ -1,149 +0,0 @@
-/* Copyright 2013-2021 MultiMC Contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#include "AboutDialog.h"
-#include "ui_AboutDialog.h"
-#include <QIcon>
-#include "Application.h"
-#include "BuildConfig.h"
-
-#include <net/NetJob.h>
-
-#include "HoeDown.h"
-
-namespace {
-// Credits
-// This is a hack, but I can't think of a better way to do this easily without screwing with QTextDocument...
-QString getCreditsHtml(QStringList patrons)
-{
- QString patronsHeading = QObject::tr("Patrons", "About Credits");
- QString output;
- QTextStream stream(&output);
- stream.setCodec(QTextCodec::codecForName("UTF-8"));
- stream << "<center>\n";
- // TODO: possibly retrieve from git history at build time?
- stream << "<h3>" << QObject::tr("Developers", "About Credits") << "</h3>\n";
- stream << "<p>Andrew Okin &lt;<a href='mailto:forkk@forkk.net'>forkk@forkk.net</a>&gt;</p>\n";
- stream << "<p>Petr Mrázek &lt;<a href='mailto:peterix@gmail.com'>peterix@gmail.com</a>&gt;</p>\n";
- stream << "<p>Sky Welch &lt;<a href='mailto:multimc@bunnies.io'>multimc@bunnies.io</a>&gt;</p>\n";
- stream << "<p>Jan (02JanDal) &lt;<a href='mailto:02jandal@gmail.com'>02jandal@gmail.com</a>&gt;</p>\n";
- stream << "<p>RoboSky &lt;<a href='https://twitter.com/RoboSky_'>@RoboSky_</a>&gt;</p>\n";
- stream << "<br />\n";
-
- stream << "<h3>" << QObject::tr("With thanks to", "About Credits") << "</h3>\n";
- stream << "<p>Orochimarufan &lt;<a href='mailto:orochimarufan.x3@gmail.com'>orochimarufan.x3@gmail.com</a>&gt;</p>\n";
- stream << "<p>TakSuyu &lt;<a href='mailto:taksuyu@gmail.com'>taksuyu@gmail.com</a>&gt;</p>\n";
- stream << "<p>Kilobyte &lt;<a href='mailto:stiepen22@gmx.de'>stiepen22@gmx.de</a>&gt;</p>\n";
- stream << "<p>Rootbear75 &lt;<a href='https://twitter.com/rootbear75'>@rootbear75</a>&gt;</p>\n";
- stream << "<p>Zeker Zhayard &lt;<a href='https://twitter.com/zeker_zhayard'>@Zeker_Zhayard</a>&gt;</p>\n";
- stream << "<br />\n";
-
- if(!patrons.isEmpty()) {
- stream << "<h3>" << QObject::tr("Patrons", "About Credits") << "</h3>\n";
- for (QString patron : patrons)
- {
- stream << "<p>" << patron << "</p>\n";
- }
- }
- stream << "</center>\n";
- return output;
-}
-
-QString getLicenseHtml()
-{
- HoeDown hoedown;
- QFile dataFile(":/documents/COPYING.md");
- dataFile.open(QIODevice::ReadOnly);
- QString output = hoedown.process(dataFile.readAll());
- return output;
-}
-
-}
-
-AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), ui(new Ui::AboutDialog)
-{
- ui->setupUi(this);
-
- QString launcherName = BuildConfig.LAUNCHER_NAME;
-
- setWindowTitle(tr("About %1").arg(launcherName));
-
- QString chtml = getCreditsHtml(QStringList());
- ui->creditsText->setHtml(chtml);
-
- QString lhtml = getLicenseHtml();
- ui->licenseText->setHtml(lhtml);
-
- ui->urlLabel->setOpenExternalLinks(true);
-
- ui->icon->setPixmap(APPLICATION->getThemedIcon("logo").pixmap(64));
- ui->title->setText(launcherName);
-
- ui->versionLabel->setText(tr("Version") +": " + BuildConfig.printableVersionString());
- ui->platformLabel->setText(tr("Platform") +": " + BuildConfig.BUILD_PLATFORM);
-
- if (BuildConfig.VERSION_BUILD >= 0)
- ui->buildNumLabel->setText(tr("Build Number") +": " + QString::number(BuildConfig.VERSION_BUILD));
- else
- ui->buildNumLabel->setVisible(false);
-
- if (!BuildConfig.VERSION_CHANNEL.isEmpty())
- ui->channelLabel->setText(tr("Channel") +": " + BuildConfig.VERSION_CHANNEL);
- else
- ui->channelLabel->setVisible(false);
-
- ui->redistributionText->setHtml(tr(
-"<p>We keep MultiMC open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.</p>\n"
-"<p>Part of the reason for using the Apache license is we don't want people using the &quot;MultiMC&quot; name when redistributing the project. "
-"This means people must take the time to go through the source code and remove all references to &quot;MultiMC&quot;, including but not limited to the project "
-"icon and the title of windows, (no <b>MultiMC-fork</b> in the title).</p>\n"
-"<p>The Apache license covers reasonable use for the name - a mention of the project's origins in the About dialog and the license is acceptable. "
-"However, it should be abundantly clear that the project is a fork <b>without</b> implying that you have our blessing.</p>"
- ));
-
- QString urlText("<html><head/><body><p><a href=\"%1\">%1</a></p></body></html>");
- ui->urlLabel->setText(urlText.arg(BuildConfig.LAUNCHER_GIT));
-
- QString copyText("© 2012-2021 %1");
- ui->copyLabel->setText(copyText.arg(BuildConfig.LAUNCHER_COPYRIGHT));
-
- connect(ui->closeButton, SIGNAL(clicked()), SLOT(close()));
-
- connect(ui->aboutQt, &QPushButton::clicked, &QApplication::aboutQt);
-
- loadPatronList();
-}
-
-AboutDialog::~AboutDialog()
-{
- delete ui;
-}
-
-void AboutDialog::loadPatronList()
-{
- netJob = new NetJob("Patreon Patron List");
- netJob->addNetAction(Net::Download::makeByteArray(QUrl("https://files.multimc.org/patrons.txt"), &dataSink));
- connect(netJob.get(), &NetJob::succeeded, this, &AboutDialog::patronListLoaded);
- netJob->start(APPLICATION->network());
-}
-
-void AboutDialog::patronListLoaded()
-{
- QString patronListStr(dataSink);
- dataSink.clear();
- QString html = getCreditsHtml(patronListStr.split("\n", QString::SkipEmptyParts));
- ui->creditsText->setHtml(html);
-}
-
diff --git a/launcher/dialogs/AboutDialog.h b/launcher/dialogs/AboutDialog.h
deleted file mode 100644
index cc4b8850..00000000
--- a/launcher/dialogs/AboutDialog.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright 2013-2021 MultiMC Contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#pragma once
-
-#include <QDialog>
-#include <net/NetJob.h>
-
-namespace Ui
-{
-class AboutDialog;
-}
-
-class AboutDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit AboutDialog(QWidget *parent = 0);
- ~AboutDialog();
-
-public
-slots:
- /// Starts loading a list of Patreon patrons.
- void loadPatronList();
-
- /// Slot for when the patron list loads successfully.
- void patronListLoaded();
-
-private:
- Ui::AboutDialog *ui;
-
- NetJob::Ptr netJob;
- QByteArray dataSink;
-};
diff --git a/launcher/dialogs/AboutDialog.ui b/launcher/dialogs/AboutDialog.ui
deleted file mode 100644
index 422e877b..00000000
--- a/launcher/dialogs/AboutDialog.ui
+++ /dev/null
@@ -1,316 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>AboutDialog</class>
- <widget class="QDialog" name="AboutDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>783</width>
- <height>843</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>450</width>
- <height>400</height>
- </size>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="icon">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>64</width>
- <height>64</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>64</width>
- <height>64</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QLabel" name="title">
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- </font>
- </property>
- <property name="text">
- <string notr="true">MultiMC 5</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QTabWidget" name="tabWidget">
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="aboutTab">
- <attribute name="title">
- <string>About</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="QLabel" name="aboutLabel">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;A custom launcher that makes managing Minecraft easier by allowing you to have multiple instances of Minecraft at once.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="urlLabel">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string notr="true">GIT URL</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="copyLabel">
- <property name="font">
- <font>
- <pointsize>8</pointsize>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="text">
- <string notr="true">COPYRIGHT</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="Line" name="line">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="versionLabel">
- <property name="text">
- <string>Version:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="platformLabel">
- <property name="text">
- <string>Platform:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="buildNumLabel">
- <property name="text">
- <string>Build Number:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="channelLabel">
- <property name="text">
- <string>Channel:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>212</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="creditsTab">
- <attribute name="title">
- <string>Credits</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QTextEdit" name="creditsText">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::TextBrowserInteraction</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="licenseTab">
- <attribute name="title">
- <string>License</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <widget class="QTextEdit" name="licenseText">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>DejaVu Sans Mono</family>
- </font>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::TextBrowserInteraction</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="forkingTab">
- <attribute name="title">
- <string>Forking/Redistribution</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QTextEdit" name="redistributionText">
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QPushButton" name="aboutQt">
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>About Qt</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="closeButton">
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <tabstops>
- <tabstop>tabWidget</tabstop>
- <tabstop>creditsText</tabstop>
- <tabstop>licenseText</tabstop>
- <tabstop>redistributionText</tabstop>
- <tabstop>aboutQt</tabstop>
- <tabstop>closeButton</tabstop>
- </tabstops>
- <resources/>
- <connections/>
-</ui>
diff --git a/launcher/dialogs/CopyInstanceDialog.cpp b/launcher/dialogs/CopyInstanceDialog.cpp
deleted file mode 100644
index 1c8d6711..00000000
--- a/launcher/dialogs/CopyInstanceDialog.cpp
+++ /dev/null
@@ -1,144 +0,0 @@
-/* Copyright 2013-2021 MultiMC Contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#include <QLayout>
-#include <QPushButton>
-
-#include "Application.h"
-#include "CopyInstanceDialog.h"
-#include "ui_CopyInstanceDialog.h"
-
-#include "dialogs/IconPickerDialog.h"
-
-#include "BaseVersion.h"
-#include "icons/IconList.h"
-#include "tasks/Task.h"
-#include "BaseInstance.h"
-#include "InstanceList.h"
-
-CopyInstanceDialog::CopyInstanceDialog(InstancePtr original, QWidget *parent)
- :QDialog(parent), ui(new Ui::CopyInstanceDialog), m_original(original)
-{
- ui->setupUi(this);
- resize(minimumSizeHint());
- layout()->setSizeConstraint(QLayout::SetFixedSize);
-
- InstIconKey = original->iconKey();
- ui->iconButton->setIcon(APPLICATION->icons()->getIcon(InstIconKey));
- ui->instNameTextBox->setText(original->name());
- ui->instNameTextBox->setFocus();
- auto groups = APPLICATION->instances()->getGroups().toSet();
- auto groupList = QStringList(groups.toList());
- groupList.sort(Qt::CaseInsensitive);
- groupList.removeOne("");
- groupList.push_front("");
- ui->groupBox->addItems(groupList);
- int index = groupList.indexOf(APPLICATION->instances()->getInstanceGroup(m_original->id()));
- if(index == -1)
- {
- index = 0;
- }
- ui->groupBox->setCurrentIndex(index);
- ui->groupBox->lineEdit()->setPlaceholderText(tr("No group"));
- ui->copySavesCheckbox->setChecked(m_copySaves);
- ui->keepPlaytimeCheckbox->setChecked(m_keepPlaytime);
-}
-
-CopyInstanceDialog::~CopyInstanceDialog()
-{
- delete ui;
-}
-
-void CopyInstanceDialog::updateDialogState()
-{
- auto allowOK = !instName().isEmpty();
- auto OkButton = ui->buttonBox->button(QDialogButtonBox::Ok);
- if(OkButton->isEnabled() != allowOK)
- {
- OkButton->setEnabled(allowOK);
- }
-}
-
-QString CopyInstanceDialog::instName() const
-{
- auto result = ui->instNameTextBox->text().trimmed();
- if(result.size())
- {
- return result;
- }
- return QString();
-}
-
-QString CopyInstanceDialog::iconKey() const
-{
- return InstIconKey;
-}
-
-QString CopyInstanceDialog::instGroup() const
-{
- return ui->groupBox->currentText();
-}
-
-void CopyInstanceDialog::on_iconButton_clicked()
-{
- IconPickerDialog dlg(this);
- dlg.execWithSelection(InstIconKey);
-
- if (dlg.result() == QDialog::Accepted)
- {
- InstIconKey = dlg.selectedIconKey;
- ui->iconButton->setIcon(APPLICATION->icons()->getIcon(InstIconKey));
- }
-}
-
-void CopyInstanceDialog::on_instNameTextBox_textChanged(const QString &arg1)
-{
- updateDialogState();
-}
-
-bool CopyInstanceDialog::shouldCopySaves() const
-{
- return m_copySaves;
-}
-
-void CopyInstanceDialog::on_copySavesCheckbox_stateChanged(int state)
-{
- if(state == Qt::Unchecked)
- {
- m_copySaves = false;
- }
- else if(state == Qt::Checked)
- {
- m_copySa