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

« back to all changes in this revision

Viewing changes to vcs/cvsservice/tagdialogbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>TagDialogBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>TagDialogBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>410</width>
12
 
            <height>175</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Tag Files on CVS Repository</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QLayoutWidget">
26
 
            <property name="name">
27
 
                <cstring>layout3</cstring>
28
 
            </property>
29
 
            <hbox>
30
 
                <property name="name">
31
 
                    <cstring>unnamed</cstring>
32
 
                </property>
33
 
                <widget class="QLabel">
34
 
                    <property name="name">
35
 
                        <cstring>textLabel1</cstring>
36
 
                    </property>
37
 
                    <property name="text">
38
 
                        <string>Tag/Branch &amp;name:</string>
39
 
                    </property>
40
 
                    <property name="buddy" stdset="0">
41
 
                        <cstring>tagBranchEdit</cstring>
42
 
                    </property>
43
 
                </widget>
44
 
                <widget class="KLineEdit">
45
 
                    <property name="name">
46
 
                        <cstring>tagBranchEdit</cstring>
47
 
                    </property>
48
 
                </widget>
49
 
            </hbox>
50
 
        </widget>
51
 
        <widget class="QCheckBox">
52
 
            <property name="name">
53
 
                <cstring>tagAsBranchCheck</cstring>
54
 
            </property>
55
 
            <property name="text">
56
 
                <string>Tag as &amp;branch</string>
57
 
            </property>
58
 
        </widget>
59
 
        <widget class="QCheckBox">
60
 
            <property name="name">
61
 
                <cstring>forceCheck</cstring>
62
 
            </property>
63
 
            <property name="text">
64
 
                <string>&amp;Force</string>
65
 
            </property>
66
 
            <property name="checked">
67
 
                <bool>true</bool>
68
 
            </property>
69
 
        </widget>
70
 
        <widget class="Line">
71
 
            <property name="name">
72
 
                <cstring>line1</cstring>
73
 
            </property>
74
 
            <property name="frameShape">
75
 
                <enum>HLine</enum>
76
 
            </property>
77
 
            <property name="frameShadow">
78
 
                <enum>Sunken</enum>
79
 
            </property>
80
 
            <property name="orientation">
81
 
                <enum>Horizontal</enum>
82
 
            </property>
83
 
        </widget>
84
 
        <widget class="QLayoutWidget">
85
 
            <property name="name">
86
 
                <cstring>layout2</cstring>
87
 
            </property>
88
 
            <hbox>
89
 
                <property name="name">
90
 
                    <cstring>unnamed</cstring>
91
 
                </property>
92
 
                <spacer>
93
 
                    <property name="name">
94
 
                        <cstring>Horizontal Spacing2</cstring>
95
 
                    </property>
96
 
                    <property name="orientation">
97
 
                        <enum>Horizontal</enum>
98
 
                    </property>
99
 
                    <property name="sizeType">
100
 
                        <enum>Expanding</enum>
101
 
                    </property>
102
 
                    <property name="sizeHint">
103
 
                        <size>
104
 
                            <width>200</width>
105
 
                            <height>20</height>
106
 
                        </size>
107
 
                    </property>
108
 
                </spacer>
109
 
                <widget class="QPushButton">
110
 
                    <property name="name">
111
 
                        <cstring>buttonOk</cstring>
112
 
                    </property>
113
 
                    <property name="text">
114
 
                        <string>&amp;OK</string>
115
 
                    </property>
116
 
                    <property name="accel">
117
 
                        <string></string>
118
 
                    </property>
119
 
                    <property name="autoDefault">
120
 
                        <bool>true</bool>
121
 
                    </property>
122
 
                    <property name="default">
123
 
                        <bool>true</bool>
124
 
                    </property>
125
 
                </widget>
126
 
                <widget class="QPushButton">
127
 
                    <property name="name">
128
 
                        <cstring>buttonCancel</cstring>
129
 
                    </property>
130
 
                    <property name="text">
131
 
                        <string>&amp;Cancel</string>
132
 
                    </property>
133
 
                    <property name="accel">
134
 
                        <string></string>
135
 
                    </property>
136
 
                    <property name="autoDefault">
137
 
                        <bool>true</bool>
138
 
                    </property>
139
 
                </widget>
140
 
            </hbox>
141
 
        </widget>
142
 
    </vbox>
143
 
</widget>
144
 
<connections>
145
 
    <connection>
146
 
        <sender>buttonOk</sender>
147
 
        <signal>clicked()</signal>
148
 
        <receiver>TagDialogBase</receiver>
149
 
        <slot>accept()</slot>
150
 
    </connection>
151
 
    <connection>
152
 
        <sender>buttonCancel</sender>
153
 
        <signal>clicked()</signal>
154
 
        <receiver>TagDialogBase</receiver>
155
 
        <slot>reject()</slot>
156
 
    </connection>
157
 
</connections>
158
 
<layoutdefaults spacing="6" margin="11"/>
159
 
</UI>