Warning, /system/ksystemlog/src/detailDialogBase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>DetailDialogBase</class>
0004  <widget class="QDialog" name="DetailDialogBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>411</width>
0010     <height>248</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Log Line Details</string>
0015   </property>
0016   <property name="whatsThis">
0017    <string>This dialog displays detailed information about the currently selected log line.</string>
0018   </property>
0019   <layout class="QGridLayout" rowstretch="0,1,0">
0020    <item row="1" column="0" colspan="2">
0021     <widget class="KTextEdit" name="message">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="acceptDrops">
0029       <bool>false</bool>
0030      </property>
0031      <property name="undoRedoEnabled">
0032       <bool>false</bool>
0033      </property>
0034      <property name="readOnly">
0035       <bool>true</bool>
0036      </property>
0037      <property name="checkSpellingEnabled">
0038       <bool>false</bool>
0039      </property>
0040      <property name="text" stdset="0">
0041       <string>Message</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="0" column="0">
0046     <widget class="QLabel" name="icon">
0047      <property name="sizePolicy">
0048       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0049        <horstretch>0</horstretch>
0050        <verstretch>0</verstretch>
0051       </sizepolicy>
0052      </property>
0053      <property name="text">
0054       <string>Icon</string>
0055      </property>
0056      <property name="wordWrap">
0057       <bool>false</bool>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="0" column="1">
0062     <widget class="QLabel" name="header">
0063      <property name="sizePolicy">
0064       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0065        <horstretch>2</horstretch>
0066        <verstretch>0</verstretch>
0067       </sizepolicy>
0068      </property>
0069      <property name="text">
0070       <string>Main information</string>
0071      </property>
0072      <property name="wordWrap">
0073       <bool>false</bool>
0074      </property>
0075     </widget>
0076    </item>
0077    <item row="2" column="0" colspan="2">
0078     <layout class="QHBoxLayout">
0079      <property name="leftMargin">
0080       <number>0</number>
0081      </property>
0082      <property name="topMargin">
0083       <number>0</number>
0084      </property>
0085      <property name="rightMargin">
0086       <number>0</number>
0087      </property>
0088      <property name="bottomMargin">
0089       <number>0</number>
0090      </property>
0091      <item>
0092       <widget class="QPushButton" name="previous">
0093        <property name="sizePolicy">
0094         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0095          <horstretch>0</horstretch>
0096          <verstretch>0</verstretch>
0097         </sizepolicy>
0098        </property>
0099        <property name="toolTip">
0100         <string>Move to the previous line</string>
0101        </property>
0102        <property name="whatsThis">
0103         <string>Moves to the previous line. This button is deactivated if there is no previous log line.</string>
0104        </property>
0105        <property name="text">
0106         <string>&amp;Back</string>
0107        </property>
0108        <property name="stdItem" stdset="0">
0109         <number>14</number>
0110        </property>
0111       </widget>
0112      </item>
0113      <item>
0114       <widget class="QPushButton" name="next">
0115        <property name="sizePolicy">
0116         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0117          <horstretch>0</horstretch>
0118          <verstretch>0</verstretch>
0119         </sizepolicy>
0120        </property>
0121        <property name="toolTip">
0122         <string>Move to the next line</string>
0123        </property>
0124        <property name="whatsThis">
0125         <string>Moves to the next line. This button is deactivated if there is no next log line.</string>
0126        </property>
0127        <property name="text">
0128         <string>&amp;Forward</string>
0129        </property>
0130        <property name="stdItem" stdset="0">
0131         <number>15</number>
0132        </property>
0133       </widget>
0134      </item>
0135      <item>
0136       <spacer>
0137        <property name="orientation">
0138         <enum>Qt::Vertical</enum>
0139        </property>
0140        <property name="sizeType">
0141         <enum>QSizePolicy::Expanding</enum>
0142        </property>
0143        <property name="sizeHint" stdset="0">
0144         <size>
0145          <width>100</width>
0146          <height>31</height>
0147         </size>
0148        </property>
0149       </spacer>
0150      </item>
0151      <item>
0152       <widget class="QPushButton" name="closeButton">
0153        <property name="sizePolicy">
0154         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0155          <horstretch>0</horstretch>
0156          <verstretch>0</verstretch>
0157         </sizepolicy>
0158        </property>
0159        <property name="toolTip">
0160         <string>Close the Detail dialog.</string>
0161        </property>
0162        <property name="whatsThis">
0163         <string>Closes this Detail dialog.</string>
0164        </property>
0165        <property name="text">
0166         <string>&amp;Close</string>
0167        </property>
0168        <property name="stdItem" stdset="0">
0169         <number>13</number>
0170        </property>
0171       </widget>
0172      </item>
0173     </layout>
0174    </item>
0175   </layout>
0176  </widget>
0177  <customwidgets>
0178   <customwidget>
0179    <class>KTextEdit</class>
0180    <extends>QTextEdit</extends>
0181    <header>ktextedit.h</header>
0182   </customwidget>
0183  </customwidgets>
0184  <tabstops>
0185   <tabstop>message</tabstop>
0186  </tabstops>
0187  <includes>
0188   <include location="local">ktextedit.h</include>
0189  </includes>
0190  <resources/>
0191  <connections/>
0192 </ui>