~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kchart/kdchart/src/KDChartDatasetSelector.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author>Mirko Boehm &lt;mirko@kdab.net></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
5
 
 <class>DatasetSelector</class>
6
 
 <widget class="QWidget" name="DatasetSelector" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>728</width>
12
 
    <height>344</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="sizePolicy" >
16
 
   <sizepolicy>
17
 
    <hsizetype>3</hsizetype>
18
 
    <vsizetype>3</vsizetype>
19
 
    <horstretch>0</horstretch>
20
 
    <verstretch>0</verstretch>
21
 
   </sizepolicy>
22
 
  </property>
23
 
  <property name="minimumSize" >
24
 
   <size>
25
 
    <width>0</width>
26
 
    <height>0</height>
27
 
   </size>
28
 
  </property>
29
 
  <layout class="QHBoxLayout" >
30
 
   <property name="margin" >
31
 
    <number>9</number>
32
 
   </property>
33
 
   <property name="spacing" >
34
 
    <number>6</number>
35
 
   </property>
36
 
   <item>
37
 
    <widget class="QGroupBox" name="groupBox" >
38
 
     <property name="title" >
39
 
      <string>Only display a subset of the model in the chart:</string>
40
 
     </property>
41
 
     <property name="checkable" >
42
 
      <bool>true</bool>
43
 
     </property>
44
 
     <property name="checked" >
45
 
      <bool>false</bool>
46
 
     </property>
47
 
     <layout class="QGridLayout" >
48
 
      <property name="margin" >
49
 
       <number>9</number>
50
 
      </property>
51
 
      <property name="spacing" >
52
 
       <number>6</number>
53
 
      </property>
54
 
      <item row="3" column="1" colspan="3" >
55
 
       <widget class="QCheckBox" name="cbReverseColumns" >
56
 
        <property name="text" >
57
 
         <string>in reverse order.</string>
58
 
        </property>
59
 
       </widget>
60
 
      </item>
61
 
      <item row="3" column="0" >
62
 
       <widget class="QLabel" name="label_5" >
63
 
        <property name="text" >
64
 
         <string>...</string>
65
 
        </property>
66
 
        <property name="alignment" >
67
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68
 
        </property>
69
 
       </widget>
70
 
      </item>
71
 
      <item row="2" column="3" >
72
 
       <widget class="QSpinBox" name="sbStartColumn" />
73
 
      </item>
74
 
      <item row="2" column="2" >
75
 
       <widget class="QLabel" name="label_2" >
76
 
        <property name="text" >
77
 
         <string>columns starting at column</string>
78
 
        </property>
79
 
        <property name="alignment" >
80
 
         <set>Qt::AlignCenter</set>
81
 
        </property>
82
 
       </widget>
83
 
      </item>
84
 
      <item row="2" column="1" >
85
 
       <widget class="QSpinBox" name="sbColumnCount" />
86
 
      </item>
87
 
      <item row="2" column="0" >
88
 
       <widget class="QLabel" name="label" >
89
 
        <property name="text" >
90
 
         <string>Display</string>
91
 
        </property>
92
 
        <property name="alignment" >
93
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
94
 
        </property>
95
 
       </widget>
96
 
      </item>
97
 
      <item row="1" column="0" >
98
 
       <widget class="QLabel" name="label_6" >
99
 
        <property name="text" >
100
 
         <string>...</string>
101
 
        </property>
102
 
        <property name="alignment" >
103
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
104
 
        </property>
105
 
       </widget>
106
 
      </item>
107
 
      <item row="0" column="3" >
108
 
       <widget class="QSpinBox" name="sbStartRow" />
109
 
      </item>
110
 
      <item row="0" column="2" >
111
 
       <widget class="QLabel" name="label_4" >
112
 
        <property name="text" >
113
 
         <string>rows starting at row</string>
114
 
        </property>
115
 
        <property name="alignment" >
116
 
         <set>Qt::AlignCenter</set>
117
 
        </property>
118
 
       </widget>
119
 
      </item>
120
 
      <item row="1" column="1" colspan="3" >
121
 
       <widget class="QCheckBox" name="cbReverseRows" >
122
 
        <property name="text" >
123
 
         <string>in reverse order.</string>
124
 
        </property>
125
 
       </widget>
126
 
      </item>
127
 
      <item row="0" column="0" >
128
 
       <widget class="QLabel" name="label_3" >
129
 
        <property name="text" >
130
 
         <string>Display</string>
131
 
        </property>
132
 
        <property name="alignment" >
133
 
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
134
 
        </property>
135
 
       </widget>
136
 
      </item>
137
 
      <item row="0" column="1" >
138
 
       <widget class="QSpinBox" name="sbRowCount" />
139
 
      </item>
140
 
      <item row="4" column="2" >
141
 
       <spacer>
142
 
        <property name="orientation" >
143
 
         <enum>Qt::Vertical</enum>
144
 
        </property>
145
 
        <property name="sizeHint" >
146
 
         <size>
147
 
          <width>169</width>
148
 
          <height>31</height>
149
 
         </size>
150
 
        </property>
151
 
       </spacer>
152
 
      </item>
153
 
     </layout>
154
 
    </widget>
155
 
   </item>
156
 
  </layout>
157
 
 </widget>
158
 
 <pixmapfunction></pixmapfunction>
159
 
 <resources/>
160
 
 <connections/>
161
 
</ui>