Hi, I am trying to set cursor to my application, but I set cursor and I cannot set it back<br>qVTK1 is QTVKWidget object. I tried set cursor in another way, but I set only Qt::WaitCursor and I dont know how to set back Qt::ArrowCursor<br>
If you hepl me, I will be very happy :)<br><br><span style="font-family: courier new,monospace;"> //QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
//setCursor(QCursor(Qt::WaitCursor));</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> qVTK1->setCursor(QCursor(Qt::WaitCursor));</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">
this->getCheckedSource();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> this->data1->Set_seriespath(fileName.toStdString());</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> this->data1->Set_filepath("");</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> this->data1->loadingData(qVTK1, this->orientation);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> qVTK1->setCursor(QCursor(Qt::ArrowCursor));</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> //setCursor(QCursor(Qt::ArrowCursor));</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> //QApplication::restoreOverrideCursor();</span><br>