jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
If it was windows only i would just use MFC or the .NET CLR but these dont run on linux.
Mono maybe?
GTK is probably best. You can get it for windows i think
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
Send a signal to export a value from QSpinBox ti Variable.
QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int)));
??????
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601