~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kwin/clients/tabstrip/config/tabstripconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>TabstripConfigUi</class>
 
4
 <widget class="QWidget" name="TabstripConfigUi">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>276</width>
 
10
    <height>98</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Tabstrip</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string>Title &amp;Alignment</string>
 
21
     </property>
 
22
     <layout class="QHBoxLayout" name="horizontalLayout">
 
23
      <item>
 
24
       <widget class="QRadioButton" name="left">
 
25
        <property name="text">
 
26
         <string>&amp;Left</string>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item>
 
31
       <widget class="QRadioButton" name="center">
 
32
        <property name="text">
 
33
         <string>&amp;Center</string>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item>
 
38
       <widget class="QRadioButton" name="right">
 
39
        <property name="text">
 
40
         <string>&amp;Right</string>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
     </layout>
 
45
    </widget>
 
46
   </item>
 
47
   <item>
 
48
    <widget class="QCheckBox" name="showIcon">
 
49
     <property name="text">
 
50
      <string>Display window icons</string>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
  </layout>
 
55
 </widget>
 
56
 <resources/>
 
57
 <connections/>
 
58
</ui>