mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Merge remote-tracking branch 'upstream/master' into pixmap_memory_2nd_attempt
Conflicts: cockatrice/src/dlg_settings.cpp cockatrice/src/dlg_settings.h
This commit is contained in:
commit
2101ed7096
47 changed files with 12148 additions and 5727 deletions
|
|
@ -44,7 +44,7 @@ GeneralSettingsPage::GeneralSettingsPage()
|
|||
picDownloadCheckBox = new QCheckBox;
|
||||
picDownloadCheckBox->setChecked(settingsCache->getPicDownload());
|
||||
|
||||
QPushButton *clearDownloadedPicsButton = new QPushButton(tr("Reset/Clear Downloaded Pictures"));
|
||||
clearDownloadedPicsButton = new QPushButton();
|
||||
connect(clearDownloadedPicsButton, SIGNAL(clicked()), this, SLOT(clearDownloadedPicsButtonClicked()));
|
||||
|
||||
picDownloadHqCheckBox = new QCheckBox;
|
||||
|
|
@ -239,6 +239,7 @@ void GeneralSettingsPage::retranslateUi()
|
|||
cardDatabasePathLabel->setText(tr("Card database:"));
|
||||
tokenDatabasePathLabel->setText(tr("Token database:"));
|
||||
pixmapCacheLabel->setText(tr("Picture cache size:"));
|
||||
clearDownloadedPicsButton->setText(tr("Reset/Clear Downloaded Pictures"));
|
||||
}
|
||||
|
||||
AppearanceSettingsPage::AppearanceSettingsPage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue