Create a matrix from a .csv file
-
Ok
super.
Now run it and click button :)
I hope it shows something. -
thank, only one thimg, i get error with your code, i can use Griddialog = new griddialog(this);
griddialog ->show(); -
Mind the case
Griddialog = new griddialog(this); <<< that is not correct class name and u missed * and name
GridDialog * dia = new GridDialog (this);
GridDialog <<< class name
-
i get error, i have something to declare in main_window.h?
-
@AliM93
well you must have the GridDialog.h include file -
ii've done that
-
@AliM93
Then you must have missspelled something as that is all you need.
Show excact code and the error -
maybe i have to include something also in griddialog?
-
@AliM93
Creator did that when you promoted.Please show real error :)
-
This post is deleted!
-
Try a clean build.
It seems correct. -
-
-
This post is deleted!
-
i try to clean and build and this comes out...
-
sorry, i didn't see your message
-
@AliM93
Hmm . must be a cmake thing.The .h seems correctly spelled
and this is in same project? -
yes, i try to change the .h include because sometimes i need to add the path
#include "../include/agree_gui/matrixwidget.h"
-
but nothing change.
86/140