| 126 | } |
| 127 | |
| 128 | QString ElaRollerPicker::getCurrentData(int index) const |
| 129 | { |
| 130 | Q_D(const ElaRollerPicker); |
| 131 | if (index >= d->_rollerPickerContainer->_rollerList.count()) |
| 132 | { |
| 133 | return {}; |
| 134 | } |
| 135 | return d->_rollerPickerContainer->_rollerList[index]->getCurrentData(); |
| 136 | } |
| 137 | |
| 138 | QStringList ElaRollerPicker::getCurrentData() const |
| 139 | { |