diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/pictures.doc | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/pictures.doc')
-rw-r--r-- | doc/pictures.doc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pictures.doc b/doc/pictures.doc index f325c1bed..2060e0ccd 100644 --- a/doc/pictures.doc +++ b/doc/pictures.doc @@ -62,14 +62,14 @@ shows off many of Qt's widgets. (The source is in \c{examples/demo}. Below we have three views seperated by \l {QSplitter}s. At the top-left there's a \l QListBox, at the top-right there's a \l -QListView with a \l QHeader and two \l {QScrollBar}s. And at the +QListView with a \l QHeader and two \l {TQScrollBar}s. And at the bottom there's a \l TQIconView. \img splitter-views-w.png Below we present a \l TQMainWindow which has a \l TQMenuBar and some \l {TQToolBar}s that contain -various widgets, e.g. \l {TQToolButton}s and \l {QComboBox}es. The central +various widgets, e.g. \l {TQToolButton}s and \l {TQComboBox}es. The central widget is a \l TQWorkspace which is used for MDI window management and which contains an MDI-Window featuring a \l TQTextEdit. At the bottom you see a \l TQStatusBar and at the bottom-right a \l TQSizeGrip. @@ -108,7 +108,7 @@ also be used as a separate widget. \img qprogdlg-w.png In the screenshot below we have a \l QGroupBox that contains a \l -QLineEdit, a read-only \l QComboBox and an editable \l QComboBox. +TQLineEdit, a read-only \l TQComboBox and an editable \l TQComboBox. \img groupbox-w.png @@ -117,7 +117,7 @@ The screenshot below shows a \l TQPopupMenu. \img qpopmenu-w.png In the screenshot below there's a \l QButtonGroup containing four \l -{QRadioButton}s and two \l {QCheckBox}es. +{TQRadioButton}s and two \l {TQCheckBox}es. \img buttongroup-w.png @@ -125,17 +125,17 @@ In the screenshot below there's a \l QButtonGroup containing four \l THIS IMAGE DOESN'T SHOW ANYTHING UNDERSTANDABLY USEFUL All views in the first screenshot are widgets derived from a \l -QScrollView. But this class can also manage lots of child-widgets, +TQScrollView. But this class can also manage lots of child-widgets, like in this screenshot. -\img qscrollview-m.png +\img tqscrollview-m.png \endomit The screenshot below shows a \l QTabDialog. The tabs (\l QTabBar) or the more convenient class \l QTabWidget, which combines a tab bar with the pages, can be used separately. In the visible page you see a \l -TQLabel, the range controls \l QSlider and \l QSpinBox and below a \l -QLCDNumber. In the bottom row there are some \l {QPushButton}s. +TQLabel, the range controls \l TQSlider and \l TQSpinBox and below a \l +TQLCDNumber. In the bottom row there are some \l {TQPushButton}s. \img qtabdlg-w.png |