update question
hi every body. i have one thread or function that change the location of one button in ‘for’ statement or ….. i want to show this change like animation . (exactly in recursion function i want update my forms to show my data)
i do this in .net with refresh() function.i use update() and repaint() int Qt but dont works!
please help me.
for example
- for (int i = 0; i < 10; i++) {
- listWidget->addItem( "--" );
- this->update(); // i want in each step display changes in my application!
- Sleep( 100 );
- }
4 replies
You must log in to post a reply. Not a member yet? Register here!


