File: chatwindow.rc

package info (click to toggle)
ktp-text-ui 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,788 kB
  • sloc: cpp: 6,669; sh: 11; makefile: 6
file content (46 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<gui name="ktp-text-ui"
     version="4"
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >

 <MenuBar>
  <Menu name="file"/>
  <Menu name="edit"/>
  <Menu name="actions"><text>&amp;Actions</text>
   <Action name="invite-to-chat"/>
   <Separator />
   <Action name="audio-call"/>
   <Action name="video-call"/>
   <Action name="send-file"/>
   <Action name="share-desktop"/>
   <Action name="open-log"/>
   <Separator />
   <Action name="block-contact"/>
  </Menu>
  <Menu name="settings"/>
  <Menu name="help"/>
 </MenuBar>

 <ToolBar noMerge="1" name="mainToolBar">
  <text>Main Toolbar</text>
  <Action name="audio-call"/>
  <Action name="video-call"/>
  <Action name="send-file"/>
  <Separator />
  <Action name="edit_find"/>
 </ToolBar>

 <ToolBar hidden="true" newline="false" noEdit="true" noMerge="1" name="accountIconToolBar">
  <text>Account Icon Toolbar</text>
  <Action name="account-icon"/>
 </ToolBar>

 <ToolBar hidden="true" newline="true" fullWidth="true" noEdit="true" noMerge="1" position="bottom" name="languageToolBar">
  <text>Language Toolbar</text>
  <Action name="language"/>
 </ToolBar>

</gui>