You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ksystemlog/ksystemlog/src/detailDialogBase.ui

200 lines
7.7 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>DetailDialogBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>detailDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>411</width>
<height>248</height>
</rect>
</property>
<property name="caption">
<string>Log Line Details</string>
</property>
<property name="whatsThis" stdset="0">
<string>This dialog displays detailed information about the currently selected log line.</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KTextEdit" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>message</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Message</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>icon</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Icon</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">
<property name="name">
<cstring>header</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>2</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Main information</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>tqlayout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>previous</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Back</string>
</property>
<property name="accel">
<string>Alt+B</string>
</property>
<property name="stdItem" stdset="0">
<number>14</number>
</property>
<property name="toolTip" stdset="0">
<string>Move to the previous line</string>
</property>
<property name="whatsThis" stdset="0">
<string>Moves to the previous line. This button is deactivated if there is no previous log line.</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>next</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Forward</string>
</property>
<property name="accel">
<string>Alt+F</string>
</property>
<property name="stdItem" stdset="0">
<number>15</number>
</property>
<property name="toolTip" stdset="0">
<string>Move to the next line</string>
</property>
<property name="whatsThis" stdset="0">
<string>Moves to the next line. This button is deactivated if there is no next log line.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="tqsizeHint">
<size>
<width>100</width>
<height>31</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>closeButton</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Close</string>
</property>
<property name="accel">
<string>Alt+C</string>
</property>
<property name="stdItem" stdset="0">
<number>13</number>
</property>
<property name="toolTip" stdset="0">
<string>Close the Detail dialog.</string>
</property>
<property name="whatsThis" stdset="0">
<string>Closes this Detail dialog.</string>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
<tabstops>
<tabstop>message</tabstop>
</tabstops>
<tqlayoutdefaults spacing="6" margin="8"/>
<includehints>
<includehint>ktextedit.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
</UI>