mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 10:31:39 +08:00
commit
92daa4d1a8
@ -28,7 +28,7 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
// 1. create a window that conatins a line-edit to edit a function
|
// 1. create a window that contains a line-edit to edit a function
|
||||||
// and a JKQTPlotter to display the function, combine everything in a layout
|
// and a JKQTPlotter to display the function, combine everything in a layout
|
||||||
QWidget mainWin;
|
QWidget mainWin;
|
||||||
JKQTPlotter* plot=new JKQTPlotter(&mainWin);
|
JKQTPlotter* plot=new JKQTPlotter(&mainWin);
|
||||||
|
Loading…
Reference in New Issue
Block a user