Krita Source Code Documentation
Loading...
Searching...
No Matches
scripter.test Namespace Reference

Variables

 app = QApplication([])
 
 editor = QPlainTextEdit()
 
 f = QFont("monospace", 10, QFont.Weight.Normal)
 
 highlight = syntax.PythonHighlighter(editor.document())
 

Detailed Description

SPDX-FileCopyrightText: 2017 Eliakin Costa <eliakim170@gmail.com>

SPDX-License-Identifier: GPL-2.0-or-later

Variable Documentation

◆ app

scripter.test.app = QApplication([])

Definition at line 19 of file test.py.

◆ editor

scripter.test.editor = QPlainTextEdit()

Definition at line 20 of file test.py.

◆ f

scripter.test.f = QFont("monospace", 10, QFont.Weight.Normal)

Definition at line 21 of file test.py.

◆ highlight

scripter.test.highlight = syntax.PythonHighlighter(editor.document())

Definition at line 24 of file test.py.