~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kdelirc/kcmlirc/newmode.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-28 09:49:30 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100528094930-jzynf0obv1n2v13a
Tags: 4:4.4.80-0ubuntu1~ppa1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>NewMode</class>
3
 
 <widget class="QWidget" name="NewMode" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>375</width>
9
 
    <height>299</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>New Mode</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
16
 
   <item>
17
 
    <widget class="QTreeWidget" name="theRemotes" >
18
 
     <property name="showDropIndicator" stdset="0" >
19
 
      <bool>false</bool>
20
 
     </property>
21
 
     <property name="rootIsDecorated" >
22
 
      <bool>false</bool>
23
 
     </property>
24
 
     <property name="itemsExpandable" >
25
 
      <bool>true</bool>
26
 
     </property>
27
 
     <column>
28
 
      <property name="text" >
29
 
       <string>Remotes</string>
30
 
      </property>
31
 
     </column>
32
 
    </widget>
33
 
   </item>
34
 
   <item>
35
 
    <layout class="QHBoxLayout" >
36
 
     <property name="margin" >
37
 
      <number>0</number>
38
 
     </property>
39
 
     <item>
40
 
      <widget class="QLabel" name="textLabel5" >
41
 
       <property name="text" >
42
 
        <string comment="Name of the remote mode" >Name:</string>
43
 
       </property>
44
 
      </widget>
45
 
     </item>
46
 
     <item>
47
 
      <widget class="KLineEdit" name="theName" />
48
 
     </item>
49
 
    </layout>
50
 
   </item>
51
 
   <item>
52
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
53
 
     <item>
54
 
      <widget class="QCheckBox" name="theDefault" >
55
 
       <property name="text" >
56
 
        <string>Set mode as default</string>
57
 
       </property>
58
 
      </widget>
59
 
     </item>
60
 
    </layout>
61
 
   </item>
62
 
   <item>
63
 
    <layout class="QGridLayout" name="gridLayout" >
64
 
     <item row="0" column="3" >
65
 
      <widget class="KIconButton" name="theIcon" >
66
 
       <property name="enabled" >
67
 
        <bool>false</bool>
68
 
       </property>
69
 
       <property name="sizePolicy" >
70
 
        <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
71
 
         <horstretch>16</horstretch>
72
 
         <verstretch>16</verstretch>
73
 
        </sizepolicy>
74
 
       </property>
75
 
       <property name="baseSize" >
76
 
        <size>
77
 
         <width>32</width>
78
 
         <height>32</height>
79
 
        </size>
80
 
       </property>
81
 
       <property name="text" >
82
 
        <string/>
83
 
       </property>
84
 
       <property name="checkable" >
85
 
        <bool>false</bool>
86
 
       </property>
87
 
       <property name="iconSize" >
88
 
        <number>16</number>
89
 
       </property>
90
 
       <property name="strictIconSize" >
91
 
        <bool>false</bool>
92
 
       </property>
93
 
      </widget>
94
 
     </item>
95
 
     <item row="0" column="0" >
96
 
      <widget class="QCheckBox" name="checkBox" >
97
 
       <property name="text" >
98
 
        <string>&amp;Icon </string>
99
 
       </property>
100
 
      </widget>
101
 
     </item>
102
 
     <item row="0" column="1" >
103
 
      <spacer name="horizontalSpacer" >
104
 
       <property name="orientation" >
105
 
        <enum>Qt::Horizontal</enum>
106
 
       </property>
107
 
       <property name="sizeHint" stdset="0" >
108
 
        <size>
109
 
         <width>40</width>
110
 
         <height>20</height>
111
 
        </size>
112
 
       </property>
113
 
      </spacer>
114
 
     </item>
115
 
    </layout>
116
 
   </item>
117
 
  </layout>
118
 
 </widget>
119
 
 <customwidgets>
120
 
  <customwidget>
121
 
   <class>KIconButton</class>
122
 
   <extends>QPushButton</extends>
123
 
   <header>kicondialog.h</header>
124
 
  </customwidget>
125
 
  <customwidget>
126
 
   <class>KLineEdit</class>
127
 
   <extends>QLineEdit</extends>
128
 
   <header>klineedit.h</header>
129
 
  </customwidget>
130
 
 </customwidgets>
131
 
 <resources/>
132
 
 <connections/>
133
 
</ui>