<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 17, 2013 at 7:19 AM, Claudio Antonio Morales Cervantes <span dir="ltr"><<a href="mailto:claudioantonio.morales11@gmail.com" target="_blank">claudioantonio.morales11@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Good day!<div><br></div><div>This is my first time trying to write some Linux Coding, </div><div><br></div>
<div>I'm begining by trying to do junior job <a href="https://bugs.kde.org/show_bug.cgi?id=322109" target="_blank">https://bugs.kde.org/show_bug.cgi?id=322109</a> Improve usability of "New from Template" dialog. </div>
<div>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.</div>
<div></div></div></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra" style>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.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>For the new from template action the plugin is in kdevplatform/plugins/appwizard, the templates themselves are part of kdevelop in app_templates/.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Andreas</div></div>