Re: new with qtsdk x windows
Hi,
have you read that: Using a Designer .ui File in Your Application? If it's still not working send us a short code example how do you bind the ui with your program that we could see what's wrong.
Lykurg
Re: new with qtsdk x windows
yes thx, the problem was that the ui interface had to be accesing using "ui->lineedit" otherwise the qtsdk dont see tit. but i am using qtableWidget to manipulate data, about 1600 items and in linux it take a second to loaded but in windows take 1 minute!, i am tryng now to use something else to manipulate that data.