blob: 73165908402000eb4fac8c92b32de46d951a05da [file] [log] [blame]
Edric Milaret5cbf2b62015-07-09 11:36:53 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TransferDialog</class>
4 <widget class="QDialog" name="TransferDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>268</width>
10 <height>385</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0" columnstretch="0,0">
17 <item row="1" column="0">
18 <widget class="QListView" name="activeCallsView"/>
19 </item>
20 <item row="3" column="0" colspan="2">
21 <widget class="QPushButton" name="transferButton">
22 <property name="text">
23 <string>Transfer</string>
24 </property>
25 </widget>
26 </item>
27 <item row="2" column="0">
28 <widget class="QLineEdit" name="numberBar">
29 <property name="placeholderText">
30 <string>or type number...</string>
31 </property>
32 <property name="clearButtonEnabled">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item row="0" column="0">
38 <widget class="QLabel" name="label">
39 <property name="text">
40 <string>Current Calls</string>
41 </property>
42 </widget>
43 </item>
44 </layout>
45 </widget>
46 <resources/>
47 <connections/>
48</ui>