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

« back to all changes in this revision

Viewing changes to src/ui/qgscomposeritemwidgetbase.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QgsComposerItemWidgetBase</class>
 
4
 <widget class="QWidget" name="QgsComposerItemWidgetBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>236</width>
 
10
    <height>314</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QPushButton" name="mFrameColorButton">
 
19
     <property name="text">
 
20
      <string>Frame color...</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="1" column="0">
 
25
    <widget class="QPushButton" name="mBackgroundColorButton">
 
26
     <property name="text">
 
27
      <string>Background color...</string>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item row="2" column="0">
 
32
    <widget class="QLabel" name="mOpacityLabel">
 
33
     <property name="text">
 
34
      <string>Opacity</string>
 
35
     </property>
 
36
     <property name="wordWrap">
 
37
      <bool>true</bool>
 
38
     </property>
 
39
     <property name="buddy">
 
40
      <cstring>mOpacitySlider</cstring>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
   <item row="3" column="0">
 
45
    <widget class="QSlider" name="mOpacitySlider">
 
46
     <property name="maximum">
 
47
      <number>255</number>
 
48
     </property>
 
49
     <property name="orientation">
 
50
      <enum>Qt::Horizontal</enum>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="4" column="0">
 
55
    <widget class="QLabel" name="mOutlineWidthLabel">
 
56
     <property name="text">
 
57
      <string>Outline width</string>
 
58
     </property>
 
59
     <property name="wordWrap">
 
60
      <bool>true</bool>
 
61
     </property>
 
62
     <property name="buddy">
 
63
      <cstring>mOutlineWidthSpinBox</cstring>
 
64
     </property>
 
65
    </widget>
 
66
   </item>
 
67
   <item row="5" column="0">
 
68
    <widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"/>
 
69
   </item>
 
70
   <item row="6" column="0">
 
71
    <widget class="QPushButton" name="mPositionButton">
 
72
     <property name="text">
 
73
      <string>Position...</string>
 
74
     </property>
 
75
    </widget>
 
76
   </item>
 
77
   <item row="7" column="0">
 
78
    <widget class="QCheckBox" name="mFrameCheckBox">
 
79
     <property name="text">
 
80
      <string>Show frame</string>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
   <item row="8" column="0">
 
85
    <spacer name="verticalSpacer">
 
86
     <property name="orientation">
 
87
      <enum>Qt::Vertical</enum>
 
88
     </property>
 
89
     <property name="sizeHint" stdset="0">
 
90
      <size>
 
91
       <width>215</width>
 
92
       <height>57</height>
 
93
      </size>
 
94
     </property>
 
95
    </spacer>
 
96
   </item>
 
97
  </layout>
 
98
 </widget>
 
99
 <resources/>
 
100
 <connections/>
 
101
</ui>