! Sets the gap that is left blank between rows to \a pixels. \see setColumnSpacing */
| 4323 | \see setColumnSpacing |
| 4324 | */ |
| 4325 | void QCPLayoutGrid::setRowSpacing(int pixels) |
| 4326 | { |
| 4327 | mRowSpacing = pixels; |
| 4328 | } |
| 4329 | |
| 4330 | /*! |
| 4331 | Sets the maximum number of columns or rows that are used, before new elements added with \ref |
nothing calls this directly
no outgoing calls
no test coverage detected