PDA

View Full Version : Problems with QtDesigner



prosass
27th February 2007, 16:22
Hello, I created a dialog, following the guides of the C++ GUI Programming with Qt 4, so basically I modified the GoToCell dialog to create one that adapts to my needs. Basically, I only need to get two numbers from this dialog. The problem I have is the compiler (visual studio 2005) says that the dialog I created is not a member of Ui. Can someone help me?

You can check the code I´ve used.

Thanks in advance and best regards to everyone.

prosass
27th February 2007, 16:42
I answer myself, I hadn´t set the form´s ObjectName to its appropiate name.
Regards