SharePoint 2010 - Hide the Quick Launch(Quick Way) using Content Editor Web Part
Just add a the Web Part Content Editor and add the following text in the HTML Source mode:
/*--Hide Quick Launch --*/ <style type="text/css">
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
} </style>