double click on ProfileInterface widgets open specific dialog, german
translation updated
This commit is contained in:
parent
9062c88aea
commit
5c4f390bd2
15 changed files with 300 additions and 181 deletions
|
|
@ -13,15 +13,17 @@ class SavegameDialog : public QDialog
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit SavegameDialog(QWidget *parent = 0);
|
||||
void setSavegameData(SavegameData *savegame, bool readOk);
|
||||
void setSavegameData(SavegameData *savegame, QString sgdPath, bool readOk);
|
||||
~SavegameDialog();
|
||||
|
||||
private slots:
|
||||
void on_cmdClose_clicked();
|
||||
void on_cmdCopy_clicked();
|
||||
|
||||
private:
|
||||
Ui::SavegameDialog *ui;
|
||||
QString savegameLabStr;
|
||||
QString sgdPath;
|
||||
};
|
||||
|
||||
#endif // SAVEGAMEDIALOG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue