Hi,

Quote Originally Posted by Anne View Post
@^NyAw^ and Others
I tried to open your sample project, but the folder does not contain any .pro files.
The only files I see are .h, .cpp, .ui and .qrc.
How can I open such an project directly with QT? The .qrc is not recognized?
(Of cours I now just directly used the .cpp and .h files, but was just curious)
I just don't added the pro file because I'm using Visual Studio on Windows and I'm not using the pro file, but there is an option to create the pro file that then I can attach.
Just use "qmake -project" as Lykurg said to create the "pro" file and then call "make" to compile the project.

Quote Originally Posted by Anne View Post
Generally I never ask for help
It's a good idea to learn by yourself, but sometimes the examples don't show what you are expecting or you are not able really how something works. Then, ask the forum! (but first of all try to find similar posts on it).