summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README38
1 files changed, 19 insertions, 19 deletions
diff --git a/examples/README b/examples/README
index e9f4bff0..15f0d2e2 100644
--- a/examples/README
+++ b/examples/README
@@ -32,7 +32,7 @@ biff [Unix-specific]
new mail; it looks like xbiff but is much shorter.
buttongroups
- This examples shows different types of group boxes (QButtonGroup,
+ This examples shows different types of group boxes (TQButtonGroup,
and QGroupBox), and different kinds of buttons (TQCheckBox,
TQRadioButton, and TQPushButton). It also shows how to add a
TQPopupMenu to a button.
@@ -51,8 +51,8 @@ chart
checklists
Shows two list views with check box and radio button items. (These
kinds of lists are often used with setup programs.)
- Shows the use of QListView, QListViewItem, TQCheckListItem,
- QListViewItemIterator, and TQValueList.
+ Shows the use of TQListView, TQListViewItem, TQCheckListItem,
+ TQListViewItemIterator, and TQValueList.
cursor
This example shows how to set the mouse cursor for a widget. Shows
@@ -79,10 +79,10 @@ desktop
like any other.
dirview
- This example program demonstrates how to use a QListView and
- QListViewItems to build a multi-column hierarchical, memory- and
+ This example program demonstrates how to use a TQListView and
+ TQListViewItems to build a multi-column hierarchical, memory- and
CPU-efficient directory browser. It also demonstrates how to use
- Drag'n'Drop in a QListview. (See also the fileiconview example.)
+ Drag'n'Drop in a TQListview. (See also the fileiconview example.)
distributor
This is a utility program that can be used to modify the paths
@@ -125,7 +125,7 @@ forever
that counts the number of rectangles that are drawn per second.
gridview
- A QGridView with 100x100 cells.
+ A TQGridView with 100x100 cells.
hello
Hello world with colored animated wavy text.
@@ -160,7 +160,7 @@ iconview
layout [obsolete]
This example shows simple and intermediate use of Qt's layout
- classes, QGridLaout, QBoxLayout etc.
+ classes, TQGridLaout, QBoxLayout etc.
life
An implementation of the life game with a Unix-flavor GUI.
@@ -170,14 +170,14 @@ lineedits
including echo modes, input masks, and validators.
listbox
- Shows QListBox options.
+ Shows TQListBox options.
listboxcombo
- This example shows how to use QListBox (with single selection and
+ This example shows how to use TQListBox (with single selection and
multi selection) and TQComboBox (editable and non-editable).
listviews
- This examples shows how to work with QListView (a tree view
+ This examples shows how to work with TQListView (a tree view
widget)
mdi
@@ -257,12 +257,12 @@ process
progress
WARNING: this program has a strobe effect.
This example presents a long-running process (drawing lots of
- rectangles) and a QProgressDialog. Two types of progress dialog
+ rectangles) and a TQProgressDialog. Two types of progress dialog
are offered, one that simply shows text, and a custom one that
shows an animation using a TQLabel and a TQTimer.
progressbar
- Shows how to use a QProgressBar.
+ Shows how to use a TQProgressBar.
tqdir
Shows how to use and customize TQFileDialog. Run
@@ -272,7 +272,7 @@ tqdir
qfd
This example program displays all the characters of a selected
font. It shows the use of TQFontDialog, TQFontMetrics and TQFontInfo,
- and a QTable subclass.
+ and a TQTable subclass.
qmag
This is a simple magnifier-type program. It shows how one can do
@@ -335,19 +335,19 @@ sql/sqltable
tabdialog
This example shows how to use a dialog with multiple tabs (pages).
- It shows the use of QTabDialog and TQFileInfo.
+ It shows the use of TQTabDialog and TQFileInfo.
table/bigtable
This shows how to create a sparse very large (1M x 1M cells)
- QTable by avoiding the use of table items.
+ TQTable by avoiding the use of table items.
table/small-table-demo
- A small, simple QTable example that uses QTableItems to show text
+ A small, simple TQTable example that uses TQTableItems to show text
and pixmaps, and TQComboTableItems and TQCheckTableItems to show how
they work.
table/statistics
- A QTable example that shows how to subclass QTableItem.
+ A TQTable example that shows how to subclass TQTableItem.
tablet
This shows how to interact with a tablet device. It will only run
@@ -388,7 +388,7 @@ widgets
Shows many TQt widgets (See also the demo example).
wizard
- This example shows how to use QWizard.
+ This example shows how to use TQWizard.
xform
Demonstrates how to arbitrarily rotate, shear and scale text and