how to get a value from other form ?
Unsolved
General and Desktop
-
I'm trying to make a shop management software
when the user try to add a record to the goods that he had bought from the suppliers he will open a "searcher" form which will made him find the right product ,then double click on it, it will move the value of the product to "invoices" form
so how can i do that? -
Please have a look at this file
https://github.com/denisgottardello/QtComPort/blob/master/qdopencomport.h
and have a look at the include
#include "ui_qdopencomport.h"
As you can see the ui valiable is public
now al the gui objects are accessible from another form.