https://bugs.kde.org/show_bug.cgi?id=466253
Bug ID: 466253 Summary: QT UIC autogenerated header support Classification: Applications Product: kdevelop Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: Code completion Assignee: kdevelop-bugs-n...@kde.org Reporter: vladma...@gmail.com Target Milestone: --- Created attachment 156612 --> https://bugs.kde.org/attachment.cgi?id=156612&action=edit screenshot of some errors appearing in default template In default QT Widgets template a filename.ui file is created, which is supposed to be translated to a ui_filename.h header file by uic when project is being built. Qt Creator understands this process and doesn't complain about autogenerated header missing. KDevelop, unfortunately, doesn't. It thinks that this file is supposed to exist in project directory. This raises plenty of errors and doesn't allow for code completition. I think it would be fairly easy to add support for this feature and make it work like in Qt Creator. Thank you. -- You are receiving this mail because: You are watching all bug changes.