|
2012-10-07
, 14:58
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#2
|
|
2012-10-07
, 15:04
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#3
|
The Following User Says Thank You to ZogG For This Useful Post: | ||
|
2012-10-07
, 15:08
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#4
|
The Following User Says Thank You to qwazix For This Useful Post: | ||
|
2012-10-07
, 15:22
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#5
|
Attachment 29083
The default qml timepicker uses that slotmachine arrangement which is terrible in terms of usability, and is by definition a dialog, which is not always desired.
The Following User Says Thank You to don_falcone For This Useful Post: | ||
|
2012-10-07
, 15:45
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#6
|
The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
Tags |
qml time picker, qt components, time picker |
|
The default qml timepicker uses that slotmachine arrangement which is terrible in terms of usability, and is by definition a dialog, which is not always desired.
On the other hand the circular meegotouch timepicker is visually beautiful, easy and intuitive to use (like an analog clock), so I decided to implement a similar qml component. The component is not a direct clone nor it uses the meegotouch theme as it is implemented for nemo which does not aim to clone harmattan, but if somebody wants to change the artwork it should be trivial to do it.
For the time being it doesn't have animations (PathAnimation, which is coming in qml2 will help do that animation easily, so for now it's deferred) and it is 12h only (you have to create a switch by yourself to cater for AM/PM.
You can see a demonstration here http://youtu.be/1FWN7J6Vfa4
and code is on http://github.com/qwazix/qmltimepicker
Feel free to use it in your projects.
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow
Nemo UX blog: Grog
My website: qwazix.com
My job: oob
Last edited by qwazix; 2012-10-07 at 14:58. Reason: added screenshot