thanks again, I tried it and got it working as well
Qt Code:
QString toPass; if(arguments.count()==1) toPass = ""; else toPass = arguments.at(1); VerticalBox window(toPass);To copy to clipboard, switch view to plain text mode
thanks again, I tried it and got it working as well
Qt Code:
QString toPass; if(arguments.count()==1) toPass = ""; else toPass = arguments.at(1); VerticalBox window(toPass);To copy to clipboard, switch view to plain text mode
Bookmarks