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

« back to all changes in this revision

Viewing changes to khotkeys/kcm_hotkeys/conditions/conditions_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>ConditionsWidget</class>
 
3
 <widget class="QWidget" name="ConditionsWidget" >
 
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="QTreeWidget" name="tree" >
 
15
     <property name="headerHidden" >
 
16
      <bool>true</bool>
 
17
     </property>
 
18
     <column>
 
19
      <property name="text" >
 
20
       <string>1</string>
 
21
      </property>
 
22
     </column>
 
23
    </widget>
 
24
   </item>
 
25
   <item>
 
26
    <layout class="QVBoxLayout" name="verticalLayout" >
 
27
     <item>
 
28
      <widget class="QPushButton" name="new_button" >
 
29
       <property name="text" >
 
30
        <string>New</string>
 
31
       </property>
 
32
      </widget>
 
33
     </item>
 
34
     <item>
 
35
      <widget class="QPushButton" name="edit_button" >
 
36
       <property name="text" >
 
37
        <string>Edit...</string>
 
38
       </property>
 
39
      </widget>
 
40
     </item>
 
41
     <item>
 
42
      <widget class="QPushButton" name="delete_button" >
 
43
       <property name="text" >
 
44
        <string>Delete</string>
 
45
       </property>
 
46
      </widget>
 
47
     </item>
 
48
    </layout>
 
49
   </item>
 
50
  </layout>
 
51
 </widget>
 
52
 <resources/>
 
53
 <connections/>
 
54
</ui>