From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/regexptester-example.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'doc/html/regexptester-example.html') diff --git a/doc/html/regexptester-example.html b/doc/html/regexptester-example.html index c7b9271df..64f655ed5 100644 --- a/doc/html/regexptester-example.html +++ b/doc/html/regexptester-example.html @@ -96,7 +96,7 @@ private: #include <tqclipboard.h> #include <tqcombobox.h> #include <tqlabel.h> -#include <ntqlayout.h> +#include <tqlayout.h> #include <tqpushbutton.h> #include <tqregexp.h> #include <tqstatusbar.h> @@ -140,24 +140,24 @@ private: gridLayout->addWidget(regexComboBox, 0, 1); gridLayout->addWidget(textLabel, 1, 0); gridLayout->addWidget(textComboBox, 1, 1); - TQHBoxLayout *checkboxLayout = new TQHBoxLayout(0, 6, 6); - checkboxLayout->addWidget(caseSensitiveCheckBox); - checkboxLayout->addWidget(minimalCheckBox); - checkboxLayout->addWidget(wildcardCheckBox); - checkboxLayout->addStretch(1); - TQVBoxLayout *buttonLayout = new TQVBoxLayout(0, 6, 6); - buttonLayout->addWidget(executePushButton); - buttonLayout->addWidget(copyPushButton); - buttonLayout->addWidget(quitPushButton); - buttonLayout->addStretch(1); - TQHBoxLayout *middleLayout = new TQHBoxLayout(0, 6, 6); - middleLayout->addWidget(resultTable); - middleLayout->addLayout(buttonLayout); - TQVBoxLayout *mainLayout = new TQVBoxLayout(this, 6, 6); - mainLayout->addLayout(gridLayout); - mainLayout->addLayout(checkboxLayout); - mainLayout->addLayout(middleLayout); - mainLayout->addWidget(statusBar); + TQHBoxLayout *checkboxLayout = new TQHBoxLayout(0, 6, 6); + checkboxLayout->addWidget(caseSensitiveCheckBox); + checkboxLayout->addWidget(minimalCheckBox); + checkboxLayout->addWidget(wildcardCheckBox); + checkboxLayout->addStretch(1); + TQVBoxLayout *buttonLayout = new TQVBoxLayout(0, 6, 6); + buttonLayout->addWidget(executePushButton); + buttonLayout->addWidget(copyPushButton); + buttonLayout->addWidget(quitPushButton); + buttonLayout->addStretch(1); + TQHBoxLayout *middleLayout = new TQHBoxLayout(0, 6, 6); + middleLayout->addWidget(resultTable); + middleLayout->addLayout(buttonLayout); + TQVBoxLayout *mainLayout = new TQVBoxLayout(this, 6, 6); + mainLayout->addLayout(gridLayout); + mainLayout->addLayout(checkboxLayout); + mainLayout->addLayout(middleLayout); + mainLayout->addWidget(statusBar); resize(TQSize(500, 350).expandedTo(minimumSizeHint())); -- cgit v1.2.3