Bug 77437 - refresh header for ui file after subclass if modifications done
Summary: refresh header for ui file after subclass if modifications done
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 02:23 UTC by Metal3d
Modified: 2004-03-13 13:08 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 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.