Home
last modified time | relevance | path

Searched refs:image2Path (Results 1 – 2 of 2) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dmaintextjobtest.cpp228 … const QString image2Path = QCoreApplication::applicationDirPath() + QLatin1String("/image2.png"); in testHtmlWithImages() local
229 image2.save(image2Path); in testHtmlWithImages()
235 editor.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image2Path)); in testHtmlWithImages()
236 editor.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image2Path)); in testHtmlWithImages()
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/composer-ng/autotests/
H A Drichtextcomposertest.cpp271 …QString image2Path = KIconLoader::global()->iconPath(QStringLiteral("arrow-up"), KIconLoader::Smal… in testImages() local
321 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image2Path)); in testImages()
343 …QString image2Path = KIconLoader::global()->iconPath(QStringLiteral("arrow-up"), KIconLoader::Smal… in testImageHtmlCode() local
345 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image2Path)); in testImageHtmlCode()
402 …QString image2Path = KIconLoader::global()->iconPath(QStringLiteral("arrow-up"), KIconLoader::Smal… in testLoadImage() local
406 QVERIFY(image2.load(image2Path)); in testLoadImage()