Warning, /frameworks/khtml/src/kjserrordlgbase.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  <author>George Staikos &lt;staikos@kde.org&gt;</author>
0004  <class>KJSErrorDlgBase</class>
0005  <widget class="QDialog" name="KJSErrorDlgBase">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>600</width>
0011     <height>484</height>
0012    </rect>
0013   </property>
0014   <property name="windowTitle">
0015    <string>JavaScript Errors</string>
0016   </property>
0017   <property name="whatsThis">
0018    <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 https://bugs.kde.org/.  A test case which illustrates the problem will be appreciated.</string>
0019   </property>
0020   <layout class="QGridLayout">
0021    <property name="leftMargin">
0022     <number>11</number>
0023    </property>
0024    <property name="topMargin">
0025     <number>11</number>
0026    </property>
0027    <property name="rightMargin">
0028     <number>11</number>
0029    </property>
0030    <property name="bottomMargin">
0031     <number>11</number>
0032    </property>
0033    <property name="spacing">
0034     <number>6</number>
0035    </property>
0036    <item row="1" column="0">
0037     <widget class="QTextBrowser" name="_errorText">
0038      <property name="sizePolicy">
0039       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0040        <horstretch>0</horstretch>
0041        <verstretch>1</verstretch>
0042       </sizepolicy>
0043      </property>
0044      <property name="acceptRichText">
0045       <bool>false</bool>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="2" column="0">
0050     <widget class="Line" name="line1">
0051      <property name="frameShape">
0052       <enum>QFrame::HLine</enum>
0053      </property>
0054      <property name="frameShadow">
0055       <enum>QFrame::Sunken</enum>
0056      </property>
0057      <property name="orientation">
0058       <enum>Qt::Horizontal</enum>
0059      </property>
0060     </widget>
0061    </item>
0062    <item row="0" column="0">
0063     <widget class="QLabel" name="_url"/>
0064    </item>
0065    <item row="3" column="0">
0066     <widget class="QDialogButtonBox" name="_buttonBox">
0067      <property name="standardButtons">
0068       <set>QDialogButtonBox::Close</set>
0069      </property>
0070     </widget>
0071    </item>
0072   </layout>
0073  </widget>
0074  <tabstops>
0075   <tabstop>_errorText</tabstop>
0076  </tabstops>
0077  <resources/>
0078  <connections/>
0079 </ui>