[Qt-creator] i managed to do my first app

Thorbjørn Lindeijer thorbjorn.lindeijer at nokia.com
Fri Jan 9 13:46:09 CET 2009


ext bvidinli wrote:
> with qt creator.
> it was a bit difficult
> since i was unable to find any help or tutorial
> in past, i used delphi, so, i looked something like it,
> 
> i had difficulty in linking signals to gui components..
> i finally managed to do that...
> you should manually put in headr, for exa:
> 
> private slots:
> 
> void on_ekle_clicked();
> 
> void on_sil_clicked();
> 
> void on_edit11_textChanged();
> 
> 
> then, you may add code inside your cpp
> 
> I suggest qt-developers, to do that with more easy, from gui of 
> qt-creator, something similar to delphi
> use should select coponent and write code directly for it, for some 
> signals..
> 
> if there is already such feature, i could not find it..
> 
> anyway,, this is my first gui experience at this level.
> thanks qt !

This feature didn't make it into the beta, but it is being worked on.

Regards,
Bjørn

-- 
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software



More information about the Qt-creator-old mailing list