Пример #1
0
void PythonEngine::pythonShowImageCommand(const QString &fileName)
{
    emit pythonShowImage(fileName);
}
Пример #2
0
void PythonEngine::pythonShowImageCommand(const QString &fileName, int width, int height)
{
    emit pythonShowImage(fileName, width, height);
}