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-&gt;setCursor(QCursor(Qt::WaitCursor));</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">
     this-&gt;getCheckedSource();</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">     this-&gt;data1-&gt;Set_seriespath(fileName.toStdString());</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">     this-&gt;data1-&gt;Set_filepath(&quot;&quot;);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">     this-&gt;data1-&gt;loadingData(qVTK1, this-&gt;orientation);</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">     qVTK1-&gt;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>