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.
tdelibs/tdehtml/kjserrordlg.ui

132 lines
4.7 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KJSErrorDlg</class>
<author>George Staikos &lt;staikos@kde.org&gt;</author>
<widget class="TQDialog">
<property name="name">
<cstring>KJSErrorDlg</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>484</height>
</rect>
</property>
<property name="caption">
<string>JavaScript Errors</string>
</property>
<property name="whatsThis" stdset="0">
<string>This dialog provides you with notification and details of scripting errors that occur on web pages. In many cases it is due to an error in the web site as designed by its author. In other cases it is the result of a programming error in Konqueror. If you suspect the former, please contact the webmaster of the site in question. Conversely if you suspect an error in Konqueror, please file a bug report at http://bugs.trinitydesktop.org/. A test case which illustrates the problem will be appreciated.</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="4" column="2">
<property name="name">
<cstring>_close</cstring>
</property>
<property name="text">
<string>&amp;Close</string>
</property>
</widget>
<widget class="TQPushButton" row="4" column="1">
<property name="name">
<cstring>_clear</cstring>
</property>
<property name="text">
<string>C&amp;lear</string>
</property>
</widget>
<widget class="Line" row="2" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>line1</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<spacer row="3" column="0" rowspan="2" colspan="1">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>311</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQTextBrowser" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>_errorText</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="textFormat">
<enum>RichText</enum>
</property>
</widget>
<widget class="KSqueezedTextLabel" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>_url</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>_clear</sender>
<signal>clicked()</signal>
<receiver>_errorText</receiver>
<slot>clear()</slot>
</connection>
<connection>
<sender>_close</sender>
<signal>clicked()</signal>
<receiver>KJSErrorDlg</receiver>
<slot>hide()</slot>
</connection>
</connections>
<tabstops>
<tabstop>_errorText</tabstop>
<tabstop>_close</tabstop>
<tabstop>_clear</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">kdialog.h</include>
<include location="global" impldecl="in declaration">ksqueezedtextlabel.h</include>
<include location="global" impldecl="in implementation">kactivelabel.h</include>
</includes>
<slots>
<slot>init()</slot>
<slot>addError( const TQString &amp; error )</slot>
<slot>setURL( const TQString &amp; url )</slot>
<slot>clear()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>