Home
last modified time | relevance | path

Searched refs:m_commentText (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qt-breakpad/qtcrashhandler/
H A Ddumpsender.cpp126 if (!m_commentText.isEmpty()) in sendDumpAndQuit()
127 pairList.append({ "Comments", m_commentText.toLocal8Bit() }); in sendDumpAndQuit()
171 m_commentText = comment; in setCommentText()
H A Ddumpsender.h54 QString m_commentText; variable
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
H A Dmessageeditor.h177 FormWidget *m_commentText; variable
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
H A Dmessageeditor.h177 FormWidget *m_commentText; variable
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
H A Dmessageeditor.h177 FormWidget *m_commentText; variable
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
H A Dmessageeditor.h177 FormWidget *m_commentText; variable
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false);
127 m_commentText->setHideWhenEmpty(true);
128 m_commentText->setObjectName(QLatin1String("comment/context view"));
129 m_commentText->setWhatsThis(tr("This area shows a comment that"
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)),
140 subLayout->addWidget(m_commentText);
554 m_commentText->clearTranslation();
606 m_commentText->setTranslation(commentText);
869 m_commentText->getEditor()->setVisualizeWhitespace(value);
899 m_commentText->getEditor()->setFont(font);
H A Dmessageeditor.h177 FormWidget *m_commentText; in MessageEditor()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
H A Dmessageeditor.h177 FormWidget *m_commentText; variable
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmessageeditor.cpp126 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
127 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
128 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
129 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
132 connect(m_commentText, SIGNAL(selectionChanged(QTextEdit*)), in setupEditorPage()
140 subLayout->addWidget(m_commentText); in setupEditorPage()
554 m_commentText->clearTranslation(); in showNothing()
606 m_commentText->setTranslation(commentText); in showMessage()
869 m_commentText->getEditor()->setVisualizeWhitespace(value); in setVisualizeWhitespace()
899 m_commentText->getEditor()->setFont(font); in applyFontSize()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/linguist/
H A Dmessageeditor.cpp146 m_commentText = new FormWidget(tr("Developer comments"), false); in setupEditorPage()
147 m_commentText->setHideWhenEmpty(true); in setupEditorPage()
148 m_commentText->setObjectName(QLatin1String("comment/context view")); in setupEditorPage()
149 m_commentText->setWhatsThis(tr("This area shows a comment that" in setupEditorPage()
158 subLayout->addWidget(m_commentText); in setupEditorPage()
590 m_commentText->clearTranslation(); in showNothing()
640 m_commentText->setTranslation(commentText); in showMessage()
H A Dmessageeditor.h173 FormWidget *m_commentText; variable

12