~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to kde/src/widgets/ui/transfer.ui

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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>Transfer</class>
 
4
 <widget class="QWidget" name="Transfer">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>333</width>
 
10
    <height>555</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="QLabel" name="m_pTitleL">
 
16
     <property name="styleSheet">
 
17
      <string notr="true">color:#dddddd;</string>
 
18
     </property>
 
19
     <property name="text">
 
20
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:xx-large; font-weight:600;&quot;&gt;Transfer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <spacer name="verticalSpacer_2">
 
26
     <property name="orientation">
 
27
      <enum>Qt::Vertical</enum>
 
28
     </property>
 
29
     <property name="sizeType">
 
30
      <enum>QSizePolicy::Fixed</enum>
 
31
     </property>
 
32
     <property name="sizeHint" stdset="0">
 
33
      <size>
 
34
       <width>20</width>
 
35
       <height>10</height>
 
36
      </size>
 
37
     </property>
 
38
    </spacer>
 
39
   </item>
 
40
   <item>
 
41
    <widget class="QGroupBox" name="m_pTransferGB">
 
42
     <property name="minimumSize">
 
43
      <size>
 
44
       <width>0</width>
 
45
       <height>100</height>
 
46
      </size>
 
47
     </property>
 
48
     <property name="styleSheet">
 
49
      <string notr="true">QGroupBox::title { 
 
50
      font-weight:900;
 
51
      padding-left:5px;
 
52
      padding-top:3px;
 
53
      padding-bottom:7px;
 
54
      color:white;
 
55
      text-align:left;
 
56
      text-decoration:underline;
 
57
   }
 
58
   
 
59
   QGroupBox { 
 
60
      margin-bottom:40px;
 
61
      padding-top;75px;
 
62
      min-height:90px;
 
63
   }</string>
 
64
     </property>
 
65
     <property name="title">
 
66
      <string>Transfer to:</string>
 
67
     </property>
 
68
     <layout class="QGridLayout" name="gridLayout">
 
69
      <item row="1" column="0">
 
70
       <spacer name="horizontalSpacer">
 
71
        <property name="orientation">
 
72
         <enum>Qt::Horizontal</enum>
 
73
        </property>
 
74
        <property name="sizeHint" stdset="0">
 
75
         <size>
 
76
          <width>103</width>
 
77
          <height>20</height>
 
78
         </size>
 
79
        </property>
 
80
       </spacer>
 
81
      </item>
 
82
      <item row="1" column="1">
 
83
       <widget class="QPushButton" name="m_pTransferB">
 
84
        <property name="styleSheet">
 
85
         <string notr="true">QPushButton {
 
86
      border-style:solid;
 
87
      color:#dddddd;
 
88
      border-width:1px;
 
89
      border-radius:5;
 
90
      border-color:#dddddd;
 
91
      padding-top:3px;
 
92
      padding-bottom:3px;
 
93
      padding-left:10px;
 
94
      padding-right:10px;
 
95
      margin-left:10px;
 
96
      margin-right:10px;
 
97
   }
 
98
   
 
99
   QPushButton:hover {
 
100
      background-color:white;
 
101
      color:#333333;
 
102
   }</string>
 
103
        </property>
 
104
        <property name="text">
 
105
         <string>Transfer</string>
 
106
        </property>
 
107
       </widget>
 
108
      </item>
 
109
      <item row="1" column="2">
 
110
       <spacer name="horizontalSpacer_2">
 
111
        <property name="orientation">
 
112
         <enum>Qt::Horizontal</enum>
 
113
        </property>
 
114
        <property name="sizeHint" stdset="0">
 
115
         <size>
 
116
          <width>103</width>
 
117
          <height>20</height>
 
118
         </size>
 
119
        </property>
 
120
       </spacer>
 
121
      </item>
 
122
      <item row="0" column="0" colspan="3">
 
123
       <widget class="KLineEdit" name="m_pNumberLE">
 
124
        <property name="autoFillBackground">
 
125
         <bool>false</bool>
 
126
        </property>
 
127
        <property name="placeholderText">
 
128
         <string>Enter a number</string>
 
129
        </property>
 
130
        <property name="showClearButton" stdset="0">
 
131
         <bool>true</bool>
 
132
        </property>
 
133
       </widget>
 
134
      </item>
 
135
      <item row="2" column="1">
 
136
       <spacer name="verticalSpacer_4">
 
137
        <property name="orientation">
 
138
         <enum>Qt::Vertical</enum>
 
139
        </property>
 
140
        <property name="sizeType">
 
141
         <enum>QSizePolicy::Fixed</enum>
 
142
        </property>
 
143
        <property name="sizeHint" stdset="0">
 
144
         <size>
 
145
          <width>20</width>
 
146
          <height>40</height>
 
147
         </size>
 
148
        </property>
 
149
       </spacer>
 
150
      </item>
 
151
     </layout>
 
152
    </widget>
 
153
   </item>
 
154
   <item>
 
155
    <spacer name="verticalSpacer">
 
156
     <property name="orientation">
 
157
      <enum>Qt::Vertical</enum>
 
158
     </property>
 
159
     <property name="sizeType">
 
160
      <enum>QSizePolicy::Preferred</enum>
 
161
     </property>
 
162
     <property name="sizeHint" stdset="0">
 
163
      <size>
 
164
       <width>20</width>
 
165
       <height>40</height>
 
166
      </size>
 
167
     </property>
 
168
    </spacer>
 
169
   </item>
 
170
   <item>
 
171
    <widget class="QGroupBox" name="m_pAttTransferGB">
 
172
     <property name="minimumSize">
 
173
      <size>
 
174
       <width>0</width>
 
175
       <height>100</height>
 
176
      </size>
 
177
     </property>
 
178
     <property name="styleSheet">
 
179
      <string notr="true">QGroupBox::title { 
 
180
      font-weight:900;
 
181
      padding-left:5px;
 
182
      padding-top:3px;
 
183
      padding-bottom:7px;
 
184
      color:white;
 
185
      text-align:left;
 
186
      text-decoration:underline;
 
187
   }
 
188
   
 
189
   QGroupBox { 
 
190
      margin-bottom:40px;
 
191
      padding-top;75px;
 
192
      min-height:90px;
 
193
   }</string>
 
194
     </property>
 
195
     <property name="title">
 
196
      <string>Transfer to existing calls:</string>
 
197
     </property>
 
198
     <layout class="QVBoxLayout" name="verticalLayout_2"/>
 
199
    </widget>
 
200
   </item>
 
201
   <item>
 
202
    <spacer name="verticalSpacer_3">
 
203
     <property name="orientation">
 
204
      <enum>Qt::Vertical</enum>
 
205
     </property>
 
206
     <property name="sizeHint" stdset="0">
 
207
      <size>
 
208
       <width>20</width>
 
209
       <height>208</height>
 
210
      </size>
 
211
     </property>
 
212
    </spacer>
 
213
   </item>
 
214
  </layout>
 
215
 </widget>
 
216
 <customwidgets>
 
217
  <customwidget>
 
218
   <class>KLineEdit</class>
 
219
   <extends>QLineEdit</extends>
 
220
   <header>klineedit.h</header>
 
221
  </customwidget>
 
222
 </customwidgets>
 
223
 <resources/>
 
224
 <connections/>
 
225
 <slots>
 
226
  <slot>slotTransferClicked()</slot>
 
227
 </slots>
 
228
</ui>