The Following 4 Users Say Thank You to Wonko For This Useful Post: | ||
![]() |
2012-05-18
, 23:16
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#62
|
![]() |
2012-05-20
, 09:56
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#63
|
And if you go with PySide (that's the python binding stuff for Qt) you gain even more flexibility. But, honestly, I don't know if PySide is actually maintained currently and if there are aims to port it to Qt 5.
The Following 4 Users Say Thank You to MartinK For This Useful Post: | ||
![]() |
2012-05-20
, 11:13
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#64
|
The Following 3 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2012-05-20
, 12:18
|
Posts: 112 |
Thanked: 26 times |
Joined on Sep 2009
|
#65
|
![]() |
2012-05-21
, 15:13
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#66
|
election=$1 tail -n 1 $election | sed 's/"//g' >/tmp/result for i in $(seq $(expr $(head -c 2 $election) - 1)) do openstv-run-election -r CsvReport -s $i FTSTV $election \ | awk -F, '/Elected/ { print $1 }' \ | while read w do if ! grep -q "$w" /tmp/result then echo $w >> /tmp/result break fi done done awk 'BEGIN { i = 1; } { print i, $0; i++; }' /tmp/result | sed 's/"//g'
for i in *.blt; do sh results $i; done
![]() |
2012-05-23
, 10:27
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#67
|
The Following 3 Users Say Thank You to sakya For This Useful Post: | ||
![]() |
2012-05-23
, 12:27
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#68
|
![]() |
2012-05-23
, 14:14
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#69
|
The Following 5 Users Say Thank You to zehjotkah For This Useful Post: | ||
![]() |
2012-05-24
, 07:21
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#70
|
![]() |
Tags |
happy new year, mcc2012, merry christmas |
Thread Tools | |
|
I think it's worth the effort in any case. No matter if you win some price or not. If you have fun coding and you improve your skills you are already a winner.
As for the technical side: I would suggest to go with QML. One has to differentiate between the Qt C++ stuff and QML quite heavily.
QML itself is, I'd say, pretty easy to learn and you have the benefit (development-wise) that it is interpreted. Hence, you can easily hack on your device and develop very quickly without needing any compile steps.
And if you go with PySide (that's the python binding stuff for Qt) you gain even more flexibility. But, honestly, I don't know if PySide is actually maintained currently and if there are aims to port it to Qt 5.
Advanced Clock Plugin --- Binary Clock, Desktop Version --- libswt-hildon
Stultitia Simplex --- To-Do-O --- VU Meter --- Zeecontrol
My homepage with assorted posts about my apps, Qt/QML, etc.: http://ruedigergad.com