main
int main(
int
argc,
char
*
argv[]
)
QApplicationオブジェクトを生成,アプリケーションはイベントループ開始
Prameters
argc
コマンド引数の数
*argv[]
コマンド引数文字列
Retern
制御をQtに渡す