code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

qdevelop closes when clicking Dialog Subclassing... #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on a .ui file in the Project Explorer
2. Click Dialog Subclassing...

What is the expected output? What do you see instead?
I expect the subclassing form to open so that I can create slots and such.
 The window doesn't open.  Instead qdevelop closes and the cursor changes
to the busy cursor whenever over the desktop.

What version of the product are you using? On what operating system?
I'm using .25 installed through Ubuntu's application manager.

Please provide any additional information below.
I was getting an unable to launch /usr/bin/ctags... warning message on
startup.  I changed the external ctags path from the standard ctags
shortcut to ctags-exuberant.  This made the warning go away, but didn't
help the other problem.  

Thanks.

Original issue reported on code.google.com by MPP...@gmail.com on 7 Jun 2008 at 8:47

GoogleCodeExporter commented 9 years ago
Cannot mix incompatible Qt libraries
Your problem is due to having different versions of the Qt libraries installed.
However, the windows installation has the same problem as well.  Whoever 
packaged the
Windows installation added a different version of QtCore4.dll than the other 
library
files included.  In Windows if you have Qt installed, then you can just delete 
the
dll files in the qdevelop folder and qdevelop will use the Qt libraries that are
installed on your machine and you will not run into this problem.

Original comment by monst...@gmail.com on 11 Jun 2008 at 2:11

GoogleCodeExporter commented 9 years ago
I have the same problem on Kubuntu. Is there a fix for linux?

Original comment by christos...@gmail.com on 11 Aug 2008 at 4:42

GoogleCodeExporter commented 9 years ago
You can try the suggestion by monster8 (making sure you only have packages from 
one 
version of qt) or use different software.  I tryed edyuk and it served its 
purpose.  
You can google it.

Original comment by MPP...@gmail.com on 14 Aug 2008 at 8:39

GoogleCodeExporter commented 9 years ago
Please try latest svn code. This problem is likely to be fixed.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 12:24