示例#1
0
 def on_help__clicked(button):
     from stoqlib.gui.help import show_section
     show_section(section)
示例#2
0
 def _on_show_changelog__clicked(self, button):
     show_section('changelog')
     self._changelog_bar.hide()
     api.user_settings.set('actual-version', stoq.stoq_version)
示例#3
0
文件: wizards.py 项目: romaia/stoq
 def on_help__clicked(button):
     show_section(section)
示例#4
0
 def on_HelpHelp__activate(action):
     show_section(section)
示例#5
0
文件: dialogs.py 项目: romaia/stoq
 def on_help__clicked(button):
     from stoqlib.gui.help import show_section
     show_section(section)
示例#6
0
 def on_help__clicked(button):
     show_section(section)
示例#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)
示例#8
0
 def on_HelpHelp__activate(action):
     show_section(section)