1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837
|
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/
#include <qtest.h>
#include <QDebug>
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlcomponent.h>
#include <QtQml/qqmlproperty.h>
#include <QtQml/qqmlincubator.h>
#include <QtQuick>
#include <QtQuick/private/qquickrectangle_p.h>
#include <QtQuick/private/qquickmousearea_p.h>
#include <private/qqmlcontext_p.h>
#include <private/qv4qmlcontext_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4qmlcontext_p.h>
#include <qcolor.h>
#include "../../shared/util.h"
#include "testhttpserver.h"
class MyIC : public QObject, public QQmlIncubationController
{
Q_OBJECT
public:
MyIC() { startTimer(5); }
protected:
virtual void timerEvent(QTimerEvent*) {
incubateFor(5);
}
};
class ComponentWatcher : public QObject
{
Q_OBJECT
public:
ComponentWatcher(QQmlComponent *comp) : loading(0), error(0), ready(0) {
connect(comp, SIGNAL(statusChanged(QQmlComponent::Status)),
this, SLOT(statusChanged(QQmlComponent::Status)));
}
int loading;
int error;
int ready;
public slots:
void statusChanged(QQmlComponent::Status status) {
switch (status) {
case QQmlComponent::Loading:
++loading;
break;
case QQmlComponent::Error:
++error;
break;
case QQmlComponent::Ready:
++ready;
break;
default:
break;
}
}
};
static void gc(QQmlEngine &engine)
{
engine.collectGarbage();
QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete);
QCoreApplication::processEvents();
}
class tst_qqmlcomponent : public QQmlDataTest
{
Q_OBJECT
public:
tst_qqmlcomponent() { engine.setIncubationController(&ic); }
private slots:
void null();
void loadEmptyUrl();
void qmlCreateWindow();
void qmlCreateObjectAutoParent_data();
void qmlCreateObjectAutoParent();
void qmlCreateObjectWithProperties();
void qmlIncubateObject();
void qmlCreateParentReference();
void async();
void asyncHierarchy();
void asyncForceSync();
void componentUrlCanonicalization();
void onDestructionLookup();
void onDestructionCount();
void recursion();
void recursionContinuation();
void partialComponentCreation();
void callingContextForInitialProperties();
void setNonExistentInitialProperty();
void relativeUrl_data();
void relativeUrl();
void setDataNoEngineNoSegfault();
void testRequiredProperties_data();
void testRequiredProperties();
void testRequiredPropertiesFromQml();
void testSetInitialProperties();
private:
QQmlEngine engine;
MyIC ic;
};
void tst_qqmlcomponent::null()
{
{
QQmlComponent c;
QVERIFY(c.isNull());
}
{
QQmlComponent c(&engine);
QVERIFY(c.isNull());
}
}
void tst_qqmlcomponent::loadEmptyUrl()
{
QQmlComponent c(&engine);
c.loadUrl(QUrl());
QVERIFY(c.isError());
QCOMPARE(c.errors().count(), 1);
QQmlError error = c.errors().first();
QCOMPARE(error.url(), QUrl());
QCOMPARE(error.line(), -1);
QCOMPARE(error.column(), -1);
QCOMPARE(error.description(), QLatin1String("Invalid empty URL"));
}
void tst_qqmlcomponent::qmlIncubateObject()
{
QQmlComponent component(&engine, testFileUrl("incubateObject.qml"));
QObject *object = component.create();
QVERIFY(object != nullptr);
QCOMPARE(object->property("test1").toBool(), true);
QCOMPARE(object->property("test2").toBool(), false);
QTRY_VERIFY(object->property("test2").toBool());
delete object;
}
void tst_qqmlcomponent::qmlCreateWindow()
{
QQmlEngine engine;
QQmlComponent component(&engine);
component.loadUrl(testFileUrl("createWindow.qml"));
QScopedPointer<QQuickWindow> window(qobject_cast<QQuickWindow *>(component.create()));
QVERIFY(!window.isNull());
}
void tst_qqmlcomponent::qmlCreateObjectAutoParent_data()
{
QTest::addColumn<QString>("testFile");
QTest::newRow("createObject") << QStringLiteral("createObject.qml");
QTest::newRow("createQmlObject") << QStringLiteral("createQmlObject.qml");
}
void tst_qqmlcomponent::qmlCreateObjectAutoParent()
{
QFETCH(QString, testFile);
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl(testFile));
QScopedPointer<QObject> root(qobject_cast<QQuickItem *>(component.create()));
QVERIFY(!root.isNull());
QObject *qtobjectParent = root->property("qtobjectParent").value<QObject*>();
QQuickItem *itemParent = qobject_cast<QQuickItem *>(root->property("itemParent").value<QObject*>());
QQuickWindow *windowParent = qobject_cast<QQuickWindow *>(root->property("windowParent").value<QObject*>());
QVERIFY(qtobjectParent);
QVERIFY(itemParent);
QVERIFY(windowParent);
QObject *qtobject_qtobject = root->property("qtobject_qtobject").value<QObject*>();
QObject *qtobject_item = root->property("qtobject_item").value<QObject*>();
QObject *qtobject_window = root->property("qtobject_window").value<QObject*>();
QObject *item_qtobject = root->property("item_qtobject").value<QObject*>();
QObject *item_item = root->property("item_item").value<QObject*>();
QObject *item_window = root->property("item_window").value<QObject*>();
QObject *window_qtobject = root->property("window_qtobject").value<QObject*>();
QObject *window_item = root->property("window_item").value<QObject*>();
QObject *window_window = root->property("window_window").value<QObject*>();
QVERIFY(qtobject_qtobject);
QVERIFY(qtobject_item);
QVERIFY(qtobject_window);
QVERIFY(item_qtobject);
QVERIFY(item_item);
QVERIFY(item_window);
QVERIFY(window_qtobject);
QVERIFY(window_item);
QVERIFY(window_window);
QVERIFY(QByteArray(qtobject_item->metaObject()->className()).startsWith("QQuickItem"));
QVERIFY(QByteArray(qtobject_window->metaObject()->className()).startsWith("QQuickWindow"));
QVERIFY(QByteArray(item_item->metaObject()->className()).startsWith("QQuickItem"));
QVERIFY(QByteArray(item_window->metaObject()->className()).startsWith("QQuickWindow"));
QVERIFY(QByteArray(window_item->metaObject()->className()).startsWith("QQuickItem"));
QVERIFY(QByteArray(window_window->metaObject()->className()).startsWith("QQuickWindow"));
QCOMPARE(qtobject_qtobject->parent(), qtobjectParent);
QCOMPARE(qtobject_item->parent(), qtobjectParent);
QCOMPARE(qtobject_window->parent(), qtobjectParent);
QCOMPARE(item_qtobject->parent(), itemParent);
QCOMPARE(item_item->parent(), itemParent);
QCOMPARE(item_window->parent(), itemParent);
QCOMPARE(window_qtobject->parent(), windowParent);
QCOMPARE(window_item->parent(), windowParent);
QCOMPARE(window_window->parent(), windowParent);
QCOMPARE(qobject_cast<QQuickItem *>(qtobject_item)->parentItem(), (QQuickItem *)nullptr);
QCOMPARE(qobject_cast<QQuickWindow *>(qtobject_window)->transientParent(), (QQuickWindow *)nullptr);
QCOMPARE(qobject_cast<QQuickItem *>(item_item)->parentItem(), itemParent);
QCOMPARE(qobject_cast<QQuickWindow *>(item_window)->transientParent(), itemParent->window());
QCOMPARE(qobject_cast<QQuickItem *>(window_item)->parentItem(), windowParent->contentItem());
QCOMPARE(qobject_cast<QQuickWindow *>(window_window)->transientParent(), windowParent);
}
void tst_qqmlcomponent::qmlCreateObjectWithProperties()
{
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("createObjectWithScript.qml"));
QVERIFY2(component.errorString().isEmpty(), component.errorString().toUtf8());
QScopedPointer<QObject> object(component.create());
QVERIFY(!object.isNull());
{
QScopedPointer<QObject> testObject1(object->property("declarativerectangle")
.value<QObject*>());
QVERIFY(testObject1);
QCOMPARE(testObject1->parent(), object.data());
QCOMPARE(testObject1->property("x").value<int>(), 17);
QCOMPARE(testObject1->property("y").value<int>(), 17);
QCOMPARE(testObject1->property("color").value<QColor>(), QColor(255,255,255));
QCOMPARE(QQmlProperty::read(testObject1.data(),"border.width").toInt(), 3);
QCOMPARE(QQmlProperty::read(testObject1.data(),"innerRect.border.width").toInt(), 20);
}
{
QScopedPointer<QObject> testObject2(object->property("declarativeitem").value<QObject*>());
QVERIFY(testObject2);
QCOMPARE(testObject2->parent(), object.data());
//QCOMPARE(testObject2->metaObject()->className(), "QDeclarativeItem_QML_2");
QCOMPARE(testObject2->property("x").value<int>(), 17);
QCOMPARE(testObject2->property("y").value<int>(), 17);
QCOMPARE(testObject2->property("testBool").value<bool>(), true);
QCOMPARE(testObject2->property("testInt").value<int>(), 17);
QCOMPARE(testObject2->property("testObject").value<QObject*>(), object.data());
}
{
QScopedPointer<QObject> testBindingObj(object->property("bindingTestObject")
.value<QObject*>());
QVERIFY(testBindingObj);
QCOMPARE(testBindingObj->parent(), object.data());
QCOMPARE(testBindingObj->property("testValue").value<int>(), 300);
object->setProperty("width", 150);
QCOMPARE(testBindingObj->property("testValue").value<int>(), 150 * 3);
}
{
QScopedPointer<QObject> testBindingThisObj(object->property("bindingThisTestObject")
.value<QObject*>());
QVERIFY(testBindingThisObj);
QCOMPARE(testBindingThisObj->parent(), object.data());
QCOMPARE(testBindingThisObj->property("testValue").value<int>(), 900);
testBindingThisObj->setProperty("width", 200);
QCOMPARE(testBindingThisObj->property("testValue").value<int>(), 200 * 3);
}
}
void tst_qqmlcomponent::qmlCreateParentReference()
{
QQmlEngine engine;
QCOMPARE(engine.outputWarningsToStandardError(), true);
QQmlTestMessageHandler messageHandler;
QQmlComponent component(&engine, testFileUrl("createParentReference.qml"));
QVERIFY2(component.errorString().isEmpty(), component.errorString().toUtf8());
QObject *object = component.create();
QVERIFY(object != nullptr);
QVERIFY(QMetaObject::invokeMethod(object, "createChild"));
delete object;
engine.setOutputWarningsToStandardError(false);
QCOMPARE(engine.outputWarningsToStandardError(), false);
QVERIFY2(messageHandler.messages().isEmpty(), qPrintable(messageHandler.messageString()));
}
void tst_qqmlcomponent::async()
{
TestHTTPServer server;
QVERIFY2(server.listen(), qPrintable(server.errorString()));
server.serveDirectory(dataDirectory());
QQmlComponent component(&engine);
ComponentWatcher watcher(&component);
component.loadUrl(server.url("/TestComponent.qml"), QQmlComponent::Asynchronous);
QCOMPARE(watcher.loading, 1);
QTRY_VERIFY(component.isReady());
QCOMPARE(watcher.ready, 1);
QCOMPARE(watcher.error, 0);
QObject *object = component.create();
QVERIFY(object != nullptr);
delete object;
}
void tst_qqmlcomponent::asyncHierarchy()
{
TestHTTPServer server;
QVERIFY2(server.listen(), qPrintable(server.errorString()));
server.serveDirectory(dataDirectory());
// ensure that the item hierarchy is compiled correctly.
QQmlComponent component(&engine);
ComponentWatcher watcher(&component);
component.loadUrl(server.url("/TestComponent.2.qml"), QQmlComponent::Asynchronous);
QCOMPARE(watcher.loading, 1);
QTRY_VERIFY(component.isReady());
QCOMPARE(watcher.ready, 1);
QCOMPARE(watcher.error, 0);
QObject *root = component.create();
QVERIFY(root != nullptr);
// ensure that the parent-child relationship hierarchy is correct
// (use QQuickItem* for all children rather than types which are not publicly exported)
QQuickItem *c1 = root->findChild<QQuickItem*>("c1", Qt::FindDirectChildrenOnly);
QVERIFY(c1);
QQuickItem *c1c1 = c1->findChild<QQuickItem*>("c1c1", Qt::FindDirectChildrenOnly);
QVERIFY(c1c1);
QQuickItem *c1c2 = c1->findChild<QQuickItem*>("c1c2", Qt::FindDirectChildrenOnly);
QVERIFY(c1c2);
QQuickItem *c1c2c3 = c1c2->findChild<QQuickItem*>("c1c2c3", Qt::FindDirectChildrenOnly);
QVERIFY(c1c2c3);
QQuickItem *c2 = root->findChild<QQuickItem*>("c2", Qt::FindDirectChildrenOnly);
QVERIFY(c2);
QQuickItem *c2c1 = c2->findChild<QQuickItem*>("c2c1", Qt::FindDirectChildrenOnly);
QVERIFY(c2c1);
QQuickItem *c2c1c1 = c2c1->findChild<QQuickItem*>("c2c1c1", Qt::FindDirectChildrenOnly);
QVERIFY(c2c1c1);
QQuickItem *c2c1c2 = c2c1->findChild<QQuickItem*>("c2c1c2", Qt::FindDirectChildrenOnly);
QVERIFY(c2c1c2);
// ensure that values and bindings are assigned correctly
QVERIFY(root->property("success").toBool());
delete root;
}
void tst_qqmlcomponent::asyncForceSync()
{
{
// 1) make sure that HTTP URLs cannot be completed synchronously
TestHTTPServer server;
QVERIFY2(server.listen(), qPrintable(server.errorString()));
server.serveDirectory(dataDirectory());
// ensure that the item hierarchy is compiled correctly.
QQmlComponent component(&engine);
component.loadUrl(server.url("/TestComponent.2.qml"), QQmlComponent::Asynchronous);
QCOMPARE(component.status(), QQmlComponent::Loading);
QQmlComponent component2(&engine, server.url("/TestComponent.2.qml"), QQmlComponent::PreferSynchronous);
QCOMPARE(component2.status(), QQmlComponent::Loading);
}
{
// 2) make sure that file:// URL can be completed synchronously
// ensure that the item hierarchy is compiled correctly.
QQmlComponent component(&engine);
component.loadUrl(testFileUrl("/TestComponent.2.qml"), QQmlComponent::Asynchronous);
QCOMPARE(component.status(), QQmlComponent::Loading);
QQmlComponent component2(&engine, testFileUrl("/TestComponent.2.qml"), QQmlComponent::PreferSynchronous);
QCOMPARE(component2.status(), QQmlComponent::Ready);
QCOMPARE(component.status(), QQmlComponent::Loading);
QTRY_COMPARE_WITH_TIMEOUT(component.status(), QQmlComponent::Ready, 0);
}
}
void tst_qqmlcomponent::componentUrlCanonicalization()
{
// ensure that url canonicalization succeeds so that type information
// is not generated multiple times for the same component.
{
// load components via import
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("componentUrlCanonicalization.qml"));
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
QVERIFY(object->property("success").toBool());
}
{
// load one of the components dynamically, which would trigger
// import of the other if it were not already loaded.
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("componentUrlCanonicalization.2.qml"));
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
QVERIFY(object->property("success").toBool());
}
{
// load components with more deeply nested imports
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("componentUrlCanonicalization.3.qml"));
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
QVERIFY(object->property("success").toBool());
}
{
// load components with unusually specified import paths
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("componentUrlCanonicalization.4.qml"));
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
QVERIFY(object->property("success").toBool());
}
{
// Do not crash with various nonsense import paths
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("componentUrlCanonicalization.5.qml"));
QTest::ignoreMessage(QtWarningMsg, QLatin1String("QQmlComponent: Component is not ready").data());
QScopedPointer<QObject> object(component.create());
QVERIFY(object.isNull());
}
}
void tst_qqmlcomponent::onDestructionLookup()
{
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("onDestructionLookup.qml"));
QScopedPointer<QObject> object(component.create());
gc(engine);
QVERIFY(object != nullptr);
QVERIFY(object->property("success").toBool());
}
void tst_qqmlcomponent::onDestructionCount()
{
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("onDestructionCount.qml"));
QLatin1String warning("Component.onDestruction");
{
// Warning should be emitted during create()
QTest::ignoreMessage(QtWarningMsg, warning.data());
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
}
// Warning should not be emitted any further
QCOMPARE(engine.outputWarningsToStandardError(), true);
QStringList warnings;
{
QQmlTestMessageHandler messageHandler;
QCoreApplication::sendPostedEvents(nullptr, QEvent::DeferredDelete);
QCoreApplication::processEvents();
warnings = messageHandler.messages();
}
engine.setOutputWarningsToStandardError(false);
QCOMPARE(engine.outputWarningsToStandardError(), false);
QCOMPARE(warnings.count(), 0);
}
void tst_qqmlcomponent::recursion()
{
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("recursion.qml"));
QTest::ignoreMessage(QtWarningMsg, QLatin1String("QQmlComponent: Component creation is recursing - aborting").data());
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
// Sub-object creation does not succeed
QCOMPARE(object->property("success").toBool(), false);
}
void tst_qqmlcomponent::recursionContinuation()
{
QQmlEngine engine;
QQmlComponent component(&engine, testFileUrl("recursionContinuation.qml"));
for (int i = 0; i < 10; ++i)
QTest::ignoreMessage(QtWarningMsg, QLatin1String("QQmlComponent: Component creation is recursing - aborting").data());
QScopedPointer<QObject> object(component.create());
QVERIFY(object != nullptr);
// Eventual sub-object creation succeeds
QVERIFY(object->property("success").toBool());
}
void tst_qqmlcomponent::partialComponentCreation()
{
const int maxCount = 17;
QQmlEngine engine;
QScopedPointer<QQmlComponent> components[maxCount];
QScopedPointer<QObject> objects[maxCount];
QQmlTestMessageHandler messageHandler;
QCOMPARE(engine.outputWarningsToStandardError(), true);
for (int i = 0; i < maxCount; i++) {
components[i].reset(new QQmlComponent(&engine, testFileUrl("QtObjectComponent.qml")));
objects[i].reset(components[i]->beginCreate(engine.rootContext()));
QVERIFY(objects[i].isNull() == false);
}
QVERIFY2(messageHandler.messages().isEmpty(), qPrintable(messageHandler.messageString()));
for (int i = 0; i < maxCount; i++) {
components[i]->completeCreate();
}
QVERIFY2(messageHandler.messages().isEmpty(), qPrintable(messageHandler.messageString()));
}
class CallingContextCheckingClass : public QObject
{
Q_OBJECT
Q_PROPERTY(int value READ value WRITE setValue)
public:
CallingContextCheckingClass()
: m_value(0)
{}
int value() const { return m_value; }
void setValue(int v) {
scopeObject.clear();
callingContextData.setContextData(nullptr);
m_value = v;
QJSEngine *jsEngine = qjsEngine(this);
if (!jsEngine)
return;
QV4::ExecutionEngine *v4 = jsEngine->handle();
if (!v4)
return;
QV4::Scope scope(v4);
QV4::Scoped<QV4::QmlContext> qmlContext(scope, v4->qmlContext());
if (!qmlContext)
return;
callingContextData = qmlContext->qmlContext();
scopeObject = qmlContext->qmlScope();
}
int m_value;
QQmlGuardedContextData callingContextData;
QPointer<QObject> scopeObject;
};
void tst_qqmlcomponent::callingContextForInitialProperties()
{
qmlRegisterType<CallingContextCheckingClass>("qqmlcomponenttest", 1, 0, "CallingContextCheckingClass");
QQmlComponent testFactory(&engine, testFileUrl("callingQmlContextComponent.qml"));
QQmlComponent component(&engine, testFileUrl("callingQmlContext.qml"));
QScopedPointer<QObject> root(component.beginCreate(engine.rootContext()));
QVERIFY(!root.isNull());
root->setProperty("factory", QVariant::fromValue(&testFactory));
component.completeCreate();
QTRY_VERIFY(qvariant_cast<QObject *>(root->property("incubatedObject")));
QObject *o = qvariant_cast<QObject *>(root->property("incubatedObject"));
CallingContextCheckingClass *checker = qobject_cast<CallingContextCheckingClass*>(o);
QVERIFY(checker);
QVERIFY(!checker->callingContextData.isNull());
QVERIFY(checker->callingContextData->urlString().endsWith(QStringLiteral("callingQmlContext.qml")));
QVERIFY(!checker->scopeObject.isNull());
QVERIFY(checker->scopeObject->metaObject()->indexOfProperty("incubatedObject") != -1);
}
void tst_qqmlcomponent::setNonExistentInitialProperty()
{
QQmlIncubationController controller;
QQmlEngine engine;
engine.setIncubationController(&controller);
QQmlComponent component(&engine, testFileUrl("nonExistentInitialProperty.qml"));
QScopedPointer<QObject> obj(component.create());
QVERIFY(!obj.isNull());
QMetaObject::invokeMethod(obj.data(), "startIncubation");
QJSValue incubatorStatus = obj->property("incubator").value<QJSValue>();
incubatorStatus.property("forceCompletion").callWithInstance(incubatorStatus);
QJSValue objectWrapper = incubatorStatus.property("object");
QVERIFY(objectWrapper.isQObject());
QPointer<QObject> object(objectWrapper.toQObject());
QVERIFY(object->property("ok").toBool());
}
void tst_qqmlcomponent::relativeUrl_data()
{
QTest::addColumn<QUrl>("url");
#if !defined(Q_OS_ANDROID)
QTest::addRow("fromLocalFile") << QUrl::fromLocalFile("data/QtObjectComponent.qml");
QTest::addRow("fromLocalFileHash") << QUrl::fromLocalFile("data/QtObjectComponent#2.qml");
QTest::addRow("constructor") << QUrl("data/QtObjectComponent.qml");
#endif
QTest::addRow("absolute") << QUrl::fromLocalFile(QFINDTESTDATA("data/QtObjectComponent.qml"));
QTest::addRow("qrc") << QUrl("qrc:/data/QtObjectComponent.qml");
}
void tst_qqmlcomponent::relativeUrl()
{
QFETCH(QUrl, url);
QQmlComponent component(&engine);
// Shouldn't assert in QQmlTypeLoader; we want QQmlComponent to assume that
// data/QtObjectComponent.qml refers to the data/QtObjectComponent.qml in the current working directory.
component.loadUrl(url);
QVERIFY2(!component.isError(), qPrintable(component.errorString()));
}
void tst_qqmlcomponent::setDataNoEngineNoSegfault()
{
QQmlEngine eng;
QQmlComponent comp;
QTest::ignoreMessage(QtWarningMsg, "QQmlComponent: Must provide an engine before calling setData");
comp.setData("import QtQuick 1.0; QtObject { }", QUrl(""));
QTest::ignoreMessage(QtWarningMsg, "QQmlComponent: Must provide an engine before calling create");
auto c = comp.create();
QVERIFY(!c);
}
class RequiredDefaultCpp : public QObject
{
Q_OBJECT
public:
Q_PROPERTY(QQuickItem *defaultProperty MEMBER m_defaultProperty NOTIFY defaultPropertyChanged REQUIRED)
Q_SIGNAL void defaultPropertyChanged();
Q_CLASSINFO("DefaultProperty", "defaultProperty")
private:
QQuickItem *m_defaultProperty = nullptr;
};
void tst_qqmlcomponent::testRequiredProperties_data()
{
qmlRegisterType<RequiredDefaultCpp>("qt.test", 1, 0, "RequiredDefaultCpp");
QTest::addColumn<QUrl>("testFile");
QTest::addColumn<bool>("shouldSucceed");
QTest::addColumn<QString>("errorMsg");
QTest::addRow("requiredSetViaChainedAlias") << testFileUrl("requiredSetViaChainedAlias.qml") << true << "";
QTest::addRow("requiredNotSet") << testFileUrl("requiredNotSet.qml") << false << "Required property i was not initialized";
QTest::addRow("requiredSetInSameFile") << testFileUrl("requiredSetInSameFile.qml") << true << "";
QTest::addRow("requiredSetViaAlias1") << testFileUrl("requiredSetViaAliasBeforeSameFile.qml") << true << "";
QTest::addRow("requiredSetViaAlias2") << testFileUrl("requiredSetViaAliasAfterSameFile.qml") << true << "";
QTest::addRow("requiredSetViaAlias3") << testFileUrl("requiredSetViaAliasParentFile.qml") << true << "";
QTest::addRow("shadowing") << testFileUrl("shadowing.qml") << false << "Required property i was not initialized";
QTest::addRow("setLater") << testFileUrl("requiredSetLater.qml") << true << "";
QTest::addRow("setViaAliasToSubcomponent") << testFileUrl("setViaAliasToSubcomponent.qml") << true << "";
QTest::addRow("aliasToSubcomponentNotSet") << testFileUrl("aliasToSubcomponentNotSet.qml") << false << "It can be set via the alias property i_alias";
QTest::addRow("required default set") << testFileUrl("requiredDefault.1.qml") << true << "";
QTest::addRow("required default not set") << testFileUrl("requiredDefault.2.qml") << false << "Required property requiredDefault was not initialized";
QTest::addRow("required default set (C++)") << testFileUrl("requiredDefault.3.qml") << true << "";
QTest::addRow("required default not set (C++)") << testFileUrl("requiredDefault.4.qml") << false << "Required property defaultProperty was not initialized";
}
void tst_qqmlcomponent::testRequiredProperties()
{
QQmlEngine eng;
using QScopedObjPointer = QScopedPointer<QObject>;
QFETCH(QUrl, testFile);
QFETCH(bool, shouldSucceed);
QQmlComponent comp(&eng);
comp.loadUrl(testFile);
QScopedObjPointer obj {comp.create()};
if (shouldSucceed)
QVERIFY(obj);
else {
QVERIFY(!obj);
QFETCH(QString, errorMsg);
QVERIFY(comp.errorString().contains(errorMsg));
}
}
void tst_qqmlcomponent::testRequiredPropertiesFromQml()
{
QQmlEngine eng;
{
QQmlComponent comp(&eng);
comp.loadUrl(testFileUrl("createdFromQml.qml"));
QScopedPointer<QObject> obj { comp.create() };
QVERIFY(obj);
auto root = qvariant_cast<QQuickItem*>(obj->property("it"));
QVERIFY(root);
QCOMPARE(root->property("i").toInt(), 42);
}
{
QTest::ignoreMessage(QtMsgType::QtWarningMsg, QRegularExpression(".*requiredNotSet.qml:4:5: Required property i was not initialized"));
QQmlComponent comp(&eng);
comp.loadUrl(testFileUrl("createdFromQmlFail.qml"));
QScopedPointer<QObject> obj { comp.create() };
QVERIFY(obj);
QCOMPARE(qvariant_cast<QQuickItem *>(obj->property("it")), nullptr);
}
}
struct ComponentWithPublicSetInitial : QQmlComponent
{
using QQmlComponent::QQmlComponent;
void setInitialProperties(QObject *o, QVariantMap map)
{
QQmlComponent::setInitialProperties(o, map);
}
};
void tst_qqmlcomponent::testSetInitialProperties()
{
QQmlEngine eng;
{
// QVariant
ComponentWithPublicSetInitial comp(&eng);
comp.loadUrl(testFileUrl("variantBasedInitialization.qml"));
QScopedPointer<QObject> obj { comp.beginCreate(eng.rootContext()) };
QVERIFY(obj);
QUrl myurl = comp.url();
QFont myfont;
QDateTime mydate = QDateTime::currentDateTime();
QPoint mypoint {1,2};
QSizeF mysize {0.5, 0.3};
QMatrix4x4 matrix {};
QQuaternion quat {5.0f, 0.3f, 0.2f, 0.1f};
QVector2D vec2 {2.0f, 3.1f};
QVector3D vec3 {1.0f, 2.0, 3.0f};
QVector4D vec4 {1.0f, 2.0f, 3.0f, 4.0f};
#define ASJSON(NAME) {QLatin1String(#NAME), NAME}
comp.setInitialProperties(obj.get(), QVariantMap {
{QLatin1String("i"), 42},
{QLatin1String("b"), true},
{QLatin1String("d"), 3.1416},
{QLatin1String("s"), QLatin1String("hello world")},
{QLatin1String("nothing"), QVariant::fromValue( nullptr)},
ASJSON(myurl),
ASJSON(myfont),
ASJSON(mydate),
ASJSON(mypoint),
ASJSON(mysize),
ASJSON(matrix),
ASJSON(quat),
ASJSON(vec2), ASJSON(vec3), ASJSON(vec4)
});
#undef ASJSON
comp.completeCreate();
QVERIFY(comp.errors().empty());
QCOMPARE(obj->property("i"), 42);
QCOMPARE(obj->property("b"), true);
QCOMPARE(obj->property("d"), 3.1416);
QCOMPARE(obj->property("s"), QLatin1String("hello world"));
QCOMPARE(obj->property("nothing"), QVariant::fromValue(nullptr));
#define COMPARE(NAME) QCOMPARE(obj->property(#NAME), NAME)
COMPARE(myurl);
COMPARE(myfont);
COMPARE(mydate);
COMPARE(mypoint);
COMPARE(mysize);
COMPARE(matrix);
COMPARE(quat);
COMPARE(vec2);
COMPARE(vec3);
COMPARE(vec4);
#undef COMPARE
}
{
// createWithInitialProperties convenience function
QQmlComponent comp(&eng);
comp.loadUrl(testFileUrl("requiredNotSet.qml"));
QScopedPointer<QObject> obj {comp.createWithInitialProperties( QVariantMap { {QLatin1String("i"), QJsonValue{42}} })};
QVERIFY(obj);
QCOMPARE(obj->property("i"), 42);
}
{
// createWithInitialProperties: setting a nonexistent property
QQmlComponent comp(&eng);
comp.loadUrl(testFileUrl("allJSONTypes.qml"));
QScopedPointer<QObject> obj {
comp.createWithInitialProperties(QVariantMap { {"notThePropertiesYoureLookingFor", 42} })
};
QVERIFY(obj);
QVERIFY(comp.errorString().contains("Setting initial properties failed: Item does not have a property called notThePropertiesYoureLookingFor"));
}
}
QTEST_MAIN(tst_qqmlcomponent)
#include "tst_qqmlcomponent.moc"
|