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

« back to all changes in this revision

Viewing changes to src/plugins/diagram_overlay/qgsdiagramdialogbase.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>QgsDiagramDialogBase</class>
 
4
 <widget class="QDialog" name="QgsDiagramDialogBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>338</width>
 
10
    <height>324</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <layout class="QGridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QCheckBox" name="mDisplayDiagramsCheckBox">
 
19
     <property name="text">
 
20
      <string>Display diagrams</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="1" column="0">
 
25
    <layout class="QHBoxLayout">
 
26
     <property name="spacing">
 
27
      <number>6</number>
 
28
     </property>
 
29
     <property name="margin">
 
30
      <number>0</number>
 
31
     </property>
 
32
     <item>
 
33
      <widget class="QLabel" name="mTypeLabel">
 
34
       <property name="text">
 
35
        <string>Diagram type</string>
 
36
       </property>
 
37
      </widget>
 
38
     </item>
 
39
     <item>
 
40
      <widget class="QComboBox" name="mDiagramTypeComboBox"/>
 
41
     </item>
 
42
    </layout>
 
43
   </item>
 
44
   <item row="2" column="0">
 
45
    <widget class="QStackedWidget" name="mDiagramFactoryStackedWidget">
 
46
     <widget class="QWidget" name="page_3"/>
 
47
     <widget class="QWidget" name="page_4"/>
 
48
    </widget>
 
49
   </item>
 
50
   <item row="3" column="0">
 
51
    <layout class="QGridLayout">
 
52
     <property name="margin">
 
53
      <number>0</number>
 
54
     </property>
 
55
     <property name="spacing">
 
56
      <number>6</number>
 
57
     </property>
 
58
     <item row="0" column="1">
 
59
      <widget class="QComboBox" name="mClassificationTypeComboBox"/>
 
60
     </item>
 
61
     <item row="2" column="0" colspan="2">
 
62
      <widget class="QStackedWidget" name="mWidgetStackRenderers">
 
63
       <widget class="QWidget" name="page"/>
 
64
       <widget class="QWidget" name="page_2"/>
 
65
      </widget>
 
66
     </item>
 
67
     <item row="1" column="0">
 
68
      <widget class="QLabel" name="mClassificationLabel">
 
69
       <property name="text">
 
70
        <string>Classification attribute</string>
 
71
       </property>
 
72
      </widget>
 
73
     </item>
 
74
     <item row="1" column="1">
 
75
      <widget class="QComboBox" name="mClassificationComboBox"/>
 
76
     </item>
 
77
     <item row="0" column="0">
 
78
      <widget class="QLabel" name="mClassificationTypeLabel">
 
79
       <property name="text">
 
80
        <string>Classification type</string>
 
81
       </property>
 
82
      </widget>
 
83
     </item>
 
84
    </layout>
 
85
   </item>
 
86
  </layout>
 
87
 </widget>
 
88
 <resources/>
 
89
 <connections/>
 
90
</ui>