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

« back to all changes in this revision

Viewing changes to parts/outputviews/filterdlg.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>FilterDlg</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>FilterDlg</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>326</width>
12
 
            <height>200</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Output Filter Settings</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="1" 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="QButtonGroup" row="0" column="0">
90
 
            <property name="name">
91
 
                <cstring>filtergroup</cstring>
92
 
            </property>
93
 
            <property name="title">
94
 
                <string>Filter</string>
95
 
            </property>
96
 
            <property name="checkable">
97
 
                <bool>false</bool>
98
 
            </property>
99
 
            <property name="selectedId" stdset="0">
100
 
                <number>-1</number>
101
 
            </property>
102
 
            <vbox>
103
 
                <property name="name">
104
 
                    <cstring>unnamed</cstring>
105
 
                </property>
106
 
                <widget class="QLabel">
107
 
                    <property name="name">
108
 
                        <cstring>textLabel1</cstring>
109
 
                    </property>
110
 
                    <property name="text">
111
 
                        <string>Only show lines matching:</string>
112
 
                    </property>
113
 
                </widget>
114
 
                <widget class="KLineEdit">
115
 
                    <property name="name">
116
 
                        <cstring>filterString</cstring>
117
 
                    </property>
118
 
                    <property name="enabled">
119
 
                        <bool>true</bool>
120
 
                    </property>
121
 
                </widget>
122
 
                <widget class="QCheckBox">
123
 
                    <property name="name">
124
 
                        <cstring>caseSensitive</cstring>
125
 
                    </property>
126
 
                    <property name="text">
127
 
                        <string>C&amp;ase sensitive</string>
128
 
                    </property>
129
 
                </widget>
130
 
                <widget class="QCheckBox">
131
 
                    <property name="name">
132
 
                        <cstring>regularExpression</cstring>
133
 
                    </property>
134
 
                    <property name="text">
135
 
                        <string>Re&amp;gular expression</string>
136
 
                    </property>
137
 
                </widget>
138
 
            </vbox>
139
 
        </widget>
140
 
    </grid>
141
 
</widget>
142
 
<connections>
143
 
    <connection>
144
 
        <sender>buttonOk</sender>
145
 
        <signal>clicked()</signal>
146
 
        <receiver>FilterDlg</receiver>
147
 
        <slot>accept()</slot>
148
 
    </connection>
149
 
    <connection>
150
 
        <sender>buttonCancel</sender>
151
 
        <signal>clicked()</signal>
152
 
        <receiver>FilterDlg</receiver>
153
 
        <slot>reject()</slot>
154
 
    </connection>
155
 
</connections>
156
 
<tabstops>
157
 
    <tabstop>filterString</tabstop>
158
 
    <tabstop>caseSensitive</tabstop>
159
 
    <tabstop>regularExpression</tabstop>
160
 
    <tabstop>buttonOk</tabstop>
161
 
    <tabstop>buttonCancel</tabstop>
162
 
</tabstops>
163
 
<layoutdefaults spacing="6" margin="11"/>
164
 
</UI>