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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kxt/prefs-base.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.2" stdsetdef="1">
 
2
<class>Prefs_base</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>Prefs_base</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>282</width>
 
12
            <height>156</height>
 
13
        </rect>
 
14
    </property>
 
15
    <grid>
 
16
        <property name="name">
 
17
            <cstring>unnamed</cstring>
 
18
        </property>
 
19
        <widget class="QLabel" row="0" column="0">
 
20
            <property name="name">
 
21
                <cstring>textLabel2_2</cstring>
 
22
            </property>
 
23
            <property name="text">
 
24
                <string>Background color:</string>
 
25
            </property>
 
26
        </widget>
 
27
        <widget class="KColorButton" row="0" column="1">
 
28
            <property name="name">
 
29
                <cstring>kcfg_col_background</cstring>
 
30
            </property>
 
31
            <property name="text">
 
32
                <string></string>
 
33
            </property>
 
34
        </widget>
 
35
        <widget class="QLabel" row="2" column="0">
 
36
            <property name="name">
 
37
                <cstring>textLabel1</cstring>
 
38
            </property>
 
39
            <property name="text">
 
40
                <string>Project age:</string>
 
41
            </property>
 
42
        </widget>
 
43
        <widget class="QLabel" row="1" column="0">
 
44
            <property name="name">
 
45
                <cstring>textLabel2</cstring>
 
46
            </property>
 
47
            <property name="text">
 
48
                <string>Foreground color:</string>
 
49
            </property>
 
50
        </widget>
 
51
        <widget class="KColorButton" row="1" column="1">
 
52
            <property name="name">
 
53
                <cstring>kcfg_col_foreground</cstring>
 
54
            </property>
 
55
            <property name="text">
 
56
                <string></string>
 
57
            </property>
 
58
        </widget>
 
59
        <spacer row="0" column="2">
 
60
            <property name="name">
 
61
                <cstring>spacer1</cstring>
 
62
            </property>
 
63
            <property name="orientation">
 
64
                <enum>Horizontal</enum>
 
65
            </property>
 
66
            <property name="sizeType">
 
67
                <enum>Expanding</enum>
 
68
            </property>
 
69
            <property name="sizeHint">
 
70
                <size>
 
71
                    <width>41</width>
 
72
                    <height>20</height>
 
73
                </size>
 
74
            </property>
 
75
        </spacer>
 
76
        <spacer row="1" column="2">
 
77
            <property name="name">
 
78
                <cstring>spacer2</cstring>
 
79
            </property>
 
80
            <property name="orientation">
 
81
                <enum>Horizontal</enum>
 
82
            </property>
 
83
            <property name="sizeType">
 
84
                <enum>Expanding</enum>
 
85
            </property>
 
86
            <property name="sizeHint">
 
87
                <size>
 
88
                    <width>41</width>
 
89
                    <height>20</height>
 
90
                </size>
 
91
            </property>
 
92
        </spacer>
 
93
        <widget class="QSpinBox" row="2" column="1">
 
94
            <property name="name">
 
95
                <cstring>kcfg_val_time</cstring>
 
96
            </property>
 
97
            <property name="minValue">
 
98
                <number>1</number>
 
99
            </property>
 
100
            <property name="value">
 
101
                <number>2</number>
 
102
            </property>
 
103
        </widget>
 
104
        <spacer row="2" column="2">
 
105
            <property name="name">
 
106
                <cstring>spacer3</cstring>
 
107
            </property>
 
108
            <property name="orientation">
 
109
                <enum>Horizontal</enum>
 
110
            </property>
 
111
            <property name="sizeType">
 
112
                <enum>Expanding</enum>
 
113
            </property>
 
114
            <property name="sizeHint">
 
115
                <size>
 
116
                    <width>41</width>
 
117
                    <height>20</height>
 
118
                </size>
 
119
            </property>
 
120
        </spacer>
 
121
    </grid>
 
122
</widget>
 
123
<layoutdefaults spacing="6" margin="11"/>
 
124
<includehints>
 
125
    <includehint>kcolorbutton.h</includehint>
 
126
</includehints>
 
127
</UI>