Constructor
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
QProgressDialog pd ("Optimization in progress...", "Cancel", 0, 100, this);
cancel signalŞöyle yaparız.
connect(pd, SIGNAL(canceled()), this, SLOT(ProgressDialogCanceled()));
void Foo::ProgressDialogCanceled()
{
...
}
maximum metoduŞöyle yaparız.
steps++;
if (steps > pd.maximum()) {
...
}
setValue metoduŞöyle yaparız.
int steps = ...;
pd.setValue(steps);
Hiç yorum yok:
Yorum Gönder