Create a matrix from a .csv file
-
Hi
Nope. When you use promotion, Creator adds the needed included. You tell it what file
in the promotion dialog. ( look at image)
and after you promoted it.
Then right click outside the widget and add a layout so our widget follow size of dialog automatically -
Hi
Nope. When you use promotion, Creator adds the needed included. You tell it what file
in the promotion dialog. ( look at image)
and after you promoted it.
Then right click outside the widget and add a layout so our widget follow size of dialog automatically -
@AliM93
Where ever you want to open it from.
Main win sounds good.#include "GridDialog.h" void MainWindow::on_pushButton_released() { GridDialog dia; dia.exec(); }
-
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();