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