~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to documentation/qthelp/testqthelp/docwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

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>DocWidget</class>
 
4
 <widget class="QWidget" name="DocWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>857</width>
 
10
    <height>734</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="label">
 
16
     <property name="text">
 
17
      <string>Identifier to search:</string>
 
18
     </property>
 
19
     <property name="alignment">
 
20
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="QLineEdit" name="search"/>
 
26
   </item>
 
27
   <item row="1" column="0">
 
28
    <widget class="QLabel" name="label_2">
 
29
     <property name="text">
 
30
      <string>Help page:</string>
 
31
     </property>
 
32
     <property name="alignment">
 
33
      <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="1" column="1">
 
38
    <widget class="QWebView" name="help">
 
39
     <property name="url">
 
40
      <url>
 
41
       <string>about:blank</string>
 
42
      </url>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
   <item row="2" column="0">
 
47
    <widget class="QLabel" name="label_3">
 
48
     <property name="text">
 
49
      <string>Debug info:</string>
 
50
     </property>
 
51
     <property name="alignment">
 
52
      <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item row="2" column="1">
 
57
    <widget class="QTextBrowser" name="debug"/>
 
58
   </item>
 
59
  </layout>
 
60
 </widget>
 
61
 <customwidgets>
 
62
  <customwidget>
 
63
   <class>QWebView</class>
 
64
   <extends>QWidget</extends>
 
65
   <header>QtWebKit/QWebView</header>
 
66
  </customwidget>
 
67
 </customwidgets>
 
68
 <resources/>
 
69
 <connections/>
 
70
</ui>