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.
134 lines
4.7 KiB
134 lines
4.7 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
|
||
|
<class>KJSErrorDlg</class>
|
||
|
<author>George Staikos <staikos@kde.org></author>
|
||
14 years ago
|
<widget class="TQDialog">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>KJSErrorDlg</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<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.kde.org/. A test case which illustrates the problem will be appreciated.</string>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQPushButton" row="4" column="2">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_close</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Close</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQPushButton" row="4" column="1">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_clear</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>C&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>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>311</width>
|
||
|
<height>21</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
14 years ago
|
<widget class="TQTextBrowser" row="1" column="0" rowspan="1" colspan="3">
|
||
15 years ago
|
<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>
|
||
|
</includes>
|
||
14 years ago
|
<Q_SLOTS>
|
||
15 years ago
|
<slot>init()</slot>
|
||
14 years ago
|
<slot>addError( const TQString & error )</slot>
|
||
|
<slot>setURL( const TQString & url )</slot>
|
||
15 years ago
|
<slot>clear()</slot>
|
||
14 years ago
|
</Q_SLOTS>
|
||
14 years ago
|
<layoutdefaults spacing="6" margin="11"/>
|
||
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
||
15 years ago
|
<includehints>
|
||
|
<includehint>kactivelabel.h</includehint>
|
||
|
</includehints>
|
||
|
</UI>
|