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

« back to all changes in this revision

Viewing changes to solid/solid-actions-kcm/AddAction.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>AddAction</class>
 
4
 <widget class="QWidget" name="AddAction">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>289</width>
 
10
    <height>40</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0">
 
15
    <layout class="QGridLayout" name="GlActionAdd">
 
16
     <item row="0" column="0">
 
17
      <widget class="QLabel" name="LblActionName">
 
18
       <property name="text">
 
19
        <string>Action name:</string>
 
20
       </property>
 
21
      </widget>
 
22
     </item>
 
23
     <item row="0" column="1">
 
24
      <widget class="KLineEdit" name="LeActionName">
 
25
       <property name="toolTip">
 
26
        <string>Enter the name for your new action</string>
 
27
       </property>
 
28
      </widget>
 
29
     </item>
 
30
    </layout>
 
31
   </item>
 
32
  </layout>
 
33
 </widget>
 
34
 <customwidgets>
 
35
  <customwidget>
 
36
   <class>KLineEdit</class>
 
37
   <extends>QLineEdit</extends>
 
38
   <header>klineedit.h</header>
 
39
  </customwidget>
 
40
 </customwidgets>
 
41
 <resources/>
 
42
 <connections/>
 
43
</ui>