|
|
2010-02-20
, 02:08
|
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#11
|
|
|
2010-02-20
, 02:11
|
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#12
|
|
|
2010-02-20
, 02:19
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#13
|
|
|
2010-02-20
, 11:55
|
|
Posts: 196 |
Thanked: 54 times |
Joined on Jan 2010
@ UK
|
#14
|
# self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, None))
# self.filters[3].set_label('1 day')
# self.filters[3].set_mode(False)
# self.filters[3].connect("clicked",
# lambda button: self.graph.changeVisibleHours(25))
# self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, self.filters[3]))
# self.filters[4].set_label('3 days')
# self.filters[4].set_mode(False)
# self.filters[4].connect("clicked", lambda button: self.graph.changeVisibleHours(25*3))
# self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, self.filters[4]))
# self.filters[5].set_label('7 days')
# self.filters[5].set_mode(False)
# self.filters[5].connect("clicked", lambda button: self.graph.changeVisibleHours(25*7))
| The Following User Says Thank You to fred123 For This Useful Post: | ||
|
|
2010-02-20
, 12:18
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#15
|
I f you un-comment these lines in "/home/opt/battery-eye/beye.py"
It should give you what you need!
