~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to klipper/actionsconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ActionsWidget</class>
 
4
 <widget class="QWidget" name="ActionsWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>458</width>
 
10
    <height>360</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="QCheckBox" name="kcfg_ReplayActionInHistory">
 
16
     <property name="text">
 
17
      <string>Replay actions on an item selected from history</string>
 
18
     </property>
 
19
    </widget>
 
20
   </item>
 
21
   <item>
 
22
    <widget class="QCheckBox" name="kcfg_StripWhiteSpace">
 
23
     <property name="text">
 
24
      <string>Remove whitespace when executing actions</string>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item>
 
29
    <widget class="QCheckBox" name="kcfg_EnableMagicMimeActions">
 
30
     <property name="text">
 
31
      <string>Enable MIME-based actions</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <widget class="QLabel" name="label">
 
37
     <property name="text">
 
38
      <string>Action list:</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <widget class="ActionsTreeWidget" name="kcfg_ActionList">
 
44
     <property name="contextMenuPolicy">
 
45
      <enum>Qt::CustomContextMenu</enum>
 
46
     </property>
 
47
     <column>
 
48
      <property name="text">
 
49
       <string>Regular Expression</string>
 
50
      </property>
 
51
     </column>
 
52
     <column>
 
53
      <property name="text">
 
54
       <string>Description</string>
 
55
      </property>
 
56
     </column>
 
57
    </widget>
 
58
   </item>
 
59
   <item>
 
60
    <layout class="QHBoxLayout" name="horizontalLayout">
 
61
     <item>
 
62
      <widget class="QPushButton" name="pbAddAction">
 
63
       <property name="text">
 
64
        <string>Add Action...</string>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
     <item>
 
69
      <widget class="QPushButton" name="pbEditAction">
 
70
       <property name="text">
 
71
        <string>Edit Action...</string>
 
72
       </property>
 
73
      </widget>
 
74
     </item>
 
75
     <item>
 
76
      <widget class="QPushButton" name="pbDelAction">
 
77
       <property name="text">
 
78
        <string>Delete Action</string>
 
79
       </property>
 
80
      </widget>
 
81
     </item>
 
82
     <item>
 
83
      <widget class="QPushButton" name="pbAdvanced">
 
84
       <property name="text">
 
85
        <string>Advanced</string>
 
86
       </property>
 
87
      </widget>
 
88
     </item>
 
89
    </layout>
 
90
   </item>
 
91
   <item>
 
92
    <widget class="QLabel" name="label_2">
 
93
     <property name="text">
 
94
      <string>Click on a highlighted item's column to change it. &quot;%s&quot; in a command will be replaced with the clipboard contents.&lt;br&gt;For more information about regular expressions, you could have a look at the &lt;a href=&quot;http://en.wikipedia.org/wiki/Regular_expression&quot;&gt;Wikipedia entry about this topic&lt;/a&gt;.</string>
 
95
     </property>
 
96
     <property name="textFormat">
 
97
      <enum>Qt::RichText</enum>
 
98
     </property>
 
99
     <property name="wordWrap">
 
100
      <bool>true</bool>
 
101
     </property>
 
102
    </widget>
 
103
   </item>
 
104
  </layout>
 
105
 </widget>
 
106
 <customwidgets>
 
107
  <customwidget>
 
108
   <class>ActionsTreeWidget</class>
 
109
   <extends>QTreeWidget</extends>
 
110
   <header>actionstreewidget.h</header>
 
111
  </customwidget>
 
112
 </customwidgets>
 
113
 <resources/>
 
114
 <connections/>
 
115
</ui>