Create a matrix from a .csv file
-
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.
-
Invoking "make -j12 -l12" failed
03:44:23: The process "/opt/ros/melodic/bin/catkin_make" exited with code 1.
Error while building/deploying project catkin_ws (kit: Desktop)
When executing step "CatkinMake Step" -
@AliM93
That i dont know why.
works with Qmake.can you try my project ?
https://www.dropbox.com/s/s0oc2poey2b95pq/GridWidgetApp.zip?dl=0
88/140