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

« back to all changes in this revision

Viewing changes to plasma/generic/containmentactions/switchwindow/config.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
<ui version="4.0" >
 
2
 <class>Config</class>
 
3
 <widget class="QWidget" name="Config" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>388</width>
 
9
    <height>108</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" name="verticalLayout" >
 
13
   <item>
 
14
    <widget class="QRadioButton" name="flatButton" >
 
15
     <property name="text" >
 
16
      <string>Display all windows in one list</string>
 
17
     </property>
 
18
    </widget>
 
19
   </item>
 
20
   <item>
 
21
    <widget class="QRadioButton" name="subButton" >
 
22
     <property name="text" >
 
23
      <string>Display a submenu for each desktop</string>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QRadioButton" name="curButton" >
 
29
     <property name="text" >
 
30
      <string>Display only the current desktop's windows</string>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
  </layout>
 
35
 </widget>
 
36
 <resources/>
 
37
 <connections/>
 
38
</ui>