예제 #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
파일: shellwindow.py 프로젝트: tmaxter/stoq
 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
파일: shellwindow.py 프로젝트: tmaxter/stoq
 def on_HelpHelp__activate(action):
     show_section(section)