Added TimePicker widget (#5251)

This commit is contained in:
Florian Blasius 2024-06-05 13:23:06 +00:00 committed by GitHub
parent ef11ccfd2d
commit 3ccee816be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 1612 additions and 82 deletions

View file

@ -1266,6 +1266,11 @@ inline SharedString translate(const SharedString &original, const SharedString &
return result;
}
inline bool use_24_hour_format()
{
return cbindgen_private::slint_use_24_hour_format();
}
} // namespace private_api
#ifdef SLINT_FEATURE_GETTEXT