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

« back to all changes in this revision

Viewing changes to languages/cpp/pcsimporter/qt4importer/settingsdialogbase.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.3" stdsetdef="1">
2
 
<class>SettingsDialogBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>SettingsDialogBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>346</width>
12
 
            <height>275</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" rowspan="1" colspan="2">
20
 
            <property name="name">
21
 
                <cstring>textLabel1_2</cstring>
22
 
            </property>
23
 
            <property name="text">
24
 
                <string>Qt4 include directories:
25
 
Only the selected entry will be used</string>
26
 
            </property>
27
 
        </widget>
28
 
        <widget class="QPushButton" row="2" column="1">
29
 
            <property name="name">
30
 
                <cstring>addUrlButton</cstring>
31
 
            </property>
32
 
            <property name="sizePolicy">
33
 
                <sizepolicy>
34
 
                    <hsizetype>0</hsizetype>
35
 
                    <vsizetype>0</vsizetype>
36
 
                    <horstretch>0</horstretch>
37
 
                    <verstretch>0</verstretch>
38
 
                </sizepolicy>
39
 
            </property>
40
 
            <property name="text">
41
 
                <string>&amp;Add</string>
42
 
            </property>
43
 
        </widget>
44
 
        <widget class="KURLRequester" row="2" column="0">
45
 
            <property name="name">
46
 
                <cstring>qtUrl</cstring>
47
 
            </property>
48
 
        </widget>
49
 
        <widget class="KListBox" row="1" column="0" rowspan="1" colspan="2">
50
 
            <property name="name">
51
 
                <cstring>qtListBox</cstring>
52
 
            </property>
53
 
        </widget>
54
 
    </grid>
55
 
</widget>
56
 
<customwidgets>
57
 
</customwidgets>
58
 
<connections>
59
 
    <connection>
60
 
        <sender>qtListBox</sender>
61
 
        <signal>selectionChanged(QListBoxItem*)</signal>
62
 
        <receiver>SettingsDialogBase</receiver>
63
 
        <slot>slotSelectionChanged(QListBoxItem*)</slot>
64
 
    </connection>
65
 
</connections>
66
 
<signals>
67
 
    <signal>enabled(int)</signal>
68
 
</signals>
69
 
<slots>
70
 
    <slot>slotSelectionChanged(QListBoxItem*)</slot>
71
 
</slots>
72
 
<layoutdefaults spacing="6" margin="11"/>
73
 
<includehints>
74
 
    <includehint>kurlrequester.h</includehint>
75
 
    <includehint>klineedit.h</includehint>
76
 
    <includehint>kpushbutton.h</includehint>
77
 
    <includehint>klistbox.h</includehint>
78
 
</includehints>
79
 
</UI>