Bug 57589

Summary: Create new UI opens multiple QT-Designers
Product: [Applications] kdevelop Reporter: Svein Larsen <svein>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Svein Larsen 2003-04-23 00:16:33 UTC
Version:           KDevelop (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

When selecting "New file" UI-Widget - when it comes to open QT-Designer it open several designers.
Comment 1 Stelian Iancu 2003-04-23 13:30:58 UTC
Confimed. It opens 3 instances of QT Designer. 
Comment 2 Jens Dagerbo 2003-04-25 23:36:44 UTC
Yes. editDocument() is called once in autoprojectpart (ChooseTargetDialog::accept() ), 
once in cppsupportpart (CppSupportPart::addedFilesToProject()) and once in 
filecreatepart (FileCreatePart::openCreatedFile()). This is normally not a problem, 
since the created file is typicallly a textfile which be opened (three times) inside gideon.  
Comment 3 Caleb Tennis 2003-04-26 15:26:49 UTC
Fixed in CVS - thanks Jens Dagerbo (teatime).