summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/imageinfo
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kjsembed/docs/examples/imageinfo
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'kjsembed/docs/examples/imageinfo')
-rw-r--r--kjsembed/docs/examples/imageinfo/example.html4
-rw-r--r--kjsembed/docs/examples/imageinfo/example1.htm2
-rw-r--r--kjsembed/docs/examples/imageinfo/example1.pngbin67208 -> 67212 bytes
-rw-r--r--kjsembed/docs/examples/imageinfo/example4.pngbin21560 -> 21561 bytes
-rwxr-xr-xkjsembed/docs/examples/imageinfo/imagegallery.js2
-rw-r--r--kjsembed/docs/examples/imageinfo/thumb-example1.pngbin17080 -> 17081 bytes
-rw-r--r--kjsembed/docs/examples/imageinfo/thumb-example2.pngbin18734 -> 18737 bytes
-rw-r--r--kjsembed/docs/examples/imageinfo/thumb-example3.pngbin24897 -> 24903 bytes
-rw-r--r--kjsembed/docs/examples/imageinfo/thumb-example4.pngbin17596 -> 17601 bytes
-rw-r--r--kjsembed/docs/examples/imageinfo/thumbs.html4
10 files changed, 6 insertions, 6 deletions
diff --git a/kjsembed/docs/examples/imageinfo/example.html b/kjsembed/docs/examples/imageinfo/example.html
index 2f616027..58205bda 100644
--- a/kjsembed/docs/examples/imageinfo/example.html
+++ b/kjsembed/docs/examples/imageinfo/example.html
@@ -5,12 +5,12 @@
<body>
<h1 align="center">Image Gallery</h1>
<hr>
-<p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
+<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src=thumb-example1.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example1.png">example1.png</a></b> (848x686)<p>This image shows the results of running the imagegallery script. As you can
-see the script automatically creates thumbnails (using TQImage::smoothScale()
+see the script automatically creates thumbnails (using TTQImage::smoothScale()
for quality) and includes image descriptions if present. The descriptions can
include HTML markup <b>like</b> <i>this</i>, and even
<a href="http://xmelegance.org/kjsembed/">links</a>.
diff --git a/kjsembed/docs/examples/imageinfo/example1.htm b/kjsembed/docs/examples/imageinfo/example1.htm
index bbe9bb0b..3a0a4ef9 100644
--- a/kjsembed/docs/examples/imageinfo/example1.htm
+++ b/kjsembed/docs/examples/imageinfo/example1.htm
@@ -1,5 +1,5 @@
This image shows the results of running the imagegallery script. As you can
-see the script automatically creates thumbnails (using TQImage::smoothScale()
+see the script automatically creates thumbnails (using TTQImage::smoothScale()
for quality) and includes image descriptions if present. The descriptions can
include HTML markup <b>like</b> <i>this</i>, and even
<a href="http://xmelegance.org/kjsembed/">links</a>.
diff --git a/kjsembed/docs/examples/imageinfo/example1.png b/kjsembed/docs/examples/imageinfo/example1.png
index 53408e63..e9228040 100644
--- a/kjsembed/docs/examples/imageinfo/example1.png
+++ b/kjsembed/docs/examples/imageinfo/example1.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/example4.png b/kjsembed/docs/examples/imageinfo/example4.png
index 9c2d9ae3..340ca8c3 100644
--- a/kjsembed/docs/examples/imageinfo/example4.png
+++ b/kjsembed/docs/examples/imageinfo/example4.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/imagegallery.js b/kjsembed/docs/examples/imageinfo/imagegallery.js
index 4cc5bc2d..dba3951c 100755
--- a/kjsembed/docs/examples/imageinfo/imagegallery.js
+++ b/kjsembed/docs/examples/imageinfo/imagegallery.js
@@ -6,7 +6,7 @@
var default_title = 'Image Gallery';
var default_intro = 'Here are some images, the larger ones have been scaled down to '
- + 'ensure this page loads quickly. Click on an image or filename '
+ + 'ensure this page loads tquickly. Click on an image or filename '
+ 'to see it full size.';
var default_width = 250;
var default_height = 160;
diff --git a/kjsembed/docs/examples/imageinfo/thumb-example1.png b/kjsembed/docs/examples/imageinfo/thumb-example1.png
index 79eca5d7..118f4e7c 100644
--- a/kjsembed/docs/examples/imageinfo/thumb-example1.png
+++ b/kjsembed/docs/examples/imageinfo/thumb-example1.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/thumb-example2.png b/kjsembed/docs/examples/imageinfo/thumb-example2.png
index f4c805e7..18428293 100644
--- a/kjsembed/docs/examples/imageinfo/thumb-example2.png
+++ b/kjsembed/docs/examples/imageinfo/thumb-example2.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/thumb-example3.png b/kjsembed/docs/examples/imageinfo/thumb-example3.png
index 7a449b6c..8ea2689c 100644
--- a/kjsembed/docs/examples/imageinfo/thumb-example3.png
+++ b/kjsembed/docs/examples/imageinfo/thumb-example3.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/thumb-example4.png b/kjsembed/docs/examples/imageinfo/thumb-example4.png
index 42fb6022..b733f08a 100644
--- a/kjsembed/docs/examples/imageinfo/thumb-example4.png
+++ b/kjsembed/docs/examples/imageinfo/thumb-example4.png
Binary files differ
diff --git a/kjsembed/docs/examples/imageinfo/thumbs.html b/kjsembed/docs/examples/imageinfo/thumbs.html
index dd8ae478..b47501f8 100644
--- a/kjsembed/docs/examples/imageinfo/thumbs.html
+++ b/kjsembed/docs/examples/imageinfo/thumbs.html
@@ -5,12 +5,12 @@
<body>
<h1 align="center">Image Gallery</h1>
<hr>
-<p>Here are some images, the larger ones have been scaled down to ensure this page loads quickly. Click on an image or filename to see it full size.</p>
+<p>Here are some images, the larger ones have been scaled down to ensure this page loads tquickly. Click on an image or filename to see it full size.</p>
<table border=0 width="90%" cellpadding="12" cellspacing="1">
<tr>
<td align="center"><a href="example1.png"><img border=0 width=197 height=160 src="thumb-example1.png"></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example1.png">example1.png</a></b> (848x686)<p>This image shows the results of running the imagegallery script. As you can
-see the script automatically creates thumbnails (using TQImage::smoothScale()
+see the script automatically creates thumbnails (using TTQImage::smoothScale()
for quality) and includes image descriptions if present. The descriptions can
include HTML markup <b>like</b> <i>this</i>, and even
<a href="http://xmelegance.org/kjsembed/">links</a>.