equal
deleted
inserted
replaced
152 /*! |
152 /*! |
153 \reimp |
153 \reimp |
154 Set model indexes starting from \a startIndex. If \a startIndex is not |
154 Set model indexes starting from \a startIndex. If \a startIndex is not |
155 a index of first item in a row, then it is calculated automatically |
155 a index of first item in a row, then it is calculated automatically |
156 (prevent) from different content looking (grid items arrangement should be |
156 (prevent) from different content looking (grid items arrangement should be |
157 always the same). If there is not enought items function fetch data that |
157 always the same). If there is not enough items function fetch data that |
158 are before \a startIndex. After calling this function item, with specified |
158 are before \a startIndex. After calling this function item, with specified |
159 index is in container but it position depends on model size. |
159 index is in container but it position depends on model size. |
160 If \a startIndex is invlaid then container is filled starting from first |
160 If \a startIndex is invlaid then container is filled starting from first |
161 item in model. |
161 item in model. |
162 */ |
162 */ |
526 } |
526 } |
527 } |
527 } |
528 |
528 |
529 /*! |
529 /*! |
530 \reimp |
530 \reimp |
531 In grid case items are allways same size |
531 In grid case items are always same size |
532 */ |
532 */ |
533 void HbGridItemContainer::setUniformItemSizes(bool enable) |
533 void HbGridItemContainer::setUniformItemSizes(bool enable) |
534 { |
534 { |
535 Q_UNUSED(enable); |
535 Q_UNUSED(enable); |
536 // d->mUniformItemSizes - allways true |
536 // d->mUniformItemSizes - always true |
537 } |
537 } |
538 |
538 |
539 /*! |
539 /*! |
540 \reimp |
540 \reimp |
541 |
541 |