equal
deleted
inserted
replaced
363 Specifies the loading status of the QDeclarativeView. |
363 Specifies the loading status of the QDeclarativeView. |
364 |
364 |
365 \value Null This QDeclarativeView has no source set. |
365 \value Null This QDeclarativeView has no source set. |
366 \value Ready This QDeclarativeView has loaded and created the QML component. |
366 \value Ready This QDeclarativeView has loaded and created the QML component. |
367 \value Loading This QDeclarativeView is loading network data. |
367 \value Loading This QDeclarativeView is loading network data. |
368 \value Error An error has occured. Call errorDescription() to retrieve a description. |
368 \value Error An error has occurred. Call errorDescription() to retrieve a description. |
369 */ |
369 */ |
370 |
370 |
371 /*! \enum QDeclarativeView::ResizeMode |
371 /*! \enum QDeclarativeView::ResizeMode |
372 |
372 |
373 This enum specifies how to resize the view. |
373 This enum specifies how to resize the view. |
389 |
389 |
390 return QDeclarativeView::Status(d->component->status()); |
390 return QDeclarativeView::Status(d->component->status()); |
391 } |
391 } |
392 |
392 |
393 /*! |
393 /*! |
394 Return the list of errors that occured during the last compile or create |
394 Return the list of errors that occurred during the last compile or create |
395 operation. An empty list is returned if isError() is not set. |
395 operation. An empty list is returned if isError() is not set. |
396 */ |
396 */ |
397 QList<QDeclarativeError> QDeclarativeView::errors() const |
397 QList<QDeclarativeError> QDeclarativeView::errors() const |
398 { |
398 { |
399 Q_D(const QDeclarativeView); |
399 Q_D(const QDeclarativeView); |