~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kscreensaver/kscreensaverui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
2
<class>%{APPNAME}UI</class>
 
3
<comment>This is the main UI for setting up your screen saver.</comment>
 
4
<author>Ian Reinhart Geiser</author>
 
5
<widget class="QDialog">
 
6
    <property name="name">
 
7
        <cstring>%{APPNAMELC}cfg</cstring>
 
8
    </property>
 
9
    <property name="geometry">
 
10
        <rect>
 
11
            <x>0</x>
 
12
            <y>0</y>
 
13
            <width>257</width>
 
14
            <height>58</height>
 
15
        </rect>
 
16
    </property>
 
17
    <property name="caption">
 
18
        <string>Screen Saver Config</string>
 
19
    </property>
 
20
    <widget class="QLayoutWidget">
 
21
        <property name="name">
 
22
            <cstring>Layout2</cstring>
 
23
        </property>
 
24
        <property name="geometry">
 
25
            <rect>
 
26
                <x>5</x>
 
27
                <y>0</y>
 
28
                <width>255</width>
 
29
                <height>57</height>
 
30
            </rect>
 
31
        </property>
 
32
        <grid>
 
33
            <property name="name">
 
34
                <cstring>unnamed</cstring>
 
35
            </property>
 
36
            <widget class="QCheckBox" row="0" column="0">
 
37
                <property name="name">
 
38
                    <cstring>CheckBox1</cstring>
 
39
                </property>
 
40
                <property name="text">
 
41
                    <string>Set some setting</string>
 
42
                </property>
 
43
            </widget>
 
44
            <widget class="QLayoutWidget" row="1" column="0">
 
45
                <property name="name">
 
46
                    <cstring>Layout1</cstring>
 
47
                </property>
 
48
                <hbox>
 
49
                    <property name="name">
 
50
                        <cstring>unnamed</cstring>
 
51
                    </property>
 
52
 
 
53
                    <widget class="QPushButton">
 
54
                        <property name="name">
 
55
                            <cstring>OkayPushButton</cstring>
 
56
                        </property>
 
57
                        <property name="text">
 
58
                            <string>&amp;OK</string>
 
59
                        </property>
 
60
                    </widget>
 
61
                    <widget class="QPushButton">
 
62
                        <property name="name">
 
63
                            <cstring>CancelPushButton</cstring>
 
64
                        </property>
 
65
                        <property name="text">
 
66
                            <string>&amp;Cancel</string>
 
67
                        </property>
 
68
                    </widget>
 
69
                </hbox>
 
70
            </widget>
 
71
        </grid>
 
72
    </widget>
 
73
</widget>
 
74
<includes>
 
75
    <include location="global" impldecl="in implementation">kdialog.h</include>
 
76
</includes>
 
77
<layoutdefaults spacing="6" margin="11"/>
 
78
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
 
79
</UI>