Give program time update GUI.
--HG-- branch : feature
This commit is contained in:
parent
7a9447f7af
commit
d538f2af73
|
@ -35,6 +35,7 @@
|
||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
#include <QCoreApplication>
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
VPosition::VPosition(const VContour &gContour, int j, const VLayoutDetail &detail, int i)
|
VPosition::VPosition(const VContour &gContour, int j, const VLayoutDetail &detail, int i)
|
||||||
|
@ -45,6 +46,8 @@ VPosition::VPosition(const VContour &gContour, int j, const VLayoutDetail &detai
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void VPosition::run()
|
void VPosition::run()
|
||||||
{
|
{
|
||||||
|
QCoreApplication::processEvents();
|
||||||
|
|
||||||
// We should use copy of the detail.
|
// We should use copy of the detail.
|
||||||
VLayoutDetail workDetail = detail;
|
VLayoutDetail workDetail = detail;
|
||||||
|
|
||||||
|
@ -63,6 +66,8 @@ void VPosition::run()
|
||||||
|
|
||||||
for (int angle = 0; angle <= 360; angle = angle+180)
|
for (int angle = 0; angle <= 360; angle = angle+180)
|
||||||
{
|
{
|
||||||
|
QCoreApplication::processEvents();
|
||||||
|
|
||||||
// We should use copy of the detail.
|
// We should use copy of the detail.
|
||||||
VLayoutDetail workDetail = detail;
|
VLayoutDetail workDetail = detail;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user