Trestry
|
2011-01-15
, 20:07
|
Posts: 89 |
Thanked: 27 times |
Joined on Dec 2009
@ The Netherlands
|
#721
|
|
2011-01-15
, 20:26
|
|
Posts: 780 |
Thanked: 855 times |
Joined on Sep 2009
@ Helsinki, Finland
|
#722
|
|
2011-01-15
, 20:44
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#723
|
Maybe implement Marina or Reflect as the theme for the QML version? Just create the reference files for the required graphics and let me or someone else fill them out for the actual graphics as AFAIK you can't really copy-paste the Nokia licensed Alpha or Beta theme graphics. It's too bad QML doesn't support system wide look-and-feel, but any theme should be better than the single-color contour buttons. You might need to use a "sliding door" technique for the buttons themselves, or just use make the each size use individual images
Rectangle { property alias icon: icon.source property alias iconWidth: icon.width property alias iconHeight: icon.height signal buttonClicked id: button width: 150 height: 50 radius: 10 color: mouseArea.pressed ? "#3399bb" : "black" border.width: 2 border.color: "#3399bb" Image { id: icon anchors.centerIn: button width: 50 height: 50 smooth: true } MouseArea { id: mouseArea anchors.fill: button onClicked: buttonClicked() } }
|
2011-01-15
, 21:32
|
|
Posts: 780 |
Thanked: 855 times |
Joined on Sep 2009
@ Helsinki, Finland
|
#724
|
|
2011-01-15
, 21:42
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#725
|
Does cuteTube need to be compiled in the Nokia's QT Creator in order to test it?
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2011-01-15
, 23:05
|
|
Posts: 417 |
Thanked: 200 times |
Joined on Apr 2010
@ Germany
|
#726
|
The Following 3 Users Say Thank You to NightShift79 For This Useful Post: | ||
|
2011-01-21
, 01:17
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#727
|
|
2011-01-21
, 12:47
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#728
|
Hi your app is the best. Can you please add the option to see the star ranking of the vids?. Beacause i realy miss that from youtube and now from your app. I just want to see the star ranking before play a video (in the list of searched videos).
Thanks in advance.
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2011-01-21
, 14:20
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#729
|
|
2011-01-22
, 00:08
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#730
|
The Following 10 Users Say Thank You to marxian For This Useful Post: | ||