Anyone seen a really good date edit?
-
QDateEdit is quite cumbersome to use. Has anyone else seen a simple date editor? It would be great to have one like on iOS for the iPad version of this app, and maybe a simple line-edit based date edit with a good string validator for Mac.
Thoughts? Thanks!
-
Can you customize the QDateEdit parent?
Actually Qt encourage you to customize QWidget based objects.
Thank you
-
QDateEdit is quite cumbersome to use. Has anyone else seen a simple date editor? It would be great to have one like on iOS for the iPad version of this app, and maybe a simple line-edit based date edit with a good string validator for Mac.
Thoughts? Thanks!
@patrickkidd LineEdit you mentioned should be easy to implement on your own just subclassing QLineEdit?
-