! Sets the gap that is left blank between columns to \a pixels. \see setRowSpacing */
| 4313 | \see setRowSpacing |
| 4314 | */ |
| 4315 | void QCPLayoutGrid::setColumnSpacing(int pixels) |
| 4316 | { |
| 4317 | mColumnSpacing = pixels; |
| 4318 | } |
| 4319 | |
| 4320 | /*! |
| 4321 | Sets the gap that is left blank between rows to \a pixels. |
nothing calls this directly
no outgoing calls
no test coverage detected