1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DetailDialogBase</class>
4 <widget class="QDialog" name="DetailDialogBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>411</width>
10    <height>248</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Log Line Details</string>
15  </property>
16  <property name="whatsThis">
17   <string>This dialog displays detailed information about the currently selected log line.</string>
18  </property>
19  <layout class="QGridLayout" rowstretch="0,1,0">
20   <item row="1" column="0" colspan="2">
21    <widget class="KTextEdit" name="message">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
24       <horstretch>0</horstretch>
25       <verstretch>0</verstretch>
26      </sizepolicy>
27     </property>
28     <property name="acceptDrops">
29      <bool>false</bool>
30     </property>
31     <property name="undoRedoEnabled">
32      <bool>false</bool>
33     </property>
34     <property name="readOnly">
35      <bool>true</bool>
36     </property>
37     <property name="checkSpellingEnabled">
38      <bool>false</bool>
39     </property>
40     <property name="text" stdset="0">
41      <string>Message</string>
42     </property>
43    </widget>
44   </item>
45   <item row="0" column="0">
46    <widget class="QLabel" name="icon">
47     <property name="sizePolicy">
48      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
49       <horstretch>0</horstretch>
50       <verstretch>0</verstretch>
51      </sizepolicy>
52     </property>
53     <property name="text">
54      <string>Icon</string>
55     </property>
56     <property name="wordWrap">
57      <bool>false</bool>
58     </property>
59    </widget>
60   </item>
61   <item row="0" column="1">
62    <widget class="QLabel" name="header">
63     <property name="sizePolicy">
64      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
65       <horstretch>2</horstretch>
66       <verstretch>0</verstretch>
67      </sizepolicy>
68     </property>
69     <property name="text">
70      <string>Main information</string>
71     </property>
72     <property name="wordWrap">
73      <bool>false</bool>
74     </property>
75    </widget>
76   </item>
77   <item row="2" column="0" colspan="2">
78    <layout class="QHBoxLayout">
79     <property name="leftMargin">
80      <number>0</number>
81     </property>
82     <property name="topMargin">
83      <number>0</number>
84     </property>
85     <property name="rightMargin">
86      <number>0</number>
87     </property>
88     <property name="bottomMargin">
89      <number>0</number>
90     </property>
91     <item>
92      <widget class="QPushButton" name="previous">
93       <property name="sizePolicy">
94        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
95         <horstretch>0</horstretch>
96         <verstretch>0</verstretch>
97        </sizepolicy>
98       </property>
99       <property name="toolTip">
100        <string>Move to the previous line</string>
101       </property>
102       <property name="whatsThis">
103        <string>Moves to the previous line. This button is deactivated if there is no previous log line.</string>
104       </property>
105       <property name="text">
106        <string>&amp;Back</string>
107       </property>
108       <property name="stdItem" stdset="0">
109        <number>14</number>
110       </property>
111      </widget>
112     </item>
113     <item>
114      <widget class="QPushButton" name="next">
115       <property name="sizePolicy">
116        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
117         <horstretch>0</horstretch>
118         <verstretch>0</verstretch>
119        </sizepolicy>
120       </property>
121       <property name="toolTip">
122        <string>Move to the next line</string>
123       </property>
124       <property name="whatsThis">
125        <string>Moves to the next line. This button is deactivated if there is no next log line.</string>
126       </property>
127       <property name="text">
128        <string>&amp;Forward</string>
129       </property>
130       <property name="stdItem" stdset="0">
131        <number>15</number>
132       </property>
133      </widget>
134     </item>
135     <item>
136      <spacer>
137       <property name="orientation">
138        <enum>Qt::Vertical</enum>
139       </property>
140       <property name="sizeType">
141        <enum>QSizePolicy::Expanding</enum>
142       </property>
143       <property name="sizeHint" stdset="0">
144        <size>
145         <width>100</width>
146         <height>31</height>
147        </size>
148       </property>
149      </spacer>
150     </item>
151     <item>
152      <widget class="QPushButton" name="closeButton">
153       <property name="sizePolicy">
154        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
155         <horstretch>0</horstretch>
156         <verstretch>0</verstretch>
157        </sizepolicy>
158       </property>
159       <property name="toolTip">
160        <string>Close the Detail dialog.</string>
161       </property>
162       <property name="whatsThis">
163        <string>Closes this Detail dialog.</string>
164       </property>
165       <property name="text">
166        <string>&amp;Close</string>
167       </property>
168       <property name="stdItem" stdset="0">
169        <number>13</number>
170       </property>
171      </widget>
172     </item>
173    </layout>
174   </item>
175  </layout>
176 </widget>
177 <customwidgets>
178  <customwidget>
179   <class>KTextEdit</class>
180   <extends>QTextEdit</extends>
181   <header>ktextedit.h</header>
182  </customwidget>
183 </customwidgets>
184 <tabstops>
185  <tabstop>message</tabstop>
186 </tabstops>
187 <includes>
188  <include location="local">ktextedit.h</include>
189 </includes>
190 <resources/>
191 <connections/>
192</ui>
193