Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about qscintilla

Read more about qscintilla

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - qscintilla

How to count lines in qscintilla?

I'm using QScintilla to make my own notepad for fun in pyqt5 python. I was wandering if there is a way to get the number of lines of a QScintilla() widget?
test-img

Souvlaki42

pyqt5

notepad

qscintilla

Votes: 0

Answers: 1

Latest Answer

You have to use the lines() method, you can also use the linesChanged signal. import sys from PyQt5 import QtWidgets, Qsci class Editor(Qsci.QsciScintilla): def __init__(self, parent=None): ...
test-img

eyllanesc

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved