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

« back to all changes in this revision

Viewing changes to vcs/subversion/subversionprojectwidget.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.1" stdsetdef="1">
 
2
<class>subversionProjectWidget</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>subversionProjectWidget</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>438</width>
 
12
            <height>149</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>New Subversion Project</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QLayoutWidget">
 
23
            <property name="name">
 
24
                <cstring>layout1</cstring>
 
25
            </property>
 
26
            <hbox>
 
27
                <property name="name">
 
28
                    <cstring>unnamed</cstring>
 
29
                </property>
 
30
                <widget class="QLabel">
 
31
                    <property name="name">
 
32
                        <cstring>textLabel1</cstring>
 
33
                    </property>
 
34
                    <property name="text">
 
35
                        <string>&amp;Import address:</string>
 
36
                    </property>
 
37
                    <property name="buddy" stdset="0">
 
38
                        <cstring>importURL</cstring>
 
39
                    </property>
 
40
                </widget>
 
41
                <widget class="KURLRequester">
 
42
                    <property name="name">
 
43
                        <cstring>importURL</cstring>
 
44
                    </property>
 
45
                </widget>
 
46
            </hbox>
 
47
        </widget>
 
48
        <widget class="QGroupBox">
 
49
            <property name="name">
 
50
                <cstring>init</cstring>
 
51
            </property>
 
52
            <property name="title">
 
53
                <string>Create &amp;Standard Directories (tags/trunk/branches/)?</string>
 
54
            </property>
 
55
            <vbox>
 
56
                <property name="name">
 
57
                    <cstring>unnamed</cstring>
 
58
                </property>
 
59
                <widget class="QRadioButton">
 
60
                    <property name="name">
 
61
                        <cstring>yes</cstring>
 
62
                    </property>
 
63
                    <property name="text">
 
64
                        <string>Yes</string>
 
65
                    </property>
 
66
                    <property name="checked">
 
67
                        <bool>true</bool>
 
68
                    </property>
 
69
                </widget>
 
70
                <widget class="QRadioButton">
 
71
                    <property name="name">
 
72
                        <cstring>no</cstring>
 
73
                    </property>
 
74
                    <property name="text">
 
75
                        <string>No</string>
 
76
                    </property>
 
77
                </widget>
 
78
            </vbox>
 
79
        </widget>
 
80
    </vbox>
 
81
</widget>
 
82
<customwidgets>
 
83
</customwidgets>
 
84
<layoutdefaults spacing="6" margin="11"/>
 
85
<includehints>
 
86
    <includehint>kurlrequester.h</includehint>
 
87
    <includehint>kpushbutton.h</includehint>
 
88
</includehints>
 
89
</UI>