|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>Extension</class> |
|
7 <widget class="QWidget" name="Extension"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>258</width> |
|
13 <height>128</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Extension</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout"> |
|
22 <item> |
|
23 <widget class="QLabel" name="TextLabel1"> |
|
24 <property name="text"> |
|
25 <string>Log &File</string> |
|
26 </property> |
|
27 <property name="buddy" stdset="0"> |
|
28 <cstring>logfileLineEdit</cstring> |
|
29 </property> |
|
30 <property name="wordWrap"> |
|
31 <bool>false</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QLineEdit" name="logfileLineEdit"/> |
|
37 </item> |
|
38 <item> |
|
39 <widget class="QPushButton" name="browsePushButton"> |
|
40 <property name="text"> |
|
41 <string>&Browse...</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 </layout> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="Q3ButtonGroup" name="ButtonGroup1"> |
|
49 <property name="title"> |
|
50 <string>Log What?</string> |
|
51 </property> |
|
52 <layout class="QHBoxLayout"> |
|
53 <item> |
|
54 <layout class="QHBoxLayout"> |
|
55 <property name="margin"> |
|
56 <number>0</number> |
|
57 </property> |
|
58 <property name="spacing"> |
|
59 <number>0</number> |
|
60 </property> |
|
61 <item> |
|
62 <widget class="QCheckBox" name="logActionsCheckBox"> |
|
63 <property name="text"> |
|
64 <string>&Actions</string> |
|
65 </property> |
|
66 <property name="checked"> |
|
67 <bool>true</bool> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QCheckBox" name="logErrorsCheckBox"> |
|
73 <property name="text"> |
|
74 <string>&Errors</string> |
|
75 </property> |
|
76 <property name="checked"> |
|
77 <bool>true</bool> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 </layout> |
|
82 </item> |
|
83 </layout> |
|
84 </widget> |
|
85 </item> |
|
86 </layout> |
|
87 </widget> |
|
88 <layoutdefault spacing="6" margin="11"/> |
|
89 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
90 </ui> |