Nobody have an idea ?
I try to send an event but nothing happen. Maybe I miss somethings.
Here is the code :
QEvent e(QEvent::RequestSoftwareInputPanel);...
Type: Posts; User: Fillinger; Keyword(s):
Nobody have an idea ?
I try to send an event but nothing happen. Maybe I miss somethings.
Here is the code :
QEvent e(QEvent::RequestSoftwareInputPanel);...
Sorry for the late, everything works fine with QSystemScreenSaver::setScreenSaverInhibit().
Thank you for your answer.
Yes I check the bearerName to know the type but in the doc it says
So it will not working all case.
Hi all,
I have a problem to manage QNetworkConfiguration.
I use
QNetworkConfiguration cfg = _CfgManager.defaultConfiguration();
to get the internet Access Point.
But I need to know which...
Hi all,
I have a Dialog with a QLineEdit in and I want to show the input panel directly after the load of the dialog without user action.
Did someone know an easy way to do that or an example...
After removing my singleton class, the error disappear.
yes, but I have some classes so what can I show you?
I used singleton class, can it cause the crash?
Is it a way to trace that type of error?
Because I don't really find what I'm doing wrong.
Hi all,
I have a problem with my app.
When the app start on the device, I get :
But under the simulator, I don't have any problem of crash.
I find why this error occur
but I don't...
I launch my thread in a constructor of another class.
QThread *th = new QThread();
tl->moveToThread(th);
tl->start();
why is it a bad idea to use forever?
always the same, the slot doesn't catch the signal.
here is the run method:
void TileLoader::run()
{
QNetworkAccessManager *_manager = new QNetworkAccessManager();
I try to use a QEventLoop like this :
QNetworkRequest request;
request.setUrl(QUrl(_url));
manager->get(request);
qDebug()<<"[THREAD] launch request";
...
Hi all,
I have some troubles to use QNetworkAccessManager in a thread. I know that QNetworkAccess works asynchronous but I need it in a thread.
My thread is just a forever loop that wait for...
hi,
I try to split my download into directories. 100 files per directory but the problem stays.
200 files (2 directories) the time is the same but for the third dir, the time double. From 600msec...
I will try that and tell if it's ok.
Thank for reply
I download the file from a server around 30ko +/- per file. So I can't use the resource file and can't use fewer file, is not possible :(.
I know the hardware limitation but at the beginning ,...
Hi all,
I have a problem with QDataStream.
I make some test to find what is the best use QDataStream<<mydata OR QFile.write(myData).
After my test, I see that QDatastream is more efficient...
I need to retreive file by file after the download and not necessery pictures in the same file, so it will be difficult to do that.
do you have another idea?
thank yo for rely.
Hi,
I have a big problem. In my app I need to save a large amount of file like 10.000 files.
I take the elapsed time between each saved file and the time to save raise from 90 ms to 2 seconde...
I've updated Qt Mobility to 1.0.2 and install the new sis on the device, and now I can run the app on the X6.
Hi all,
I have a some trouble to deplo my app on the nokia X6,
everytime Qt Creator says : Could not start application: General OS-related error.
But on the nokia 5800 I can deploy my app...
I use a Gif with that code and it's works fine on the 5800 :
QMovie *movie = new QMovie(":/Image/anim.gif");
ui->label->setMovie(movie);
movie->start();
hope this help.
hi all,
I need the function that prevent the lock of the phone when my app is running.
I search and an idea is to simulate a screen touch every X sec but I think there is a best way to do...
Thank you, I will install the extension and try that.
Fillinger.
Problem resolve by restarting the device, I hope this will help other developer :).
Hi all,
i have some troubles to execute my project on the device here is the output :
Before this problem, I just disconnect the phone to make some test and when I try the deploy after...