~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/ui/symbollayer/widget_linedecoration.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>WidgetLineDecoration</class>
 
4
 <widget class="QWidget" name="WidgetLineDecoration">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>368</width>
 
10
    <height>244</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout">
 
17
   <item>
 
18
    <layout class="QHBoxLayout">
 
19
     <item>
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>Color:</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <widget class="QgsColorButtonV2" name="btnChangeColor">
 
28
       <property name="sizePolicy">
 
29
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
30
         <horstretch>0</horstretch>
 
31
         <verstretch>0</verstretch>
 
32
        </sizepolicy>
 
33
       </property>
 
34
       <property name="text">
 
35
        <string>Change</string>
 
36
       </property>
 
37
      </widget>
 
38
     </item>
 
39
     <item>
 
40
      <spacer>
 
41
       <property name="orientation">
 
42
        <enum>Qt::Horizontal</enum>
 
43
       </property>
 
44
       <property name="sizeType">
 
45
        <enum>QSizePolicy::Preferred</enum>
 
46
       </property>
 
47
       <property name="sizeHint" stdset="0">
 
48
        <size>
 
49
         <width>112</width>
 
50
         <height>21</height>
 
51
        </size>
 
52
       </property>
 
53
      </spacer>
 
54
     </item>
 
55
    </layout>
 
56
   </item>
 
57
   <item>
 
58
    <spacer>
 
59
     <property name="orientation">
 
60
      <enum>Qt::Vertical</enum>
 
61
     </property>
 
62
     <property name="sizeHint" stdset="0">
 
63
      <size>
 
64
       <width>350</width>
 
65
       <height>81</height>
 
66
      </size>
 
67
     </property>
 
68
    </spacer>
 
69
   </item>
 
70
  </layout>
 
71
 </widget>
 
72
 <customwidgets>
 
73
  <customwidget>
 
74
   <class>QgsColorButtonV2</class>
 
75
   <extends>QPushButton</extends>
 
76
   <header>qgscolorbutton.h</header>
 
77
  </customwidget>
 
78
 </customwidgets>
 
79
 <resources/>
 
80
 <connections/>
 
81
</ui>