Home
last modified time | relevance | path

Searched refs:image1Path (Results 1 – 3 of 3) sorted by relevance

/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/composer-ng/autotests/
H A Drichtextcomposertest.cpp270 …QString image1Path = KIconLoader::global()->iconPath(QStringLiteral("folder-new"), KIconLoader::Sm… in testImages() local
274 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImages()
285 QImage diskImage(image1Path); in testImages()
302 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImages()
313 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImages()
314 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImages()
320 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImages()
342 …QString image1Path = KIconLoader::global()->iconPath(QStringLiteral("folder-new"), KIconLoader::Sm… in testImageHtmlCode() local
344 edit.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testImageHtmlCode()
401 …QString image1Path = KIconLoader::global()->iconPath(QStringLiteral("folder-new"), KIconLoader::Sm… in testLoadImage() local
[all …]
/dports/net/kidentitymanagement/kidentitymanagement-21.12.3/autotests/
H A Dsignaturetest.cpp204 QString image1Path = QCoreApplication::applicationDirPath() + QLatin1String("/image.png"); in testImages() local
205 img.save(image1Path); in testImages()
209 QVERIFY(image1.load(image1Path)); in testImages()
210 QVERIFY(image2.load(image1Path)); in testImages()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dmaintextjobtest.cpp223 … const QString image1Path = QCoreApplication::applicationDirPath() + QLatin1String("/image1.png"); in testHtmlWithImages() local
224 image1.save(image1Path); in testHtmlWithImages()
233 editor.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testHtmlWithImages()
234 editor.composerControler()->composerImages()->addImage(QUrl::fromLocalFile(image1Path)); in testHtmlWithImages()