PDA

View Full Version : elements not updated



danesh
2nd April 2009, 00:25
Hi,

I have a form with simple labels and lien edit elements, a button and a progress bar. When I click the button an operations begins and the progress is shown in progress bar. The problem is that when I click on the button, before the progress begin, I set texts in labels and line edits, but nothing happens until the whole process is done (progress bar reaches 100%) and then elements will be updated. I tried to "connect" labels and line edit elements to "signal" which emitted from button when is clicked but it didn't work. I think I connected the signal to wrong slot how maybe wrong signal at the beginning! :confused: Any idea?

D.

wysota
2nd April 2009, 00:46
Read this: http://doc.trolltech.com/qq/qq27-responsive-guis.html

danesh
2nd April 2009, 08:35
Thanks. Thats exactly what I needed.

D.