~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to kde/src/conf/dlggeneralbase.ui

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

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>DlgGeneralBase</class>
4
 
 <widget class="QWidget" name="DlgGeneralBase">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>525</width>
10
 
    <height>404</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string notr="true">Form</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <widget class="QGroupBox" name="groupBox1_history_2">
19
 
     <property name="sizePolicy">
20
 
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
21
 
       <horstretch>0</horstretch>
22
 
       <verstretch>0</verstretch>
23
 
      </sizepolicy>
24
 
     </property>
25
 
     <property name="title">
26
 
      <string>Call history</string>
27
 
     </property>
28
 
     <layout class="QVBoxLayout" name="verticalLayout_21">
29
 
      <item>
30
 
       <widget class="QWidget" name="widget_historyCapacity_2" native="true">
31
 
        <layout class="QHBoxLayout" name="horizontalLayout_11">
32
 
         <item>
33
 
          <widget class="QCheckBox" name="kcfg_enableHistory">
34
 
           <property name="text">
35
 
            <string>Keep my history for at least</string>
36
 
           </property>
37
 
          </widget>
38
 
         </item>
39
 
         <item>
40
 
          <widget class="KIntSpinBox" name="kcfg_historyMax">
41
 
           <property name="sizePolicy">
42
 
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
43
 
             <horstretch>0</horstretch>
44
 
             <verstretch>0</verstretch>
45
 
            </sizepolicy>
46
 
           </property>
47
 
           <property name="minimum">
48
 
            <number>-8</number>
49
 
           </property>
50
 
          </widget>
51
 
         </item>
52
 
         <item>
53
 
          <widget class="QLabel" name="label">
54
 
           <property name="sizePolicy">
55
 
            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
56
 
             <horstretch>0</horstretch>
57
 
             <verstretch>0</verstretch>
58
 
            </sizepolicy>
59
 
           </property>
60
 
           <property name="text">
61
 
            <string>days</string>
62
 
           </property>
63
 
          </widget>
64
 
         </item>
65
 
         <item>
66
 
          <spacer name="horizontalSpacer">
67
 
           <property name="orientation">
68
 
            <enum>Qt::Horizontal</enum>
69
 
           </property>
70
 
           <property name="sizeHint" stdset="0">
71
 
            <size>
72
 
             <width>40</width>
73
 
             <height>20</height>
74
 
            </size>
75
 
           </property>
76
 
          </spacer>
77
 
         </item>
78
 
        </layout>
79
 
       </widget>
80
 
      </item>
81
 
      <item>
82
 
       <widget class="QToolButton" name="toolButton_historyClear">
83
 
        <property name="text">
84
 
         <string>Clear history</string>
85
 
        </property>
86
 
       </widget>
87
 
      </item>
88
 
     </layout>
89
 
    </widget>
90
 
   </item>
91
 
   <item>
92
 
    <widget class="QGroupBox" name="groupBox2_connection_2">
93
 
     <property name="sizePolicy">
94
 
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
95
 
       <horstretch>0</horstretch>
96
 
       <verstretch>0</verstretch>
97
 
      </sizepolicy>
98
 
     </property>
99
 
     <property name="title">
100
 
      <string>Connection</string>
101
 
     </property>
102
 
     <layout class="QFormLayout" name="formLayout_13">
103
 
      <property name="fieldGrowthPolicy">
104
 
       <enum>QFormLayout::ExpandingFieldsGrow</enum>
105
 
      </property>
106
 
      <item row="0" column="0">
107
 
       <widget class="QLabel" name="label_SIPPort_2">
108
 
        <property name="text">
109
 
         <string>SIP Port</string>
110
 
        </property>
111
 
        <property name="buddy">
112
 
         <cstring>kcfg_SIPPort</cstring>
113
 
        </property>
114
 
       </widget>
115
 
      </item>
116
 
      <item row="0" column="1">
117
 
       <widget class="QWidget" name="widget_SIPPort_2" native="true">
118
 
        <property name="minimumSize">
119
 
         <size>
120
 
          <width>50</width>
121
 
          <height>0</height>
122
 
         </size>
123
 
        </property>
124
 
        <layout class="QHBoxLayout" name="horizontalLayout_9">
125
 
         <property name="margin">
126
 
          <number>0</number>
127
 
         </property>
128
 
         <item>
129
 
          <widget class="KIntSpinBox" name="kcfg_SIPPort"/>
130
 
         </item>
131
 
         <item>
132
 
          <widget class="QLabel" name="label_WarningSIPPort">
133
 
           <property name="enabled">
134
 
            <bool>false</bool>
135
 
           </property>
136
 
           <property name="text">
137
 
            <string/>
138
 
           </property>
139
 
          </widget>
140
 
         </item>
141
 
        </layout>
142
 
       </widget>
143
 
      </item>
144
 
     </layout>
145
 
    </widget>
146
 
   </item>
147
 
   <item>
148
 
    <spacer name="verticalSpacer_configGeneral_2">
149
 
     <property name="orientation">
150
 
      <enum>Qt::Vertical</enum>
151
 
     </property>
152
 
     <property name="sizeHint" stdset="0">
153
 
      <size>
154
 
       <width>504</width>
155
 
       <height>171</height>
156
 
      </size>
157
 
     </property>
158
 
    </spacer>
159
 
   </item>
160
 
  </layout>
161
 
 </widget>
162
 
 <customwidgets>
163
 
  <customwidget>
164
 
   <class>KIntSpinBox</class>
165
 
   <extends>QSpinBox</extends>
166
 
   <header>knuminput.h</header>
167
 
  </customwidget>
168
 
 </customwidgets>
169
 
 <resources>
170
 
  <include location="../qrc/resources.qrc"/>
171
 
 </resources>
172
 
 <connections/>
173
 
</ui>