Exemplo n.º 1
0
 def print_preview(self):
     """Popup a print preview dialog for the Chart"""
     from camelot.view.action_steps import PrintChart
     print_chart = PrintChart(self._value)
     print_chart.gui_run(self.gui_context)
Exemplo n.º 2
0
 def print_preview(self):
     """Popup a print preview dialog for the Chart"""
     from camelot.view.action_steps import PrintChart
     print_chart = PrintChart( self._value )
     print_chart.gui_run( self.gui_context )