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

« back to all changes in this revision

Viewing changes to khotkeys/kcm_hotkeys/actions/menuentry_action_widget.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
<ui version="4.0" >
 
2
 <class>MenuentryActionWidget</class>
 
3
 <widget class="QWidget" name="MenuentryActionWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>300</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QHBoxLayout" name="horizontalLayout" >
 
13
   <item>
 
14
    <widget class="QLabel" name="applicationLabel" >
 
15
     <property name="text" >
 
16
      <string>Application:</string>
 
17
     </property>
 
18
    </widget>
 
19
   </item>
 
20
   <item>
 
21
    <widget class="KLineEdit" name="application" >
 
22
     <property name="readOnly" >
 
23
      <bool>true</bool>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="KPushButton" name="applicationButton" >
 
29
     <property name="text" >
 
30
      <string>Select Application ...</string>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
  </layout>
 
35
 </widget>
 
36
 <customwidgets>
 
37
  <customwidget>
 
38
   <class>KLineEdit</class>
 
39
   <extends>QLineEdit</extends>
 
40
   <header>klineedit.h</header>
 
41
  </customwidget>
 
42
  <customwidget>
 
43
   <class>KPushButton</class>
 
44
   <extends>QPushButton</extends>
 
45
   <header>kpushbutton.h</header>
 
46
  </customwidget>
 
47
 </customwidgets>
 
48
 <resources/>
 
49
 <connections/>
 
50
</ui>