Re: [Interest] Terminating a QThread

2013-06-22 Thread Etienne Sandré-Chardonnal
Except in this particular case where: - The flag is set to false at the start of the thread - Set to true for stopping by the controlling(parent) thread (writen, never read) - Checked by the thread as a quit condition (read, never written) In that case, there is absolutely no possible race

[Interest] QWebView problem

2013-06-22 Thread Sujan Dasmahapatra
To select 2 options I do the following. And also click. But the values in my QWebView are not changing based on this. Please help whats wrong going on. QWebElement selectBox = m_WebView-page()-mainFrame()-findFirstElement(select[id=gameid]); selectBox.setAttribute(value, 187);

[Interest] QNetworkAccessManager errors

2013-06-22 Thread Olivier Austina
Hi, I try to run this example from the Qt doc using Window XP Qt 4.8.4 in console mode: #include QCoreApplication #include QDebug #include QtCore #include QtNetwork/QNetworkAccessManager int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QNetworkAccessManager