Bug 57589 - Create new UI opens multiple QT-Designers
Summary: Create new UI opens multiple QT-Designers
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-23 00:16 UTC by Svein Larsen
Modified: 2003-04-26 15:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).