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

« back to all changes in this revision

Viewing changes to khotkeys/kcontrol/ui/menuentry_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::Menuentry_widget_ui</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>Menuentry_widget_ui</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>580</width>
 
12
            <height>480</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="QLabel">
 
26
            <property name="name">
 
27
                <cstring>menuentry_label</cstring>
 
28
            </property>
 
29
            <property name="text">
 
30
                <string>Menu entry to execute:</string>
 
31
            </property>
 
32
            <property name="buddy" stdset="0">
 
33
                <cstring>command_url_lineedit</cstring>
 
34
            </property>
 
35
        </widget>
 
36
        <widget class="QLayoutWidget">
 
37
            <property name="name">
 
38
                <cstring>Layout7</cstring>
 
39
            </property>
 
40
            <hbox>
 
41
                <property name="name">
 
42
                    <cstring>unnamed</cstring>
 
43
                </property>
 
44
                <property name="margin">
 
45
                    <number>0</number>
 
46
                </property>
 
47
                <property name="spacing">
 
48
                    <number>6</number>
 
49
                </property>
 
50
                <widget class="QLineEdit">
 
51
                    <property name="name">
 
52
                        <cstring>menuentry_lineedit</cstring>
 
53
                    </property>
 
54
                </widget>
 
55
                <widget class="QPushButton">
 
56
                    <property name="name">
 
57
                        <cstring>browse_button</cstring>
 
58
                    </property>
 
59
                    <property name="text">
 
60
                        <string>&amp;Browse...</string>
 
61
                    </property>
 
62
                </widget>
 
63
            </hbox>
 
64
        </widget>
 
65
        <spacer>
 
66
            <property name="name">
 
67
                <cstring>Spacer16</cstring>
 
68
            </property>
 
69
            <property name="orientation">
 
70
                <enum>Vertical</enum>
 
71
            </property>
 
72
            <property name="sizeType">
 
73
                <enum>Expanding</enum>
 
74
            </property>
 
75
            <property name="sizeHint">
 
76
                <size>
 
77
                    <width>0</width>
 
78
                    <height>20</height>
 
79
                </size>
 
80
            </property>
 
81
        </spacer>
 
82
    </vbox>
 
83
</widget>
 
84
<connections>
 
85
    <connection>
 
86
        <sender>browse_button</sender>
 
87
        <signal>clicked()</signal>
 
88
        <receiver>Menuentry_widget_ui</receiver>
 
89
        <slot>browse_pressed()</slot>
 
90
    </connection>
 
91
</connections>
 
92
<slots>
 
93
    <slot access="protected" specifier="pure virtual">browse_pressed()</slot>
 
94
</slots>
 
95
<includes>
 
96
    <include location="global" impldecl="in implementation">kdialog.h</include>
 
97
</includes>
 
98
<layoutdefaults spacing="6" margin="11"/>
 
99
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
100
</UI>