QCodeEditor icon indicating copy to clipboard operation
QCodeEditor copied to clipboard

Light QPlainTextEdit based widget which provides the line numbers bar and the syntax and the current line highlight (PyQt)

Results 2 QCodeEditor issues
Sort by recently updated
recently updated
newest added

I'm using QGIS an Open-Source GIS application, that allows you to write a Coordinate Reference System (CRS) to a QDom element, using its WriteXml() function. This produces a WKT string...

![Capture26](https://user-images.githubusercontent.com/33006035/89686813-7a266300-d918-11ea-8c8e-783b5b71fddb.PNG) Above ss contains the code for what I'm trying to do, I want to fit QCodeEditor in place of an QTextEdit, which is placed under self.centralwidget, but everytime I...