~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ima/dialogs/text_message.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>textMessage</class>
 
3
 <widget class="QDialog" name="textMessage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>413</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Send text message</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="../italc.qrc" >:/resources/text_message_48.png</iconset>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>15</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>15</number>
 
24
   </property>
 
25
   <item>
 
26
    <layout class="QHBoxLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
 
31
      <number>6</number>
 
32
     </property>
 
33
     <item>
 
34
      <widget class="QLabel" name="label" >
 
35
       <property name="text" >
 
36
        <string/>
 
37
       </property>
 
38
       <property name="pixmap" >
 
39
        <pixmap resource="../italc.qrc" >:/resources/text_message_48.png</pixmap>
 
40
       </property>
 
41
      </widget>
 
42
     </item>
 
43
     <item>
 
44
      <widget class="QLabel" name="label_2" >
 
45
       <property name="text" >
 
46
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:20pt; font-weight:600; font-style:italic;">Send text message&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
47
       </property>
 
48
      </widget>
 
49
     </item>
 
50
     <item>
 
51
      <spacer>
 
52
       <property name="orientation" >
 
53
        <enum>Qt::Horizontal</enum>
 
54
       </property>
 
55
       <property name="sizeHint" >
 
56
        <size>
 
57
         <width>40</width>
 
58
         <height>20</height>
 
59
        </size>
 
60
       </property>
 
61
      </spacer>
 
62
     </item>
 
63
    </layout>
 
64
   </item>
 
65
   <item>
 
66
    <widget class="QLabel" name="label_3" >
 
67
     <property name="text" >
 
68
      <string>Use the field below to type your message which will be sent to all selected users.</string>
 
69
     </property>
 
70
     <property name="wordWrap" >
 
71
      <bool>true</bool>
 
72
     </property>
 
73
    </widget>
 
74
   </item>
 
75
   <item>
 
76
    <widget class="QTextEdit" name="textEdit" />
 
77
   </item>
 
78
   <item>
 
79
    <spacer>
 
80
     <property name="orientation" >
 
81
      <enum>Qt::Vertical</enum>
 
82
     </property>
 
83
     <property name="sizeType" >
 
84
      <enum>QSizePolicy::Fixed</enum>
 
85
     </property>
 
86
     <property name="sizeHint" >
 
87
      <size>
 
88
       <width>20</width>
 
89
       <height>10</height>
 
90
      </size>
 
91
     </property>
 
92
    </spacer>
 
93
   </item>
 
94
   <item>
 
95
    <widget class="Line" name="line" >
 
96
     <property name="orientation" >
 
97
      <enum>Qt::Horizontal</enum>
 
98
     </property>
 
99
    </widget>
 
100
   </item>
 
101
   <item>
 
102
    <layout class="QHBoxLayout" >
 
103
     <property name="margin" >
 
104
      <number>0</number>
 
105
     </property>
 
106
     <property name="spacing" >
 
107
      <number>6</number>
 
108
     </property>
 
109
     <item>
 
110
      <spacer>
 
111
       <property name="orientation" >
 
112
        <enum>Qt::Horizontal</enum>
 
113
       </property>
 
114
       <property name="sizeHint" >
 
115
        <size>
 
116
         <width>131</width>
 
117
         <height>31</height>
 
118
        </size>
 
119
       </property>
 
120
      </spacer>
 
121
     </item>
 
122
     <item>
 
123
      <widget class="QPushButton" name="okButton" >
 
124
       <property name="text" >
 
125
        <string>&amp;OK</string>
 
126
       </property>
 
127
       <property name="icon" >
 
128
        <iconset resource="../italc.qrc" >:/resources/apply.png</iconset>
 
129
       </property>
 
130
       <property name="shortcut" >
 
131
        <string>Ctrl+Enter</string>
 
132
       </property>
 
133
      </widget>
 
134
     </item>
 
135
     <item>
 
136
      <widget class="QPushButton" name="cancelButton" >
 
137
       <property name="text" >
 
138
        <string>Cancel</string>
 
139
       </property>
 
140
       <property name="icon" >
 
141
        <iconset resource="../italc.qrc" >:/resources/cancel.png</iconset>
 
142
       </property>
 
143
       <property name="shortcut" >
 
144
        <string>Esc</string>
 
145
       </property>
 
146
      </widget>
 
147
     </item>
 
148
    </layout>
 
149
   </item>
 
150
  </layout>
 
151
 </widget>
 
152
 <resources>
 
153
  <include location="../italc.qrc" />
 
154
 </resources>
 
155
 <connections>
 
156
  <connection>
 
157
   <sender>okButton</sender>
 
158
   <signal>clicked()</signal>
 
159
   <receiver>textMessage</receiver>
 
160
   <slot>accept()</slot>
 
161
   <hints>
 
162
    <hint type="sourcelabel" >
 
163
     <x>278</x>
 
164
     <y>253</y>
 
165
    </hint>
 
166
    <hint type="destinationlabel" >
 
167
     <x>96</x>
 
168
     <y>254</y>
 
169
    </hint>
 
170
   </hints>
 
171
  </connection>
 
172
  <connection>
 
173
   <sender>cancelButton</sender>
 
174
   <signal>clicked()</signal>
 
175
   <receiver>textMessage</receiver>
 
176
   <slot>reject()</slot>
 
177
   <hints>
 
178
    <hint type="sourcelabel" >
 
179
     <x>369</x>
 
180
     <y>253</y>
 
181
    </hint>
 
182
    <hint type="destinationlabel" >
 
183
     <x>179</x>
 
184
     <y>282</y>
 
185
    </hint>
 
186
   </hints>
 
187
  </connection>
 
188
 </connections>
 
189
</ui>