Thanks man,<br>Got what I was asking, <a href="http://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology" target="_blank">http://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology</a> did the work :)<br>
<br><br><div class="gmail_quote">On Sun, Aug 12, 2012 at 11:22 PM, Brian K <span dir="ltr"><<a href="mailto:bri.kor.21@gmail.com" target="_blank">bri.kor.21@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 bgcolor="#FFFFFF" text="#000000">
    <div>Hi,<br>
      Where you need to go to add the actions depends on what exactly
      you are intending. The Okular program that you use directly is a
      shell, which uses a kpart, a kind of plugin, to do most of the
      work. So if your action is specific to Okular, but not the plugin,
      you would add it to the shell (shell.h, shell.cpp, shell.rc). If
      on the other hand the action would go in the kpart (plugin) then
      you would want to modify (part.cpp, part.h, part.rc).<br>
      <br>
      The reason you've likely been unable to add is that Okular, and
      the kpart plugin use kxmlgui:<br>
<a href="http://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology" target="_blank">http://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology</a><br>
      What that means is that you have to modify both the c++ file and a
      second rc file that defines the menu. The techbase tutorial looks
      pretty good on basic kpart usage if you're looking for somewhere
      to start:<br>
      <a href="http://techbase.kde.org/Development/Tutorials/Using_KParts" target="_blank">http://techbase.kde.org/Development/Tutorials/Using_KParts</a><br>
      <br>
      Good luck,<br>
      Brian<div><div class="h5"><br>
      <br>
      On 08/12/2012 11:59 AM, Jaydeep Solanki wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">Hi everyone,<br>
      I just wanted to know about how to add an action to a Menu.<br>
      Like we have Open in the File Menu, suppose if I want to add
      something to the File Menu, how to do that.<br>
      I experimented with the part.cpp file but all in vain :(<br>
      <br>
      Thanks :),<br>
      Jaydeep<br>
      <br>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Okular-devel mailing list
<a href="mailto:Okular-devel@kde.org" target="_blank">Okular-devel@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/okular-devel" target="_blank">https://mail.kde.org/mailman/listinfo/okular-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Okular-devel mailing list<br>
<a href="mailto:Okular-devel@kde.org">Okular-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/okular-devel" target="_blank">https://mail.kde.org/mailman/listinfo/okular-devel</a><br>
<br></blockquote></div><br>