Bug 77437

Summary: refresh header for ui file after subclass if modifications done
Product: [Applications] kdevelop Reporter: Metal3d <metal3d>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Metal3d 2004-03-13 02:23:46 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Mandrake RPMs

When we create ui file, subclassing ui file overwrite cpp and header files, without refresh feature.

The idea is to recreate header but not the cpp file subclassed, just to implement new slots for example.

This is just to sync ui file and header subclassed (using Relations subclass).

Thanks.
Comment 1 Alexander Dymo 2004-03-13 13:08:09 UTC
You can use "edit ui subclass" feature to sync base class in .ui and subclass in .cpp(h). Right-click at .cpp or .h that was created using subclassing wizard to run "edit ui subclass" wizard.