
Public Member Functions | |
| def | __init__ |
| def | setup_actions |
| def | toggle_auto_expand |
Public Attributes | |
| auto_expand | |
| action_auto_expand | |
| def py::gui::page::page_series::__init__ | ( | self, | ||
| view | ||||
| ) |
| def py::gui::page::page_series::setup_actions | ( | self | ) |
Reimplemented from py::gui::page::page.
00205 : 00206 page.setup_actions( self ) 00207 action = self.action_auto_expand = self.actions.add(_("Auto expand"), None) 00208 action.setCheckable(True) 00209 action.setChecked(qocfg.get_expand_series()) 00210 action.setToolTip(_("Expand series not completed and collapse completed ones")) 00211 QObject.connect(action, SIGNAL("toggled(bool)"), self.toggle_auto_expand) 00212 def toggle_auto_expand( self, value ) :
| def py::gui::page::page_series::toggle_auto_expand | ( | self, | ||
| value | ||||
| ) |
1.5.3