Example #1
0
 def _on_show_changelog__clicked(self, button):
     show_section('changelog')
     self._changelog_bar.hide()
Example #2
0
 def on_HelpHelp__activate(action):
     show_section(section)
Example #3
0
 def on_HelpHelp__activate(action):
     show_section(section)
Example #4
0
 def _on_show_changelog__clicked(self, button):
     show_section("changelog")
     self._changelog_bar.hide()
     api.user_settings.set("actual-version", stoq.stoq_version)
Example #5
0
 def on_help__clicked(button):
     from stoqlib.gui.utils.help import show_section
     show_section(section)
Example #6
0
 def on_help__clicked(button):
     show_section(section)
Example #7
0
 def _on_show_changelog__clicked(self, button):
     show_section('changelog')
     self._changelog_bar.hide()
     api.user_settings.set('actual-version', stoq.stoq_version)
Example #8
0
 def on_help__clicked(button):
     from stoqlib.gui.utils.help import show_section
     show_section(section)
Example #9
0
 def _on_show_changelog__clicked(self, button):
     show_section('changelog')
     self._changelog_bar.hide()
Example #10
0
 def on_HelpApp__activate(self, action, parameter):
     show_section(self._help_section)
Example #11
0
 def on_HelpApp__activate(self, action, parameter):
     show_section(self._help_section)