i want to read WEBOPEN in config.qt file. can you help me?
Qt Code:
  1. QString Urlweb;
  2. static const ConfigFile *config = new ConfigFile("config.qt");
  3. config->readInto(Urlweb,"WEBOPEN");
  4. QWebView *view = new QWebView;
  5.  
  6. view->load(QUrl(Urlweb));
  7. view->show();
  8. view->setWindowState(Qt::WindowFullScreen);
To copy to clipboard, switch view to plain text mode 

config.qt file

WEBOPEN=http://www.google.com.tr