mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
added button to test custom translation file
This commit is contained in:
parent
95dd3fc04c
commit
1224eae1c0
5 changed files with 34 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ public:
|
|||
GeneralSettingsPage();
|
||||
void retranslateUi();
|
||||
private slots:
|
||||
void customTranslationButtonClicked();
|
||||
void deckPathButtonClicked();
|
||||
void picsPathButtonClicked();
|
||||
void cardDatabasePathButtonClicked();
|
||||
|
|
@ -39,6 +40,7 @@ signals:
|
|||
private:
|
||||
QStringList findQmFiles();
|
||||
QString languageName(const QString &qmFile);
|
||||
QPushButton *customTranslationButton;
|
||||
QLineEdit *deckPathEdit, *picsPathEdit, *cardDatabasePathEdit;
|
||||
QGroupBox *personalGroupBox, *pathsGroupBox;
|
||||
QComboBox *languageBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue