![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtFlowView widget is an item view for images with impressive flow effects More...
#include <QxtFlowView>
Inherits QWidget.
|
|
The QxtFlowView widget is an item view for images with impressive flow effects
A widget for showin images with animation effects, like Apple's Cover Flow (in iTunes and iPod). Images are arranged in form of slides, one main slide is shown at the center with few slides on the left and right sides of the center slide. When the next or previous slide is brought to the front, the whole slides flow to the left or to the right with smooth animation effect; until the new slide is finally placed at the center.
This is a derived work of PictureFlow
This enum describes available reflection effects.
Constant | Value | Description |
---|---|---|
QxtFlowView::NoReflection | 0 | No reflection |
QxtFlowView::PlainReflection | 1 | Plain reflection |
QxtFlowView::BlurredReflection | 2 | Blurred reflection |
This property holds the background color.
The default value is black.
Access functions:
This property holds the current index.
The slide of the current index is shown in the middle of the viewport.
Note: No animation effect will be produced.
Access functions:
See also showSlide().
This property holds the picture column.
The default value is 0.
Access functions:
This property holds the picture role.
The default value is Qt::DecorationRole.
Access functions:
This property holds the reflection effect.
The default value is PlainReflection.
Access functions:
This property holds the root index.
The root index is the parent index to the view's toplevel items. The root can be invalid.
Access functions:
This property holds the slide size.
The slide dimensions are in pixels.
The default value is 150x200.
Access functions:
Constructs a new QxtFlowView with parent.
Destructs the flow view.
This signal is emitted whenever the current index has changed.
Returns the model.
See also setModel().
Rerender the widget. Normally this function will be automatically invoked whenever necessary, e.g. during the transition animation.
Sets the model.
Note: The view does not take ownership of the model unless it is the model's parent object because it may be shared between many different views.
See also model().
Shows next slide using animation effect.
Shows previous slide using animation effect.
Go to specified slide at index using animation effect.
Schedules a rendering update. Unlike render(), this function does not cause immediate rendering.
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |