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

« back to all changes in this revision

Viewing changes to src/avcall/call.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>Call</class>
 
3
 <widget class="QDialog" name="Call" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>354</width>
 
9
    <height>180</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Dialog</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <item>
 
17
    <layout class="QHBoxLayout" >
 
18
     <item>
 
19
      <widget class="QLabel" name="lb_to" >
 
20
       <property name="text" >
 
21
        <string>To:</string>
 
22
       </property>
 
23
      </widget>
 
24
     </item>
 
25
     <item>
 
26
      <widget class="QLineEdit" name="le_to" />
 
27
     </item>
 
28
    </layout>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QCheckBox" name="ck_useVideo" >
 
32
     <property name="text" >
 
33
      <string>Use video</string>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <layout class="QHBoxLayout" >
 
39
     <item>
 
40
      <widget class="QLabel" name="lb_bandwidth" >
 
41
       <property name="text" >
 
42
        <string>Sending bandwidth:</string>
 
43
       </property>
 
44
      </widget>
 
45
     </item>
 
46
     <item>
 
47
      <widget class="QComboBox" name="cb_bandwidth" />
 
48
     </item>
 
49
    </layout>
 
50
   </item>
 
51
   <item>
 
52
    <widget class="QLabel" name="lb_status" >
 
53
     <property name="text" >
 
54
      <string>Call status</string>
 
55
     </property>
 
56
    </widget>
 
57
   </item>
 
58
   <item>
 
59
    <spacer>
 
60
     <property name="orientation" >
 
61
      <enum>Qt::Vertical</enum>
 
62
     </property>
 
63
     <property name="sizeHint" >
 
64
      <size>
 
65
       <width>336</width>
 
66
       <height>16</height>
 
67
      </size>
 
68
     </property>
 
69
    </spacer>
 
70
   </item>
 
71
   <item>
 
72
    <widget class="Line" name="line" >
 
73
     <property name="orientation" >
 
74
      <enum>Qt::Horizontal</enum>
 
75
     </property>
 
76
    </widget>
 
77
   </item>
 
78
   <item>
 
79
    <layout class="QHBoxLayout" >
 
80
     <item>
 
81
      <widget class="BusyWidget" native="1" name="busy" />
 
82
     </item>
 
83
     <item>
 
84
      <spacer>
 
85
       <property name="orientation" >
 
86
        <enum>Qt::Horizontal</enum>
 
87
       </property>
 
88
       <property name="sizeHint" >
 
89
        <size>
 
90
         <width>111</width>
 
91
         <height>28</height>
 
92
        </size>
 
93
       </property>
 
94
      </spacer>
 
95
     </item>
 
96
     <item>
 
97
      <widget class="QPushButton" name="pb_reject" >
 
98
       <property name="text" >
 
99
        <string>&amp;Reject</string>
 
100
       </property>
 
101
      </widget>
 
102
     </item>
 
103
     <item>
 
104
      <widget class="QPushButton" name="pb_accept" >
 
105
       <property name="text" >
 
106
        <string>&amp;Accept</string>
 
107
       </property>
 
108
      </widget>
 
109
     </item>
 
110
    </layout>
 
111
   </item>
 
112
  </layout>
 
113
 </widget>
 
114
 <customwidgets>
 
115
  <customwidget>
 
116
   <class>BusyWidget</class>
 
117
   <extends>QWidget</extends>
 
118
   <header>busywidget.h</header>
 
119
   <container>1</container>
 
120
  </customwidget>
 
121
 </customwidgets>
 
122
 <tabstops>
 
123
  <tabstop>le_to</tabstop>
 
124
  <tabstop>ck_useVideo</tabstop>
 
125
  <tabstop>cb_bandwidth</tabstop>
 
126
  <tabstop>pb_reject</tabstop>
 
127
  <tabstop>pb_accept</tabstop>
 
128
 </tabstops>
 
129
 <resources/>
 
130
 <connections/>
 
131
</ui>