mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Oracle: add button to restore default download url
Should avoid the problem explained in #414
This commit is contained in:
parent
8d2e5d3c43
commit
cb055055a9
2 changed files with 16 additions and 5 deletions
|
|
@ -63,6 +63,7 @@ private:
|
|||
QRadioButton *fileRadioButton;
|
||||
QLineEdit *urlLineEdit;
|
||||
QLineEdit *fileLineEdit;
|
||||
QPushButton *urlButton;
|
||||
QPushButton *fileButton;
|
||||
QLabel *progressLabel;
|
||||
QProgressBar * progressBar;
|
||||
|
|
@ -72,6 +73,7 @@ private:
|
|||
QFuture<bool> future;
|
||||
private slots:
|
||||
void actLoadSetsFile();
|
||||
void actRestoreDefaultUrl();
|
||||
void actDownloadProgressSetsFile(qint64 received, qint64 total);
|
||||
void actDownloadFinishedSetsFile();
|
||||
void importFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue