1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>Extension</class>
3<widget class="QWidget">
4    <property name="name">
5        <cstring>Extension</cstring>
6    </property>
7    <property name="geometry">
8        <rect>
9            <x>0</x>
10            <y>0</y>
11            <width>258</width>
12            <height>128</height>
13        </rect>
14    </property>
15    <property name="caption">
16        <string>Extension</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>Layout6</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>Log &amp;File</string>
36                    </property>
37                    <property name="buddy" stdset="0">
38                        <cstring>logfileLineEdit</cstring>
39                    </property>
40                </widget>
41                <widget class="QLineEdit">
42                    <property name="name">
43                        <cstring>logfileLineEdit</cstring>
44                    </property>
45                </widget>
46                <widget class="QPushButton">
47                    <property name="name">
48                        <cstring>browsePushButton</cstring>
49                    </property>
50                    <property name="text">
51                        <string>&amp;Browse...</string>
52                    </property>
53                </widget>
54            </hbox>
55        </widget>
56        <widget class="QButtonGroup">
57            <property name="name">
58                <cstring>ButtonGroup1</cstring>
59            </property>
60            <property name="title">
61                <string>Log What?</string>
62            </property>
63            <hbox>
64                <property name="name">
65                    <cstring>unnamed</cstring>
66                </property>
67                <widget class="QLayoutWidget">
68                    <property name="name">
69                        <cstring>Layout7</cstring>
70                    </property>
71                    <hbox>
72                        <property name="name">
73                            <cstring>unnamed</cstring>
74                        </property>
75                        <property name="margin">
76                            <number>0</number>
77                        </property>
78                        <property name="spacing">
79                            <number>0</number>
80                        </property>
81                        <widget class="QCheckBox">
82                            <property name="name">
83                                <cstring>logActionsCheckBox</cstring>
84                            </property>
85                            <property name="text">
86                                <string>&amp;Actions</string>
87                            </property>
88                            <property name="checked">
89                                <bool>true</bool>
90                            </property>
91                        </widget>
92                        <widget class="QCheckBox">
93                            <property name="name">
94                                <cstring>logErrorsCheckBox</cstring>
95                            </property>
96                            <property name="text">
97                                <string>&amp;Errors</string>
98                            </property>
99                            <property name="checked">
100                                <bool>true</bool>
101                            </property>
102                        </widget>
103                    </hbox>
104                </widget>
105            </hbox>
106        </widget>
107    </vbox>
108</widget>
109<includes>
110    <include location="local" impldecl="in implementation">extension.ui.h</include>
111</includes>
112<pixmapinproject/>
113<layoutdefaults spacing="6" margin="11"/>
114</UI>
115