Doubt about kdevelop main .ui file

Andreas Pakulat apaku at gmx.de
Thu Jul 18 06:52:40 UTC 2013


Hi,

On Wed, Jul 17, 2013 at 7:19 AM, Claudio Antonio Morales Cervantes <
claudioantonio.morales11 at gmail.com> wrote:

> Good day!
>
> This is my first time trying to write some Linux Coding,
>
> I'm begining by trying to do junior job
> https://bugs.kde.org/show_bug.cgi?id=322109 Improve usability of "New
> from Template" dialog.
> I'm using QT Creator 2.7.0 on Mageia 3 x86_64 KDE 4.10.2 I already
> downloaded source code and compiled it and set my environment. But I just
> can't find what the main .UI file is. I mean I want to know in which file
> is written the part where tha main menu is calling the New from template
> dialog.
>

There is no such thing for the mainwindow, its all written in C++ code
utilizing KDE's xmlgui framework. The menu is populated dynamically using
KAction objects that have a name thats referenced in the various xml files
that kdevelop and the plugins install.

For the new from template action the plugin is in
kdevplatform/plugins/appwizard, the templates themselves are part of
kdevelop in app_templates/.

Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130718/a12301a6/attachment.html>


More information about the KDevelop-devel mailing list