Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
python.cpp File Reference

(16e1f3d092c3935cfbbaff7a9ced89a8899ee1a3)

#include <translator.h>
#include "trparser.h"
#include "metastrings.h"
#include <QtCore/qhash.h>
#include <QtCore/qlist.h>
#include <QtCore/qstring.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qstack.h>
#include <cctype>
#include <cerrno>
#include <cstdio>
#include <cstring>
Include dependency graph for python.cpp:

Go to the source code of this file.

Classes

class  PythonParser

Functions

bool loadPython (Translator &translator, const QString &fileName, ConversionData &cd)

Function Documentation

◆ loadPython()

bool loadPython ( Translator & translator,
const QString & fileName,
ConversionData & cd )

Definition at line 749 of file python.cpp.