|
2010-01-21
, 19:04
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#42
|
In my case batlevel uses about 2-5 % of CPU constantly. But i only experienced a slightly decrease in battery life.
My question is if its only waiting to recieve the percentage and not polling it is this normal?
|
2010-01-22
, 02:57
|
Posts: 64 |
Thanked: 130 times |
Joined on Dec 2009
|
#43
|
The Following User Says Thank You to Phantasm For This Useful Post: | ||
|
2010-02-07
, 19:02
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#44
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
|
2010-02-12
, 17:25
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#45
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
|
2010-02-16
, 09:32
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#46
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-02-16
, 09:47
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#47
|
This seems to cause some issues here. I'm guessing that it will only update if the screen is ON and it hits the update interval. In practice this means it never updates for me. Is it possible to either always update when the screen transitions to on, or to "queue" an update if the update timer fires when the screen is off?
The Following User Says Thank You to krk969 For This Useful Post: | ||
|
2010-02-17
, 00:05
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#48
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
|
2010-02-18
, 14:06
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#49
|
|
2010-02-18
, 14:22
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#50
|
Hello krk,
I'd like to write my own PyQt widget, and I didn't really find a good doc yet on how to do it.
My steps would be :
1. Use QT Desinger to design the widget and it's configuration window.
2. Use Pyuic4 to create the PY file from the UI file
3. Add functionality to the py file with some editor using py code
4. Now how do I make it run like a widget?
Thx.
Eitam.
My question is if its only waiting to recieve the percentage and not polling it is this normal?