~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to python/plugins/osm/ui_files/OsmUndoRedoDW.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>OsmUndoRedoDW</class>
 
3
 <widget class="QDockWidget" name="OsmUndoRedoDW" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>227</width>
 
9
    <height>374</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="allowedAreas" >
 
13
   <set>Qt::AllDockWidgetAreas</set>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>OSM Edit History</string>
 
17
  </property>
 
18
  <widget class="QWidget" name="dockWidgetContents" >
 
19
   <layout class="QVBoxLayout" >
 
20
    <item>
 
21
     <layout class="QHBoxLayout" >
 
22
      <item>
 
23
       <widget class="QToolButton" name="clearButton" >
 
24
        <property name="toolTip" >
 
25
         <string>Clear all</string>
 
26
        </property>
 
27
        <property name="statusTip" >
 
28
         <string>Clear all</string>
 
29
        </property>
 
30
        <property name="whatsThis" >
 
31
         <string>Clear all</string>
 
32
        </property>
 
33
        <property name="text" >
 
34
         <string>...</string>
 
35
        </property>
 
36
       </widget>
 
37
      </item>
 
38
      <item>
 
39
       <spacer>
 
40
        <property name="orientation" >
 
41
         <enum>Qt::Horizontal</enum>
 
42
        </property>
 
43
        <property name="sizeHint" >
 
44
         <size>
 
45
          <width>40</width>
 
46
          <height>20</height>
 
47
         </size>
 
48
        </property>
 
49
       </spacer>
 
50
      </item>
 
51
      <item>
 
52
       <widget class="QToolButton" name="undoButton" >
 
53
        <property name="enabled" >
 
54
         <bool>false</bool>
 
55
        </property>
 
56
        <property name="toolTip" >
 
57
         <string>Undo</string>
 
58
        </property>
 
59
        <property name="statusTip" >
 
60
         <string>Undo</string>
 
61
        </property>
 
62
        <property name="whatsThis" >
 
63
         <string>Undo</string>
 
64
        </property>
 
65
        <property name="text" >
 
66
         <string>...</string>
 
67
        </property>
 
68
       </widget>
 
69
      </item>
 
70
      <item>
 
71
       <widget class="QToolButton" name="redoButton" >
 
72
        <property name="enabled" >
 
73
         <bool>false</bool>
 
74
        </property>
 
75
        <property name="toolTip" >
 
76
         <string>Redo</string>
 
77
        </property>
 
78
        <property name="statusTip" >
 
79
         <string>Redo</string>
 
80
        </property>
 
81
        <property name="whatsThis" >
 
82
         <string>Redo</string>
 
83
        </property>
 
84
        <property name="text" >
 
85
         <string>...</string>
 
86
        </property>
 
87
       </widget>
 
88
      </item>
 
89
     </layout>
 
90
    </item>
 
91
    <item>
 
92
     <widget class="QListWidget" name="actionList" />
 
93
    </item>
 
94
   </layout>
 
95
  </widget>
 
96
 </widget>
 
97
 <resources/>
 
98
 <connections/>
 
99
</ui>