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

« back to all changes in this revision

Viewing changes to parts/documentation/selecttopicbase.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.2" stdsetdef="1">
2
 
<class>SelectTopicBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>SelectTopicBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>429</width>
12
 
            <height>211</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Choose Topic</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <grid>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QLayoutWidget" row="2" column="0">
26
 
            <property name="name">
27
 
                <cstring>Layout1</cstring>
28
 
            </property>
29
 
            <hbox>
30
 
                <property name="name">
31
 
                    <cstring>unnamed</cstring>
32
 
                </property>
33
 
                <property name="margin">
34
 
                    <number>0</number>
35
 
                </property>
36
 
                <property name="spacing">
37
 
                    <number>6</number>
38
 
                </property>
39
 
                <spacer>
40
 
                    <property name="name">
41
 
                        <cstring>Horizontal Spacing2</cstring>
42
 
                    </property>
43
 
                    <property name="orientation">
44
 
                        <enum>Horizontal</enum>
45
 
                    </property>
46
 
                    <property name="sizeType">
47
 
                        <enum>Expanding</enum>
48
 
                    </property>
49
 
                    <property name="sizeHint">
50
 
                        <size>
51
 
                            <width>20</width>
52
 
                            <height>20</height>
53
 
                        </size>
54
 
                    </property>
55
 
                </spacer>
56
 
                <widget class="QPushButton">
57
 
                    <property name="name">
58
 
                        <cstring>buttonOk</cstring>
59
 
                    </property>
60
 
                    <property name="text">
61
 
                        <string>&amp;OK</string>
62
 
                    </property>
63
 
                    <property name="accel">
64
 
                        <string></string>
65
 
                    </property>
66
 
                    <property name="autoDefault">
67
 
                        <bool>true</bool>
68
 
                    </property>
69
 
                    <property name="default">
70
 
                        <bool>true</bool>
71
 
                    </property>
72
 
                </widget>
73
 
                <widget class="QPushButton">
74
 
                    <property name="name">
75
 
                        <cstring>buttonCancel</cstring>
76
 
                    </property>
77
 
                    <property name="text">
78
 
                        <string>&amp;Cancel</string>
79
 
                    </property>
80
 
                    <property name="accel">
81
 
                        <string></string>
82
 
                    </property>
83
 
                    <property name="autoDefault">
84
 
                        <bool>true</bool>
85
 
                    </property>
86
 
                </widget>
87
 
            </hbox>
88
 
        </widget>
89
 
        <widget class="QLabel" row="0" column="0">
90
 
            <property name="name">
91
 
                <cstring>topicLabel</cstring>
92
 
            </property>
93
 
            <property name="text">
94
 
                <string>Choose a topic for &lt;b&gt;%1&lt;/b&gt;:</string>
95
 
            </property>
96
 
            <property name="buddy" stdset="0">
97
 
                <cstring>listBox1</cstring>
98
 
            </property>
99
 
        </widget>
100
 
        <widget class="QListBox" row="1" column="0">
101
 
            <property name="name">
102
 
                <cstring>topicBox</cstring>
103
 
            </property>
104
 
        </widget>
105
 
    </grid>
106
 
</widget>
107
 
<connections>
108
 
    <connection>
109
 
        <sender>buttonOk</sender>
110
 
        <signal>clicked()</signal>
111
 
        <receiver>SelectTopicBase</receiver>
112
 
        <slot>accept()</slot>
113
 
    </connection>
114
 
    <connection>
115
 
        <sender>buttonCancel</sender>
116
 
        <signal>clicked()</signal>
117
 
        <receiver>SelectTopicBase</receiver>
118
 
        <slot>reject()</slot>
119
 
    </connection>
120
 
    <connection>
121
 
        <sender>topicBox</sender>
122
 
        <signal>doubleClicked(QListBoxItem*)</signal>
123
 
        <receiver>SelectTopicBase</receiver>
124
 
        <slot>accept()</slot>
125
 
    </connection>
126
 
    <connection>
127
 
        <sender>topicBox</sender>
128
 
        <signal>returnPressed(QListBoxItem*)</signal>
129
 
        <receiver>SelectTopicBase</receiver>
130
 
        <slot>accept()</slot>
131
 
    </connection>
132
 
</connections>
133
 
<tabstops>
134
 
    <tabstop>topicBox</tabstop>
135
 
    <tabstop>buttonOk</tabstop>
136
 
    <tabstop>buttonCancel</tabstop>
137
 
</tabstops>
138
 
<slots>
139
 
    <slot>newSlot()</slot>
140
 
</slots>
141
 
<layoutdefaults spacing="6" margin="11"/>
142
 
</UI>