You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2020. It is now read-only.
if (ui->devID->currentText().contains("internal")) {
99
91
QMessageBox msgBox;
100
-
msgBox.setText("You have selected an internal device for use.\nTo abort, click cancel in the authorization prompt after closing this message.\nTo continue, just close this message.");
92
+
msgBox.setText("WARNING!\n"
93
+
"You have selected an internal device for use.\n"
94
+
"To abort, click cancel in the authorization prompt after closing this message.\n"
if (!QDesktopServices::openUrl(QUrl(QString("http://saimei.acc.umu.se/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-netinst.iso"))))
225
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
226
-
break;
227
-
case2:
228
-
if (!QDesktopServices::openUrl(QUrl(QString("http://mirrors.mit.edu/ubuntu-releases/16.04/ubuntu-16.04-desktop-amd64.iso"))))
229
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
230
-
break;
231
-
case3:
232
-
if (!QDesktopServices::openUrl(QUrl(QString("http://cdimage.ubuntu.com/lubuntu/releases/xenial/release/lubuntu-16.04.1-desktop-amd64.iso"))))
233
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
234
-
break;
235
-
case4:
236
-
if (!QDesktopServices::openUrl(QUrl(QString("http://cdimage.ubuntu.com/kubuntu/releases/16.04.1/release/kubuntu-16.04.1-desktop-amd64.iso"))))
237
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
238
-
break;
239
-
case5:
240
-
if (!QDesktopServices::openUrl(QUrl(QString("http://mirror.us.leaseweb.net/ubuntu-cdimage/xubuntu/releases/16.04/release/xubuntu-16.04-desktop-amd64.iso"))))
241
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
242
-
break;
243
-
case6:
244
-
if (!QDesktopServices::openUrl(QUrl(QString("http://cdimage.ubuntu.com/ubuntu-gnome/releases/xenial/release/ubuntu-gnome-16.04.1-desktop-amd64.iso"))))
245
-
ui->plainTextEdit->appendPlainText("Failed To Open URL.");
0 commit comments