Forum: C Apr 18th, 2007 |
| Replies: 11 Views: 1,610 LCDNumber -> setValue(variable); |
Forum: C Apr 18th, 2007 |
| Replies: 11 Views: 1,610 what "????????" ?
Its error here....with ti...I wanted to write |
Forum: C Apr 17th, 2007 |
| Replies: 11 Views: 1,610 Send a signal to export a value from QSpinBox ti Variable.
QObject::connect(spinBox_variable, SIGNAL(ValueChanged(int)), variable, SLOT(setvalue(int))); |
Forum: C++ Apr 5th, 2007 |
| Replies: 5 Views: 6,439 use getchar();
or
cin.get();
instead of system("pause"); |