mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Date picker l10n for profile and planner
- set application-wide locale from preferences - use custom date format for display Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0dd40b7a51
commit
14cc59898a
4 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
|
|||
divePictureModel(DivePictureModel::instance())
|
||||
{
|
||||
ui.setupUi(this);
|
||||
ui.dateEdit->setDisplayFormat(getDateFormat());
|
||||
|
||||
memset(&displayed_dive, 0, sizeof(displayed_dive));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue