コード例 #1
0
ファイル: data_plot_dialog.py プロジェクト: mdouchin/DataPlot
 def ScatterPlot(self):
     import plots.scatter_dialog as Scatter
     dlg = Scatter.ScatterPlotDialog()
     # show the dialog
     dlg.show()
     # Run the dialog event loop
     dlg.exec_()