Hi All
I have created an QtApplication project.On Window i have one QLabel.
Now i am running my application from command prompt with command line arguments.
I am able to recieve those arguments,But i want to set those arguments to my label on window.
so how can i access my Label variable in main();