~ubuntu-branches/ubuntu/wily/kdebase/wily

« back to all changes in this revision

Viewing changes to apps/plasma/applets/folderview/folderviewLocationConfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac, Jonathan Riddell, Felix Geyer
  • Date: 2011-03-03 16:25:47 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303162547-2zf9j33cu6j5gj0a
Tags: 4:4.6.1a-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Update kde-sc-dev-latest version

[ Felix Geyer ]
* Reduce the x-www-browser priority for konqueror to 30 as rekonq is the
  default Kubuntu browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>folderviewLocationConfig</class>
3
 
 <widget class="QWidget" name="folderviewLocationConfig" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>453</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <layout class="QVBoxLayout" name="verticalLayout" >
13
 
   <item>
14
 
    <widget class="QRadioButton" name="showDesktopFolder" >
15
 
     <property name="text" >
16
 
      <string>Show the Desktop folder</string>
17
 
     </property>
18
 
    </widget>
19
 
   </item>
20
 
   <item>
21
 
    <widget class="QRadioButton" name="showPlace" >
22
 
     <property name="text" >
23
 
      <string>Show a place:</string>
24
 
     </property>
25
 
    </widget>
26
 
   </item>
27
 
   <item>
28
 
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
29
 
     <item>
30
 
      <spacer name="horizontalSpacer_2" >
31
 
       <property name="orientation" >
32
 
        <enum>Qt::Horizontal</enum>
33
 
       </property>
34
 
       <property name="sizeType" >
35
 
        <enum>QSizePolicy::Fixed</enum>
36
 
       </property>
37
 
       <property name="sizeHint" stdset="0" >
38
 
        <size>
39
 
         <width>25</width>
40
 
         <height>20</height>
41
 
        </size>
42
 
       </property>
43
 
      </spacer>
44
 
     </item>
45
 
     <item>
46
 
      <widget class="KComboBox" name="placesCombo" />
47
 
     </item>
48
 
    </layout>
49
 
   </item>
50
 
   <item>
51
 
    <widget class="QRadioButton" name="showCustomFolder" >
52
 
     <property name="text" >
53
 
      <string>Specify a folder:</string>
54
 
     </property>
55
 
    </widget>
56
 
   </item>
57
 
   <item>
58
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
59
 
     <item>
60
 
      <spacer name="horizontalSpacer" >
61
 
       <property name="orientation" >
62
 
        <enum>Qt::Horizontal</enum>
63
 
       </property>
64
 
       <property name="sizeType" >
65
 
        <enum>QSizePolicy::Fixed</enum>
66
 
       </property>
67
 
       <property name="sizeHint" stdset="0" >
68
 
        <size>
69
 
         <width>25</width>
70
 
         <height>20</height>
71
 
        </size>
72
 
       </property>
73
 
      </spacer>
74
 
     </item>
75
 
     <item>
76
 
      <widget class="KUrlRequester" name="lineEdit" >
77
 
       <property name="sizePolicy" >
78
 
        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
79
 
         <horstretch>0</horstretch>
80
 
         <verstretch>0</verstretch>
81
 
        </sizepolicy>
82
 
       </property>
83
 
       <property name="clickMessage" >
84
 
        <string>Type a path or a URL here</string>
85
 
       </property>
86
 
      </widget>
87
 
     </item>
88
 
    </layout>
89
 
   </item>
90
 
   <item>
91
 
    <spacer name="verticalSpacer_3" >
92
 
     <property name="orientation" >
93
 
      <enum>Qt::Vertical</enum>
94
 
     </property>
95
 
     <property name="sizeHint" stdset="0" >
96
 
      <size>
97
 
       <width>20</width>
98
 
       <height>183</height>
99
 
      </size>
100
 
     </property>
101
 
    </spacer>
102
 
   </item>
103
 
  </layout>
104
 
 </widget>
105
 
 <customwidgets>
106
 
  <customwidget>
107
 
   <class>KUrlRequester</class>
108
 
   <extends>QFrame</extends>
109
 
   <header>kurlrequester.h</header>
110
 
   <container>1</container>
111
 
  </customwidget>
112
 
 </customwidgets>
113
 
 <resources/>
114
 
 <connections/>
115
 
</ui>