Re: [Interest] QtTestLib vs. QTestLib vs. Qt Test?

2012-12-29 Thread Sze Howe Koh
On 29 December 2012 21:41, Thiago Macieira wrote: > The library is called QtTest (.dll, lib[...].so, etc.), the only include is > QtTest/QtTest. There is no other name for a library. > > The "lib" suffix is a simple adjective meaning it's a library, like "the core > lib" or "the gui lib". > > That

Re: [Interest] About the coordinator between the texture and vertex in opengl

2012-12-29 Thread Till Oliver Knoll
Am 29.12.2012 um 12:52 schrieb : > ... > The problem is about binding a texture to an object, but i am quite not > understanding how is the texture coordinator decided according to the vertex > coordinator ? Your question is indeed a little bit off-topic, but your assumption about OpenGL ex

[Interest] Qt Creator - pkgconfig problem

2012-12-29 Thread Jan Horcicka
Hi everyone, I have a problem with Qt Creator not seeing include files when using pkgconfig. Everything builds and runs fine, but the text editor does not see the include files and hence does not autocomplete. My setup is: Linux 3.6.10-1-ARCH #1 SMP PREEMPT Tue Dec 11 09:40:17 CET 2012 x86_64 GNU

Re: [Interest] QtTestLib vs. QTestLib vs. Qt Test?

2012-12-29 Thread Thiago Macieira
On sábado, 29 de dezembro de 2012 11.06.42, Sze Howe Koh wrote: > Hello, > > I was wondering what to call Qt's unit testing framework these days. > > http://blog.qt.digia.com/blog/2005/09/16/bye-bye-qttestlib/ suggests > to me that "QTestLib" is an improved replacement of "QtTestLib", and > that th

Re: [Interest] A suggestion about replacing signals, actions and slots

2012-12-29 Thread Attila Csipa
On 27-Dec-12 19:03, Charley Bay wrote: > For example, the "dynamic-property/run-time-attribute" > discovery/reflection is now possible in C++ because of "moc". It > enables the C++ statically-typed (compile-time-typed) language to > reflect runtime attributes like you have in Python or Java. That