~ubuntu-branches/ubuntu/vivid/lightdm-kde/vivid

« back to all changes in this revision

Viewing changes to themes/userbar/config.ui

  • Committer: Package Import Robot
  • Author(s): Michal Zajac
  • Date: 2012-07-22 19:44:44 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120722194444-aaueaylu3ddnqcth
Tags: 0.2.1-0ubuntu1
New upstream release

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>widget</class>
 
4
 <widget class="QWidget" name="widget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>267</width>
 
10
    <height>131</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <property name="fieldGrowthPolicy">
 
15
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
16
   </property>
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Background Image:</string>
 
21
     </property>
 
22
     <property name="alignment">
 
23
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="SelectImageButton" name="kcfg_Background">
 
29
     <property name="text">
 
30
      <string>...</string>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
  </layout>
 
35
 </widget>
 
36
 <customwidgets>
 
37
  <customwidget>
 
38
   <class>SelectImageButton</class>
 
39
   <extends>QToolButton</extends>
 
40
   <header>selectimagebutton.h</header>
 
41
  </customwidget>
 
42
 </customwidgets>
 
43
 <resources/>
 
44
 <connections/>
 
45
</ui>