summaryrefslogtreecommitdiffstats
path: root/tdehtml/kjserrordlg.ui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:21 -0600
commitdfe289850f068f19ba4a83ab4e7e22a7e09c13c9 (patch)
treec297348a55df66c571de4525646e0b9762427353 /tdehtml/kjserrordlg.ui
parentb7658a0d5eca24a9d37c6e04f88298ef02389db0 (diff)
downloadtdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.tar.gz
tdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdehtml/kjserrordlg.ui')
-rw-r--r--tdehtml/kjserrordlg.ui133
1 files changed, 133 insertions, 0 deletions
diff --git a/tdehtml/kjserrordlg.ui b/tdehtml/kjserrordlg.ui
new file mode 100644
index 000000000..d5e9c7e28
--- /dev/null
+++ b/tdehtml/kjserrordlg.ui
@@ -0,0 +1,133 @@
+<!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.kde.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>
+</includes>
+<Q_SLOTS>
+ <slot>init()</slot>
+ <slot>addError( const TQString &amp; error )</slot>
+ <slot>setURL( const TQString &amp; url )</slot>
+ <slot>clear()</slot>
+</Q_SLOTS>
+<layoutdefaults spacing="6" margin="11"/>
+<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
+<includehints>
+ <includehint>kactivelabel.h</includehint>
+</includehints>
+</UI>