Functions
details Namespace Reference

Functions

std::int32_t getFirstVisibleBlockId (const QTextEdit &text)
 Returns the id of the first visible block inside a QTextEdit. More...
 
QString stripFilename (const QString &filepath)
 

Function Documentation

◆ getFirstVisibleBlockId()

std::int32_t details::getFirstVisibleBlockId ( const QTextEdit &  text)
inline

Returns the id of the first visible block inside a QTextEdit.

Taken from Stackoverflow

Definition at line 22 of file pqPythonUtils.h.

◆ stripFilename()

QString details::stripFilename ( const QString &  filepath)
inline

Definition at line 49 of file pqPythonUtils.h.