~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to src/opensearch/opensearchdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-09-10 15:24:04 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910152404-668k22ux3mfap6g0
Tags: 0.9.0-0ubuntu1
* New upstream release
* Update patches:
  - kubuntu_02_default_bookmarks.diff
* Remove patches:
  - kubuntu_04_startpage_spacing.diff (fixed upstream)
  - kubuntu_05_manpages.diff (fixed upstream)
  - kubuntu_07_adblock.diff (unstable/unsuitable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>400</width>
 
9
    <width>500</width>
10
10
    <height>250</height>
11
11
   </rect>
12
12
  </property>
15
15
  </property>
16
16
  <layout class="QHBoxLayout" name="horizontalLayout">
17
17
   <item>
18
 
    <widget class="EditListView" name="m_listView"/>
 
18
    <widget class="EditTableView" name="m_tableView">
 
19
     <property name="minimumSize">
 
20
      <size>
 
21
       <width>400</width>
 
22
      </size>
 
23
     </property>
 
24
    </widget>
19
25
   </item>
20
26
   <item>
21
27
    <layout class="QVBoxLayout" name="verticalLayout">
65
71
 </widget>
66
72
 <customwidgets>
67
73
  <customwidget>
68
 
   <class>EditListView</class>
69
 
   <extends>QListView</extends>
70
 
   <header>editlistview.h</header>
 
74
   <class>EditTableView</class>
 
75
   <extends>QTableView</extends>
 
76
   <header>edittableview.h</header>
71
77
  </customwidget>
72
78
 </customwidgets>
73
79
 <resources/>