summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README24
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/README b/examples/README
index decd59dee..e9f4bff04 100644
--- a/examples/README
+++ b/examples/README
@@ -33,8 +33,8 @@ biff [Unix-specific]
buttongroups
This examples shows different types of group boxes (QButtonGroup,
- and QGroupBox), and different kinds of buttons (QCheckBox,
- QRadioButton, and QPushButton). It also shows how to add a
+ and QGroupBox), and different kinds of buttons (TQCheckBox,
+ TQRadioButton, and TQPushButton). It also shows how to add a
TQPopupMenu to a button.
canvas
@@ -51,7 +51,7 @@ 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, QCheckListItem,
+ Shows the use of QListView, QListViewItem, TQCheckListItem,
QListViewItemIterator, and TQValueList.
cursor
@@ -66,7 +66,7 @@ customlayout
dclock
This example displays a digital LCD clock and can switch between
time and date.
- It uses the QLCDNumber widget and a couple of TQTimers.
+ It uses the TQLCDNumber widget and a couple of TQTimers.
demo
Run this to see almost all of Qt's widgets in action, including
@@ -113,7 +113,7 @@ fileiconview
a widget derived from TQIconView to display the current directory.
It uses the DirectoryView widget from the dirview example to
display the directory tree.
- It also shows how to add a QComboBox to a TQToolBar and how to
+ It also shows how to add a TQComboBox to a TQToolBar and how to
implement a context menu using TQPopupMenu.
fonts [obsolete; see the qfd example instead]
@@ -166,7 +166,7 @@ life
An implementation of the life game with a Unix-flavor GUI.
lineedits
- This example shows how to use various properties of QLineEdit
+ This example shows how to use various properties of TQLineEdit
including echo modes, input masks, and validators.
listbox
@@ -174,7 +174,7 @@ listbox
listboxcombo
This example shows how to use QListBox (with single selection and
- multi selection) and QComboBox (editable and non-editable).
+ multi selection) and TQComboBox (editable and non-editable).
listviews
This examples shows how to work with QListView (a tree view
@@ -282,7 +282,7 @@ qwerty
Simple text editor for testing different character encodings.
rangecontrols
- This examples shows how to use QSpinBox and QSlider.
+ This examples shows how to use TQSpinBox and TQSlider.
regexptester
This little application is useful for testing regular expressions.
@@ -299,12 +299,12 @@ scribble
with different pen colors and widths and save the result as a
pixmap in various formats. It shows how to do drawing using a
TQWidget subclass (rather than a TQCanvas for example). It also
- shows how to add a QSpinBox to a TQToolBar and how to implement a
- button that pops up a menu (using QPushButton and TQPopupMenu), and
+ shows how to add a TQSpinBox to a TQToolBar and how to implement a
+ button that pops up a menu (using TQPushButton and TQPopupMenu), and
also how to use the TQColorDialog.
scrollview
- This example shows one way of using a QScrollview. This widget is
+ This example shows one way of using a TQScrollview. This widget is
highly optimized for showing very large contents including child
widgets.
@@ -343,7 +343,7 @@ table/bigtable
table/small-table-demo
A small, simple QTable example that uses QTableItems to show text
- and pixmaps, and QComboTableItems and QCheckTableItems to show how
+ and pixmaps, and TQComboTableItems and TQCheckTableItems to show how
they work.
table/statistics