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

« back to all changes in this revision

Viewing changes to powerdevil/kcmodule/profiles/profileEditPage.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>profileEditPage</class>
 
4
 <widget class="QWidget" name="profileEditPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>683</width>
 
10
    <height>293</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QHBoxLayout" name="horizontalLayout_5">
 
14
   <item>
 
15
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
16
     <item>
 
17
      <layout class="QVBoxLayout" name="listLayout">
 
18
       <item>
 
19
        <widget class="KListWidget" name="profilesList">
 
20
         <property name="maximumSize">
 
21
          <size>
 
22
           <width>250</width>
 
23
           <height>16777215</height>
 
24
          </size>
 
25
         </property>
 
26
        </widget>
 
27
       </item>
 
28
      </layout>
 
29
     </item>
 
30
     <item>
 
31
      <widget class="QScrollArea" name="scrollArea">
 
32
       <property name="frameShape">
 
33
        <enum>QFrame::NoFrame</enum>
 
34
       </property>
 
35
       <property name="frameShadow">
 
36
        <enum>QFrame::Plain</enum>
 
37
       </property>
 
38
       <property name="lineWidth">
 
39
        <number>0</number>
 
40
       </property>
 
41
       <property name="widgetResizable">
 
42
        <bool>true</bool>
 
43
       </property>
 
44
       <widget class="QWidget" name="scrollAreaWidgetContents">
 
45
        <property name="geometry">
 
46
         <rect>
 
47
          <x>0</x>
 
48
          <y>0</y>
 
49
          <width>334</width>
 
50
          <height>283</height>
 
51
         </rect>
 
52
        </property>
 
53
       </widget>
 
54
      </widget>
 
55
     </item>
 
56
    </layout>
 
57
   </item>
 
58
  </layout>
 
59
  <action name="actionNewProfile">
 
60
   <property name="text">
 
61
    <string>New Profile</string>
 
62
   </property>
 
63
  </action>
 
64
  <action name="actionDeleteProfile">
 
65
   <property name="text">
 
66
    <string>Delete Profile</string>
 
67
   </property>
 
68
  </action>
 
69
  <action name="actionImportProfiles">
 
70
   <property name="text">
 
71
    <string>Import Profiles</string>
 
72
   </property>
 
73
  </action>
 
74
  <action name="actionExportProfiles">
 
75
   <property name="text">
 
76
    <string>Export Profiles</string>
 
77
   </property>
 
78
  </action>
 
79
  <action name="actionRestoreDefaultProfiles">
 
80
   <property name="text">
 
81
    <string>Restore Default Profiles</string>
 
82
   </property>
 
83
  </action>
 
84
  <action name="actionEditProfile">
 
85
   <property name="text">
 
86
    <string>Edit Profile</string>
 
87
   </property>
 
88
  </action>
 
89
 </widget>
 
90
 <customwidgets>
 
91
  <customwidget>
 
92
   <class>KListWidget</class>
 
93
   <extends>QListWidget</extends>
 
94
   <header>klistwidget.h</header>
 
95
  </customwidget>
 
96
 </customwidgets>
 
97
 <resources/>
 
98
 <connections/>
 
99
</ui>