~ubuntu-branches/ubuntu/utopic/plasma-widget-adjustableclock/utopic-proposed

« back to all changes in this revision

Viewing changes to applet/clipboardActions.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-02-09 23:58:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090209235827-91l9jehw3m5soml0
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>clipboardActions</class>
 
3
 <widget class="QWidget" name="clipboardActions" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>195</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Clipboard actions</string>
 
14
  </property>
 
15
  <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
16
   <item>
 
17
    <widget class="QTableWidget" name="clipboardActionsTable" />
 
18
   </item>
 
19
   <item>
 
20
    <layout class="QVBoxLayout" name="buttonsLayout" >
 
21
     <item>
 
22
      <widget class="QPushButton" name="addButton" >
 
23
       <property name="text" >
 
24
        <string>Add</string>
 
25
       </property>
 
26
      </widget>
 
27
     </item>
 
28
     <item>
 
29
      <widget class="QPushButton" name="deleteButton" >
 
30
       <property name="enabled" >
 
31
        <bool>true</bool>
 
32
       </property>
 
33
       <property name="text" >
 
34
        <string>Delete</string>
 
35
       </property>
 
36
      </widget>
 
37
     </item>
 
38
     <item>
 
39
      <spacer name="verticalSpacer" >
 
40
       <property name="orientation" >
 
41
        <enum>Qt::Vertical</enum>
 
42
       </property>
 
43
       <property name="sizeHint" stdset="0" >
 
44
        <size>
 
45
         <width>20</width>
 
46
         <height>40</height>
 
47
        </size>
 
48
       </property>
 
49
      </spacer>
 
50
     </item>
 
51
     <item>
 
52
      <layout class="QHBoxLayout" name="moveButtonsLayout" >
 
53
       <item>
 
54
        <widget class="QToolButton" name="moveUpButton" >
 
55
         <property name="enabled" >
 
56
          <bool>true</bool>
 
57
         </property>
 
58
         <property name="toolTip" >
 
59
          <string>Move up</string>
 
60
         </property>
 
61
         <property name="text" >
 
62
          <string/>
 
63
         </property>
 
64
        </widget>
 
65
       </item>
 
66
       <item>
 
67
        <widget class="QToolButton" name="moveDownButton" >
 
68
         <property name="enabled" >
 
69
          <bool>true</bool>
 
70
         </property>
 
71
         <property name="toolTip" >
 
72
          <string>Move down</string>
 
73
         </property>
 
74
         <property name="text" >
 
75
          <string/>
 
76
         </property>
 
77
        </widget>
 
78
       </item>
 
79
      </layout>
 
80
     </item>
 
81
    </layout>
 
82
   </item>
 
83
  </layout>
 
84
 </widget>
 
85
 <resources/>
 
86
 <connections/>
 
87
</ui>