In terms of a general response answering your questions, I would first refer you to an excellent post that covers the topic quite nicely here. The comments below summarize the work done by the authors there.
In general, with a Q-Q plot, the basic idea is to compute the theoretically expected value for each data point based on the distribution in question. If the data follows the selected distribution, then the points on the Q-Q plot should be approximately on the straight line.
As a summary helping specify how you might interpret the plots, here are some pointers. Note that that is a subjective element to some of the interpretation which is captured below:
If the quantiles of the theoretical and data distributions agree, the plotted points fall on or near the line.
If the theoretical and data distributions differ only in their location or scale, the points on the plot fall on or near the line. The slope and intercept are visual estimates of the scale and location parameters of the theoretical distribution.
Q-Q plots are more convenient than probability plots for graphical estimation of the location and scale parameters because the -axis of a Q-Q plot is scaled linearly. On the other hand, probability plots are more convenient for estimating percentiles or probabilities.
SAS, which I use at work, has an excellent discussion of Q-Q plot interpretation. As they note, and I quote:
"In general, there are many reasons why the point pattern in a Q-Q plot may not be linear. Chambers et al. (1983) and Fowlkes (1987) discuss the interpretations of commonly encountered departures from linearity. They provide great places to start. Here is a little summary:
- all but a few points fall on a line -> outliers in the data
- left end of pattern is below the line; right end of pattern is above the line ->
long tails at both ends of the data distribution
- left end of pattern is above the line; right end of pattern is below the line ->
short tails at both ends of the data distribution
- curved pattern with slope increasing from left to right -> data distribution is skewed to the right
- curved pattern with slope decreasing from left to right -> data distribution is skewed to the left
- staircase pattern (plateaus and gaps) ->
data have been rounded or are discrete"
Finally, in terms of sample size, the sample size should be taken into account when judging how close the q-q plot is to the straight line. That said, with a small number of n's, you would expect some random change deviations to be picked up at the end of the lines on the Q-Q plot outputs.