~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/addurl.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>AddUrl</class>
 
6
  <widget class="QDialog" name="AddUrl" >
 
7
    <property name="geometry" >
 
8
      <rect>
 
9
        <x>0</x>
 
10
        <y>0</y>
 
11
        <width>337</width>
 
12
        <height>123</height>
 
13
      </rect>
 
14
    </property>
 
15
    <property name="windowTitle" >
 
16
      <string>Add URL</string>
 
17
    </property>
 
18
    <layout class="QVBoxLayout" >
 
19
      <property name="margin" >
 
20
        <number>11</number>
 
21
      </property>
 
22
      <property name="spacing" >
 
23
        <number>6</number>
 
24
      </property>
 
25
      <item>
 
26
        <layout class="QGridLayout" >
 
27
          <property name="margin" >
 
28
            <number>0</number>
 
29
          </property>
 
30
          <property name="spacing" >
 
31
            <number>6</number>
 
32
          </property>
 
33
          <item row="1" column="1" >
 
34
            <widget class="QLineEdit" name="le_desc" />
 
35
          </item>
 
36
          <item row="0" column="0" >
 
37
            <widget class="QLabel" name="TextLabel1" >
 
38
              <property name="text" >
 
39
                <string>URL:</string>
 
40
              </property>
 
41
            </widget>
 
42
          </item>
 
43
          <item row="1" column="0" >
 
44
            <widget class="QLabel" name="TextLabel2" >
 
45
              <property name="text" >
 
46
                <string>Description:</string>
 
47
              </property>
 
48
            </widget>
 
49
          </item>
 
50
          <item row="0" column="1" >
 
51
            <widget class="QLineEdit" name="le_url" />
 
52
          </item>
 
53
        </layout>
 
54
      </item>
 
55
      <item>
 
56
        <spacer name="Spacer2" >
 
57
          <property name="sizeHint" >
 
58
            <size>
 
59
              <width>16</width>
 
60
              <height>16</height>
 
61
            </size>
 
62
          </property>
 
63
          <property name="sizeType" >
 
64
            <enum>Expanding</enum>
 
65
          </property>
 
66
          <property name="orientation" >
 
67
            <enum>Vertical</enum>
 
68
          </property>
 
69
        </spacer>
 
70
      </item>
 
71
      <item>
 
72
        <layout class="QHBoxLayout" >
 
73
          <property name="margin" >
 
74
            <number>0</number>
 
75
          </property>
 
76
          <item>
 
77
            <spacer name="Spacer1" >
 
78
              <property name="sizeHint" >
 
79
                <size>
 
80
                  <width>203</width>
 
81
                  <height>16</height>
 
82
                </size>
 
83
              </property>
 
84
              <property name="sizeType" >
 
85
                <enum>Expanding</enum>
 
86
              </property>
 
87
              <property name="orientation" >
 
88
                <enum>Horizontal</enum>
 
89
              </property>
 
90
            </spacer>
 
91
          </item>
 
92
          <item>
 
93
            <widget class="IconButton" name="pb_close" >
 
94
              <property name="text" >
 
95
                <string>&amp;Close</string>
 
96
              </property>
 
97
            </widget>
 
98
          </item>
 
99
          <item>
 
100
            <widget class="IconButton" name="pb_ok" >
 
101
              <property name="text" >
 
102
                <string>&amp;OK</string>
 
103
              </property>
 
104
              <property name="shortcut" >
 
105
                <string>Alt+O</string>
 
106
              </property>
 
107
              <property name="default" >
 
108
                <bool>true</bool>
 
109
              </property>
 
110
            </widget>
 
111
          </item>
 
112
        </layout>
 
113
      </item>
 
114
    </layout>
 
115
  </widget>
 
116
  <layoutdefault spacing="6" margin="11" />
 
117
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
118
  <tabstops>
 
119
    <tabstop>le_url</tabstop>
 
120
    <tabstop>le_desc</tabstop>
 
121
  </tabstops>
 
122
</ui>