~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to khotkeys/kcontrol/ui/general_tab_ui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>KHotKeys::General_tab_ui</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>General_tab_ui</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>596</width>
 
12
            <height>480</height>
 
13
        </rect>
 
14
    </property>
 
15
    <vbox>
 
16
        <property name="margin">
 
17
            <number>11</number>
 
18
        </property>
 
19
        <property name="spacing">
 
20
            <number>6</number>
 
21
        </property>
 
22
        <widget class="QLabel">
 
23
            <property name="name">
 
24
                <cstring>action_name_label</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Action &amp;name:</string>
 
28
            </property>
 
29
            <property name="buddy" stdset="0">
 
30
                <cstring>action_name_lineedit</cstring>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QLineEdit">
 
34
            <property name="name">
 
35
                <cstring>action_name_lineedit</cstring>
 
36
            </property>
 
37
        </widget>
 
38
        <widget class="QLayoutWidget">
 
39
            <property name="name">
 
40
                <cstring>Layout1</cstring>
 
41
            </property>
 
42
            <hbox>
 
43
                <property name="name">
 
44
                    <cstring>unnamed</cstring>
 
45
                </property>
 
46
                <property name="margin">
 
47
                    <number>0</number>
 
48
                </property>
 
49
                <property name="spacing">
 
50
                    <number>6</number>
 
51
                </property>
 
52
                <widget class="QLabel">
 
53
                    <property name="name">
 
54
                        <cstring>action_type_label</cstring>
 
55
                    </property>
 
56
                    <property name="text">
 
57
                        <string>Action &amp;type:</string>
 
58
                    </property>
 
59
                    <property name="buddy" stdset="0">
 
60
                        <cstring>action_type_combo</cstring>
 
61
                    </property>
 
62
                </widget>
 
63
                <widget class="QComboBox">
 
64
                    <property name="name">
 
65
                        <cstring>action_type_combo</cstring>
 
66
                    </property>
 
67
                </widget>
 
68
            </hbox>
 
69
        </widget>
 
70
        <spacer>
 
71
            <property name="name">
 
72
                <cstring>Spacer1</cstring>
 
73
            </property>
 
74
            <property name="orientation">
 
75
                <enum>Qt::Vertical</enum>
 
76
            </property>
 
77
            <property name="sizeType">
 
78
                <enum>Fixed</enum>
 
79
            </property>
 
80
            <property name="sizeHint">
 
81
                <size>
 
82
                    <width>20</width>
 
83
                    <height>20</height>
 
84
                </size>
 
85
            </property>
 
86
        </spacer>
 
87
        <widget class="QCheckBox">
 
88
            <property name="name">
 
89
                <cstring>disable_checkbox</cstring>
 
90
            </property>
 
91
            <property name="text">
 
92
                <string>&amp;Disable</string>
 
93
            </property>
 
94
        </widget>
 
95
        <spacer>
 
96
            <property name="name">
 
97
                <cstring>Spacer2</cstring>
 
98
            </property>
 
99
            <property name="orientation">
 
100
                <enum>Qt::Vertical</enum>
 
101
            </property>
 
102
            <property name="sizeType">
 
103
                <enum>Fixed</enum>
 
104
            </property>
 
105
            <property name="sizeHint">
 
106
                <size>
 
107
                    <width>20</width>
 
108
                    <height>20</height>
 
109
                </size>
 
110
            </property>
 
111
        </spacer>
 
112
        <widget class="QLabel">
 
113
            <property name="name">
 
114
                <cstring>comment_label</cstring>
 
115
            </property>
 
116
            <property name="text">
 
117
                <string>&amp;Comment:</string>
 
118
            </property>
 
119
            <property name="buddy" stdset="0">
 
120
                <cstring>comment_multilineedit</cstring>
 
121
            </property>
 
122
        </widget>
 
123
        <widget class="KTextEdit">
 
124
            <property name="name">
 
125
                <cstring>comment_multilineedit</cstring>
 
126
            </property>
 
127
        </widget>
 
128
    </vbox>
 
129
</widget>
 
130
<slots>
 
131
    <slot access="protected" specifier="pure virtual">action_name_changed( const QString&amp; )</slot>
 
132
    <slot access="protected" specifier="pure virtual">action_type_changed(int)</slot>
 
133
</slots>
 
134
<includes>
 
135
    <include location="global" impldecl="in declaration">kdialog.h</include>
 
136
</includes>
 
137
<layoutdefaults spacing="6" margin="11"/>
 
138
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
139
<includehints>
 
140
    <includehint>ktextedit.h</includehint>
 
141
</includehints>
 
142
</UI>