Click here to Skip to main content
15,912,400 members

Comments by Member 12587659 (Top 5 by date)

Member 12587659 23-Jun-16 8:47am View    
thanks for your suggestion
I did bbut i am getting error
no match for call to '(qfile) (qstring &)'
in .h FILE -> qFile logfile;
in .cpp file ->
QString CandumpFileName = "C:/XamDevelopment/readfiles/P_1.trc";
logfile(CandumpFileName); //getting error on this line
Member 12587659 20-Jun-16 5:23am View    
When I am in Non_GUI section i cant use GUI classes. getting error of QFileDialoge:: No such file or directory
Member 12587659 20-Jun-16 4:46am View    
QFileDialog::getOpenFileName() used in GUI applications. I am looking for getting (browsing)file from Command line interface.
Member 12587659 16-Jun-16 10:59am View    
I was asking for the method of extracting pairs from Qstring.
Member 12587659 16-Jun-16 10:52am View    
extracting pair by shifting and masking?