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

« back to all changes in this revision

Viewing changes to kchart/kdchart/examples/Lines/BubbleChart/mainwindow.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>MainWindow</class>
3
 
 <widget class="QWidget" name="MainWindow" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>692</width>
9
 
    <height>421</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Bubble Chart </string>
14
 
  </property>
15
 
  <property name="windowIcon" >
16
 
   <iconset/>
17
 
  </property>
18
 
  <layout class="QGridLayout" >
19
 
   <property name="margin" >
20
 
    <number>9</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="0" column="0" >
26
 
    <widget class="QSplitter" name="splitter" >
27
 
     <property name="orientation" >
28
 
      <enum>Qt::Horizontal</enum>
29
 
     </property>
30
 
     <widget class="QFrame" name="chartFrame" >
31
 
      <property name="minimumSize" >
32
 
       <size>
33
 
        <width>300</width>
34
 
        <height>400</height>
35
 
       </size>
36
 
      </property>
37
 
      <property name="frameShape" >
38
 
       <enum>QFrame::StyledPanel</enum>
39
 
      </property>
40
 
      <property name="frameShadow" >
41
 
       <enum>QFrame::Raised</enum>
42
 
      </property>
43
 
     </widget>
44
 
    </widget>
45
 
   </item>
46
 
  </layout>
47
 
 </widget>
48
 
 <resources/>
49
 
 <connections/>
50
 
</ui>