~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to libkopete/ui/kopeteawaydialogbase.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>KopeteAwayDialog_Base</class>
 
3
 <widget class="QWidget" name="KopeteAwayDialog_Base" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>322</width>
 
9
    <height>192</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <property name="margin" >
 
14
    <number>0</number>
 
15
   </property>
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <item>
 
20
    <widget class="QLabel" name="TextLabel1" >
 
21
     <property name="text" >
 
22
      <string>Please specify an away message, or choose a predefined one.</string>
 
23
     </property>
 
24
     <property name="alignment" >
 
25
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item>
 
30
    <widget class="KLineEdit" name="txtOneShot" >
 
31
     <property name="sizePolicy" >
 
32
      <sizepolicy>
 
33
       <hsizetype>3</hsizetype>
 
34
       <vsizetype>0</vsizetype>
 
35
       <horstretch>0</horstretch>
 
36
       <verstretch>0</verstretch>
 
37
      </sizepolicy>
 
38
     </property>
 
39
     <property name="minimumSize" >
 
40
      <size>
 
41
       <width>300</width>
 
42
       <height>0</height>
 
43
      </size>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item>
 
48
    <widget class="KComboBox" name="cmbHistory" >
 
49
     <property name="editable" >
 
50
      <bool>false</bool>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item>
 
55
    <spacer>
 
56
     <property name="orientation" >
 
57
      <enum>Qt::Vertical</enum>
 
58
     </property>
 
59
     <property name="sizeType" >
 
60
      <enum>QSizePolicy::Expanding</enum>
 
61
     </property>
 
62
     <property name="sizeHint" >
 
63
      <size>
 
64
       <width>20</width>
 
65
       <height>40</height>
 
66
      </size>
 
67
     </property>
 
68
    </spacer>
 
69
   </item>
 
70
  </layout>
 
71
 </widget>
 
72
  <customwidgets>
 
73
  <customwidget>
 
74
   <class>KLineEdit</class>
 
75
   <extends></extends>
 
76
   <header>klineedit.h</header>
 
77
   <container>0</container>
 
78
   <pixmap></pixmap>
 
79
  </customwidget>
 
80
  <customwidget>
 
81
   <class>KComboBox</class>
 
82
   <extends></extends>
 
83
   <header>kcombobox.h</header>
 
84
   <container>0</container>
 
85
   <pixmap></pixmap>
 
86
  </customwidget>
 
87
 </customwidgets>
 
88
 <resources/>
 
89
 <connections/>
 
90
</ui>