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

« back to all changes in this revision

Viewing changes to kopete/config/chatwindow/chatwindowconfig_tab.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>ChatWindowConfig_Tab</class>
 
4
 <widget class="QWidget" name="ChatWindowConfig_Tab">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>564</width>
 
10
    <height>406</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="QGroupBox" name="groupBox_2">
 
16
     <property name="title">
 
17
      <string>For each tab</string>
 
18
     </property>
 
19
     <layout class="QVBoxLayout">
 
20
      <item>
 
21
       <widget class="QCheckBox" name="kcfg_ShowContactName">
 
22
        <property name="text">
 
23
         <string>Show contact name</string>
 
24
        </property>
 
25
        <property name="checked">
 
26
         <bool>true</bool>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item>
 
31
       <widget class="QCheckBox" name="kcfg_HoverClose">
 
32
        <property name="text">
 
33
         <string>Show close button</string>
 
34
        </property>
 
35
        <property name="checked">
 
36
         <bool>true</bool>
 
37
        </property>
 
38
       </widget>
 
39
      </item>
 
40
     </layout>
 
41
    </widget>
 
42
   </item>
 
43
   <item>
 
44
    <spacer>
 
45
     <property name="orientation">
 
46
      <enum>Qt::Vertical</enum>
 
47
     </property>
 
48
     <property name="sizeHint" stdset="0">
 
49
      <size>
 
50
       <width>20</width>
 
51
       <height>0</height>
 
52
      </size>
 
53
     </property>
 
54
    </spacer>
 
55
   </item>
 
56
  </layout>
 
57
 </widget>
 
58
 <tabstops>
 
59
  <tabstop>kcfg_ShowContactName</tabstop>
 
60
  <tabstop>kcfg_HoverClose</tabstop>
 
61
 </tabstops>
 
62
 <resources/>
 
63
 <connections/>
 
64
</ui>