~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to kde/src/widgets/ui/mediafilepicker.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

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>MediaPicker</class>
 
4
 <widget class="QWidget" name="MediaPicker">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>265</width>
 
10
    <height>37</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <item>
 
15
    <widget class="KUrlRequester" name="m_pPicker"/>
 
16
   </item>
 
17
   <item>
 
18
    <spacer name="verticalSpacer">
 
19
     <property name="orientation">
 
20
      <enum>Qt::Vertical</enum>
 
21
     </property>
 
22
     <property name="sizeType">
 
23
      <enum>QSizePolicy::MinimumExpanding</enum>
 
24
     </property>
 
25
     <property name="sizeHint" stdset="0">
 
26
      <size>
 
27
       <width>20</width>
 
28
       <height>0</height>
 
29
      </size>
 
30
     </property>
 
31
    </spacer>
 
32
   </item>
 
33
  </layout>
 
34
 </widget>
 
35
 <customwidgets>
 
36
  <customwidget>
 
37
   <class>KUrlRequester</class>
 
38
   <extends>QFrame</extends>
 
39
   <header>kurlrequester.h</header>
 
40
  </customwidget>
 
41
 </customwidgets>
 
42
 <resources/>
 
43
 <connections/>
 
44
</ui>