PageRenderTime 52ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/data/video-list.ui

https://github.com/zsx/totem
Qt | 35 lines | 33 code | 2 blank | 0 comment | 0 complexity | 96f878a7c97284d3697a4ed659ed609f MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" ?>
  2. <!--*- mode: xml -*--><!DOCTYPE glade-interface
  3. SYSTEM 'http://glade.gnome.org/glade-2.0.dtd'>
  4. <interface>
  5. <object class="GtkUIManager" id="totem-video-list-ui-manager">
  6. <child>
  7. <object class="GtkActionGroup" id="video-list-action-group">
  8. <child>
  9. <object class="GtkAction" id="add-to-playlist">
  10. <property name="label" translatable="yes">_Add to Playlist</property>
  11. <property name="tooltip" translatable="yes">Add the video to the playlist</property>
  12. <property name="stock-id">gtk-add</property>
  13. <signal name="activate" handler="add_to_playlist_action_callback"/>
  14. </object>
  15. </child>
  16. <child>
  17. <object class="GtkAction" id="copy-location">
  18. <property name="label" translatable="yes">_Copy Location</property>
  19. <property name="tooltip" translatable="yes">Copy the location to the clipboard</property>
  20. <property name="stock-id">gtk-copy</property>
  21. <signal name="activate" handler="copy_location_action_callback"/>
  22. </object>
  23. </child>
  24. </object>
  25. </child>
  26. <ui>
  27. <popup name="totem-video-list-popup">
  28. <menuitem name="add-to-playlist" action="add-to-playlist"/>
  29. <menuitem name="copy-location" action="copy-location"/>
  30. </popup>
  31. </ui>
  32. </object>
  33. </interface>