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.
tdeaddons/konq-plugins/domtreeviewer/messagedialog.ui

118 lines
3.8 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MessageDialog</class>
<widget class="TQDialog">
<property name="name">
<cstring>MessageDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>282</height>
</rect>
</property>
<property name="caption">
<string>Message Log</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KTextEdit">
<property name="name">
<cstring>messagePane</cstring>
</property>
<property name="textFormat">
<enum>LogText</enum>
</property>
<property name="wordWrap">
<enum>FixedColumnWidth</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>btnClear</cstring>
</property>
<property name="text">
<string>C&amp;lear</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>btnClose</cstring>
</property>
<property name="text">
<string>&amp;Close</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>btnClose</sender>
<signal>clicked()</signal>
<receiver>MessageDialog</receiver>
<slot>close()</slot>
</connection>
<connection>
<sender>btnClear</sender>
<signal>clicked()</signal>
<receiver>messagePane</receiver>
<slot>clear()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">messagedialog.ui.h</include>
</includes>
<slots>
<slot specifier="non virtual">addMessage( const TQString &amp; msg )</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextedit.h</include>
</includes>
</UI>