I can see the point, but does this really happen in reality? It's hard to see the motivation from the questioners point of view.
Anyway, this can be implemented via a plugin which overrides the function qa_page_q_post_rules(...) - first it should call the base function to get the default result for $rules, and then set $rules['editable']=false in the cases it wants, before returning $rules.