summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /examples/README
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 c8907e722..23d821625 100644
--- a/examples/README
+++ b/examples/README
@@ -19,9 +19,9 @@ action
A single document interface application example with a menu bar,
tool bar and status bar that provides simple text editing.
It shows how to implement a typical modern application, how to
- create a QMainWindow subclass, and how to create actions that can
- be assigned to menus (QPopupMenu) and toolbars (QToolBar) using
- QAction. It also shows how to print using QSimpleRichText.
+ create a TQMainWindow subclass, and how to create actions that can
+ be assigned to menus (TQPopupMenu) and toolbars (TQToolBar) using
+ TQAction. It also shows how to print using QSimpleRichText.
addressbook [obsolete]
@@ -35,7 +35,7 @@ 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
- QPopupMenu to a button.
+ TQPopupMenu to a button.
canvas
This examples demonstrates many of TQCanvasView's facilities, but
@@ -113,8 +113,8 @@ 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 QToolBar and how to
- implement a context menu using QPopupMenu.
+ It also shows how to add a QComboBox to a TQToolBar and how to
+ implement a context menu using TQPopupMenu.
fonts [obsolete; see the qfd example instead]
@@ -136,7 +136,7 @@ helpdemo
helpsystem
This example shows how to implement context-sensitive help in
- various ways in a TQt application using QToolTip, QWhatsThis, and
+ various ways in a TQt application using TQToolTip, QWhatsThis, and
QAssistantClient to control TQt Assistant.
helpviewer
@@ -182,8 +182,8 @@ listviews
mdi
Similar to the action example, but this time using MDI (Multiple
- Document Interface). It subclasses QMainWindow and uses the
- QWorkspace class to provide MDI and shows how to implement an MDI
+ Document Interface). It subclasses TQMainWindow and uses the
+ TQWorkspace class to provide MDI and shows how to implement an MDI
Window menu.
menu
@@ -299,8 +299,8 @@ 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 QToolBar and how to implement a
- button that pops up a menu (using QPushButton and QPopupMenu), and
+ 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
also how to use the QColorDialog.
scrollview
@@ -373,7 +373,7 @@ tictac
tooltip
This example widget demonstrates how to use tool tips for static
- and dynamic regions within a widget using a QToolTip subclass.
+ and dynamic regions within a widget using a TQToolTip subclass.
toplevel
This program allows you to set all the flags for a widget and then