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

« back to all changes in this revision

Viewing changes to kword/part/dockers/KWRdfDocker.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>KWRdfDocker</class>
 
4
 <widget class="QWidget" name="KWRdfDocker">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="5" column="0">
 
15
    <widget class="KWRdfDockerTree" name="semanticView">
 
16
     <property name="dragDropMode">
 
17
      <enum>QAbstractItemView::DropOnly</enum>
 
18
     </property>
 
19
     <attribute name="headerVisible">
 
20
      <bool>false</bool>
 
21
     </attribute>
 
22
     <column>
 
23
      <property name="text">
 
24
       <string notr="true">1</string>
 
25
      </property>
 
26
     </column>
 
27
    </widget>
 
28
   </item>
 
29
   <item row="1" column="0">
 
30
    <layout class="QHBoxLayout" name="horizontalLayout">
 
31
     <item>
 
32
      <widget class="QCheckBox" name="autoRefresh">
 
33
       <property name="text">
 
34
        <string>Automatically update</string>
 
35
       </property>
 
36
      </widget>
 
37
     </item>
 
38
     <item>
 
39
      <widget class="QToolButton" name="refresh">
 
40
       <property name="text">
 
41
        <string>update</string>
 
42
       </property>
 
43
      </widget>
 
44
     </item>
 
45
    </layout>
 
46
   </item>
 
47
  </layout>
 
48
 </widget>
 
49
 <customwidgets>
 
50
  <customwidget>
 
51
   <class>KWRdfDockerTree</class>
 
52
   <extends>QTreeWidget</extends>
 
53
   <header>dockers/KWRdfDockerTree.h</header>
 
54
  </customwidget>
 
55
 </customwidgets>
 
56
 <resources/>
 
57
 <connections/>
 
58
</ui>