Thanks to you and your message, I solved my localization problems - I had the exact same problem as you and thanks to your thread, I got it to work.
For example ICON=something.svg gets included...
Type: Posts; User: arttu76; Keyword(s):
Thanks to you and your message, I solved my localization problems - I had the exact same problem as you and thanks to your thread, I got it to work.
For example ICON=something.svg gets included...
The QSqlQuery is not passed as a parameter. It is just a piece of code in a method that uses no external parameters, pointers, references, or anything (except of course QSqlDatabase). I used to have:...
That's exactly why I called it a leak, as amount of storage consumed does increase with each iteration and there is no way to free that memory. Once I call query.exec(), there's no way for me to get...
Maybe I was a bit unclear. I didn't mean it's a bug in the qt or sqlite or anything, as most probably it's error on my side. Just wanted to know anyone else has experienced the same and if there are...
The query returns zero rows. The table is empty.
The leak is not huge, but that part gets called numerous times in a row and that's why it counts.
Even if the select returned a big chunk, that...
I'm using SQLite. I have a piece of code that gets executed numerous times. The code contains a bunch of QSqlQuery prepare, bindValue, exec, next() statements. I was wondering why my application...
With Java it's System.getProperty("fileconn.dir.memorycard") but what is the Qt/C++ equivalent? I need the location of video directory, both in the phone memory and memory card...
(I think I saw...
First of all, thank you for your friendly reply.
I uninstalled the remains of the wreck (which was quite a job in itself as I had to press "Ignore" button to about 100 "File is missing"-alert...
Today Qt Creator told that updates are available. After downloading the updates (took about two hours, great, as I'm on a 200mbit connection) the updater crashed. I tried to install the updates two...
If the action you wish to attach as the Exit (=the button on the right, at least on N8) is called yourAction, then:
yourAction->setSoftKeyRole(QAction::NegativeSoftKey);
QAction::PositiveSoftKey...
Hi! I have the exact same problem that you do, trying to play streaming mp4 files. Were you able to solve your issue?
Another thing that I tried is to create a media file which contained the video...
Hi!
I've been fiddling with Qt Creator (2.0.1) for couple of days now. Running my app with the simulator and with N8 works well but there are couple of problems with video streamed over http. The...