Home
last modified time | relevance | path

Searched refs:quotationFormat (Results 1 – 25 of 68) sorted by relevance

123

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dhighlighter.cpp118 quotationFormat.setForeground(Qt::red); in setTheme()
185 quotationFormat.setForeground(QColor("#827717")); in setTheme()
576 setFormat(index, length, quotationFormat); in highlightCsoundBlock()
753 if (format(startIndex) == quotationFormat) { in highlightCsoundBlock()
790 setFormat(index, length, quotationFormat); in highlightPythonBlock()
797 setFormat(index, length, quotationFormat); in highlightPythonBlock()
851 setFormat(index, length, quotationFormat); in highlightHtmlBlock()
858 setFormat(index, length, quotationFormat); in highlightHtmlBlock()
896 if (format(startIndex) == quotationFormat) { in highlightHtmlBlock()
932 rule = {QRegExp("\\{\\{.*"), quotationFormat, 0}; in setLastRules()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/advancedrename/common/
H A Dhighlighter.cpp125 setFormat(index, qlength, quotationFormat); in highlightBlock()
168 quotationFormat.setForeground(QColor(0x50, 0x50, 0xff)); // light blue in setupHighlightingGrammar()
169 quotationFormat.setFontItalic(true); in setupHighlightingGrammar()
172 quotationRule.format = quotationFormat; in setupHighlightingGrammar()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DScriptHighlighter.cpp67 QTextCharFormat quotationFormat; in ScriptHighlighter() local
68 quotationFormat.setForeground(Qt::blue); in ScriptHighlighter()
69 rule.format = quotationFormat; in ScriptHighlighter()
/dports/graphics/radiance/radiance-baf2c40/src/
H A DGlslHighlighter.cpp25 QTextCharFormat quotationFormat; in GlslHighlighter() local
26 quotationFormat.setForeground(Qt::magenta); in GlslHighlighter()
28 rule.format = quotationFormat; in GlslHighlighter()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsexpressionhighlighter.cpp37 quotationFormat.setForeground( Qt::darkGreen ); in QgsExpressionHighlighter()
39 rule.format = quotationFormat; in QgsExpressionHighlighter()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))
/dports/devel/py-qt5-core/PyQt5-5.15.4/examples/richtext/
H A Dsyntaxhighlighter.py153 quotationFormat = QTextCharFormat()
154 quotationFormat.setForeground(Qt.darkGreen)
155 self.highlightingRules.append((QRegExp("\".*\""), quotationFormat))

123