File: kxmlguiwindowtestui.rc

package info (click to toggle)
kxmlgui 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,240 kB
  • sloc: cpp: 18,360; python: 41; sh: 21; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE gui SYSTEM 'kpartgui.dtd'>
<gui name="kxmlguiwindowtest" version="1">
 <ToolBar name="mainToolBar">
  <text>Main Toolbar</text>
  <Action name="test"/>
 </ToolBar>
 <ToolBar name="otherToolBar">
  <text>Other Toolbar</text>
  <Action name="file_quit"/>
 </ToolBar>
 <MenuBar>
  <Menu name="file">
   <Action name="test"/>
   <Action name="file_quit"/>
  </Menu>
 </MenuBar>
 <ActionProperties scheme="Default">
  <Action name="help_report_bug" priority="128"/>
 </ActionProperties>
</gui>