diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-17 22:16:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-01 10:58:24 +0900 |
| commit | e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5 (patch) | |
| tree | d86a2f7b4012fdf7ebc7120317d0b3a9bd7ec135 /src/__TODO/UiGuiErrorMessage.cpp | |
| parent | d879569fce39cb38991384a1851eeb42eca6e16f (diff) | |
| download | universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.tar.gz universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.zip | |
Added first part of UiGuiSettings class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/__TODO/UiGuiErrorMessage.cpp')
| -rw-r--r-- | src/__TODO/UiGuiErrorMessage.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/__TODO/UiGuiErrorMessage.cpp b/src/__TODO/UiGuiErrorMessage.cpp index 67e8e0c..123a807 100644 --- a/src/__TODO/UiGuiErrorMessage.cpp +++ b/src/__TODO/UiGuiErrorMessage.cpp @@ -21,7 +21,7 @@ #include <tntqcheckbox.h> -/*! +/* \class UiGuiErrorMessage \ingroup grp_Dialogs \brief UiGuiErrorMessage is a child of TQErrorMessage. But TQErrorMessages @@ -30,7 +30,7 @@ */ -/*! +/* \brief Initializes the dialog. Retrieves the object pointer to the \a _showAgainCheckBox check box, sets the dialogs @@ -44,14 +44,14 @@ UiGuiErrorMessage::UiGuiErrorMessage(TQWidget *parent) : _showAgainCheckBox->setText(tr("Show this message again")); } -/*! +/* \brief Just a lazy nothin doin destructive destructor. */ UiGuiErrorMessage::~UiGuiErrorMessage(void) { } -/*! +/* \brief Shows an error \a message in a dialog box with \a title. The shown \a message is added to a list, if not already in there. If it is @@ -84,7 +84,7 @@ void UiGuiErrorMessage::showMessage(const TQString &title, const TQString &messa } } -/*! +/* \brief For convinience, for showing a dialog box with the default title "UniversalIndentGUI". */ void UiGuiErrorMessage::showMessage(const TQString &message) |
