~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/mood.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" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>Mood</class>
 
6
 <widget class="QDialog" name="Mood" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>241</width>
 
12
    <height>120</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Set Mood</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</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="0" column="1" >
 
34
      <widget class="QComboBox" name="cb_type" />
 
35
     </item>
 
36
     <item row="0" column="0" >
 
37
      <widget class="QLabel" name="label" >
 
38
       <property name="text" >
 
39
        <string>Type:</string>
 
40
       </property>
 
41
      </widget>
 
42
     </item>
 
43
     <item row="1" column="1" >
 
44
      <widget class="QLineEdit" name="le_text" />
 
45
     </item>
 
46
     <item row="1" column="0" >
 
47
      <widget class="QLabel" name="label_2" >
 
48
       <property name="text" >
 
49
        <string>Text:</string>
 
50
       </property>
 
51
      </widget>
 
52
     </item>
 
53
    </layout>
 
54
   </item>
 
55
   <item>
 
56
    <spacer>
 
57
     <property name="orientation" >
 
58
      <enum>Qt::Vertical</enum>
 
59
     </property>
 
60
     <property name="sizeHint" >
 
61
      <size>
 
62
       <width>20</width>
 
63
       <height>31</height>
 
64
      </size>
 
65
     </property>
 
66
    </spacer>
 
67
   </item>
 
68
   <item>
 
69
    <layout class="QHBoxLayout" >
 
70
     <property name="margin" >
 
71
      <number>0</number>
 
72
     </property>
 
73
     <property name="spacing" >
 
74
      <number>6</number>
 
75
     </property>
 
76
     <item>
 
77
      <spacer>
 
78
       <property name="orientation" >
 
79
        <enum>Qt::Horizontal</enum>
 
80
       </property>
 
81
       <property name="sizeHint" >
 
82
        <size>
 
83
         <width>131</width>
 
84
         <height>31</height>
 
85
        </size>
 
86
       </property>
 
87
      </spacer>
 
88
     </item>
 
89
     <item>
 
90
      <widget class="QPushButton" name="pb_ok" >
 
91
       <property name="text" >
 
92
        <string>OK</string>
 
93
       </property>
 
94
      </widget>
 
95
     </item>
 
96
     <item>
 
97
      <widget class="QPushButton" name="pb_cancel" >
 
98
       <property name="text" >
 
99
        <string>Cancel</string>
 
100
       </property>
 
101
      </widget>
 
102
     </item>
 
103
    </layout>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <pixmapfunction></pixmapfunction>
 
108
 <resources/>
 
109
</ui>