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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-02-18 21:47:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218214709-6362d71gqdsdkrj5
Tags: 1.0.2-1
* New upstream release
  - remove logging patch (applied upstream)
  - update s390 patch since it was partially applied upstream
* Include the Evolution plugin as a separate binary package

* Fix compilation issues on SH4 (closes: #658987)
* Merge Ubuntu's binutils-gold linking fix

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>DlgDisplayBase</class>
 
4
 <widget class="QWidget" name="DlgDisplayBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>373</width>
 
10
    <height>300</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="QLabel" name="label1_notifications">
 
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="text">
 
26
      <string>Enable notifications</string>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QWidget" name="widget1_notifications" native="true">
 
32
     <property name="sizePolicy">
 
33
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
34
       <horstretch>0</horstretch>
 
35
       <verstretch>0</verstretch>
 
36
      </sizepolicy>
 
37
     </property>
 
38
     <layout class="QHBoxLayout" name="horizontalLayout_5">
 
39
      <item>
 
40
       <widget class="QCheckBox" name="kcfg_notifOnCalls">
 
41
        <property name="text">
 
42
         <string>On incoming calls</string>
 
43
        </property>
 
44
       </widget>
 
45
      </item>
 
46
      <item>
 
47
       <widget class="QCheckBox" name="kcfg_notifOnMessages">
 
48
        <property name="text">
 
49
         <string>On messages</string>
 
50
        </property>
 
51
       </widget>
 
52
      </item>
 
53
     </layout>
 
54
    </widget>
 
55
   </item>
 
56
   <item>
 
57
    <widget class="QLabel" name="label2_displayMainWindow">
 
58
     <property name="sizePolicy">
 
59
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
60
       <horstretch>0</horstretch>
 
61
       <verstretch>0</verstretch>
 
62
      </sizepolicy>
 
63
     </property>
 
64
     <property name="text">
 
65
      <string>Show main window</string>
 
66
     </property>
 
67
    </widget>
 
68
   </item>
 
69
   <item>
 
70
    <widget class="QWidget" name="widget_displayMainWindow" native="true">
 
71
     <property name="sizePolicy">
 
72
      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
73
       <horstretch>0</horstretch>
 
74
       <verstretch>0</verstretch>
 
75
      </sizepolicy>
 
76
     </property>
 
77
     <layout class="QHBoxLayout" name="horizontalLayout_6">
 
78
      <item>
 
79
       <widget class="QCheckBox" name="kcfg_displayOnStart">
 
80
        <property name="text">
 
81
         <string>On start</string>
 
82
        </property>
 
83
       </widget>
 
84
      </item>
 
85
      <item>
 
86
       <widget class="QCheckBox" name="kcfg_displayOnCalls">
 
87
        <property name="text">
 
88
         <string>On incoming calls</string>
 
89
        </property>
 
90
       </widget>
 
91
      </item>
 
92
     </layout>
 
93
    </widget>
 
94
   </item>
 
95
   <item>
 
96
    <spacer name="verticalSpacer_configDisplay">
 
97
     <property name="orientation">
 
98
      <enum>Qt::Vertical</enum>
 
99
     </property>
 
100
     <property name="sizeHint" stdset="0">
 
101
      <size>
 
102
       <width>20</width>
 
103
       <height>16777215</height>
 
104
      </size>
 
105
     </property>
 
106
    </spacer>
 
107
   </item>
 
108
  </layout>
 
109
 </widget>
 
110
 <resources/>
 
111
 <connections/>
 
112
</ui>