~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>KHotKeys::Command_url_widget_ui</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>Command_url_widget_ui</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>649</width>
 
12
            <height>361</height>
 
13
        </rect>
 
14
    </property>
 
15
    <vbox>
 
16
        <property name="name">
 
17
            <cstring>unnamed</cstring>
 
18
        </property>
 
19
        <property name="margin">
 
20
            <number>11</number>
 
21
        </property>
 
22
        <property name="spacing">
 
23
            <number>6</number>
 
24
        </property>
 
25
        <widget class="QLayoutWidget">
 
26
            <property name="name">
 
27
                <cstring>layout2</cstring>
 
28
            </property>
 
29
            <vbox>
 
30
                <property name="name">
 
31
                    <cstring>unnamed</cstring>
 
32
                </property>
 
33
                <widget class="QLabel">
 
34
                    <property name="name">
 
35
                        <cstring>command_url_label</cstring>
 
36
                    </property>
 
37
                    <property name="text">
 
38
                        <string>Command/URL to execute:</string>
 
39
                    </property>
 
40
                    <property name="buddy" stdset="0">
 
41
                        <cstring>command_url_lineedit</cstring>
 
42
                    </property>
 
43
                </widget>
 
44
                <widget class="KURLRequester">
 
45
                    <property name="name">
 
46
                        <cstring>command_url_lineedit</cstring>
 
47
                    </property>
 
48
                </widget>
 
49
            </vbox>
 
50
        </widget>
 
51
    </vbox>
 
52
</widget>
 
53
<slots>
 
54
    <slot access="protected" specifier="pure virtual">browse_pressed()</slot>
 
55
</slots>
 
56
<includes>
 
57
    <include location="global" impldecl="in implementation">kdialog.h</include>
 
58
</includes>
 
59
<layoutdefaults spacing="6" margin="11"/>
 
60
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
61
<includehints>
 
62
    <includehint>kurlrequester.h</includehint>
 
63
    <includehint>klineedit.h</includehint>
 
64
    <includehint>kpushbutton.h</includehint>
 
65
</includehints>
 
66
</UI>