Get number of rows @output: - qsizetype - current number of rows
| 104 | // @output: |
| 105 | // - qsizetype - current number of rows |
| 106 | qsizetype StringData::rowCount() const { |
| 107 | return m_values.size(); |
| 108 | } |
| 109 | |
| 110 | // Get values (as list of strings) of specified row |
| 111 | // @input: |