this feature is going to be supported in the next release of Qt Qt4.7.4
I was trying to do this in a listview delegate, i now just size each listitems height to show the entire text.
Guus
Type: Posts; User: GuusDavidson; Keyword(s):
this feature is going to be supported in the next release of Qt Qt4.7.4
I was trying to do this in a listview delegate, i now just size each listitems height to show the entire text.
Guus
Hi
I am trying to create a multi line text item that adds an elipsis if the content is longer than two lines.
I have had a look in the help and it appears I can do word wrap or elide but not...
Hi
I have been lucky enough to be given a pre release bella device, however I can't get my current version of the CODA debug application to work with this.
would anyone know where I can...
Hi
I am trying to get some examples working but am failing miserably
I downloaded Qt_SDK_Win_offline_v1_1_2_en.exe and installed that onto my windows xp machine
When I try and build
...
Hi
I was wondering if anyone has managed to change the font size on loaded content in a Qwebview.
Or if they can point out what I am doing wrong ;-)
I am developing for the N8 using 4.7
I...
removed a nonsence post
Hi
I am trying to get file logging and qt creator application output logging both working at the same time, when I run my application on an N8 in debug mode.
I have managed to get a custom...
Hi
Can I suggest that you have a look at the bugs raised against the location API's ,
http://lists.qt.nokia.com/pipermail/qt-mobility-feedback/2011-April/000996.html
...
hi,
I have implemented a gridview using QGridLayout, and while testing this on the E6 the only keyboard navigation I can do is using the up and down arrows.
in my grid view in landscape mode I...
Hi
I am working on getting my application running on the E6 and I have run into an issues with focus.
I have set up all my composite widgets, with
setFocusPolicy(Qt::StrongFocus)
and...
have you had a look at
http://www.developer.nokia.com/Community/Wiki/index.php/How_to_use_QWebView_in_Qt_for_Symbian
can you get that code to show your webpage?
or look at the fancy browser...
Hi
When I was learning to do the QListView stuff
I found this article
http://qt-articles.blogspot.com/2010/07/how-to-customize-listview-in-qt-using.html
I also use the QsKineticScroller...
Hi,
I am a bit stuck, I need to support the following 3 devices N8 (touch input one button), E6 (touch and half keyboard, navigation pad), E7 (touch and full keyboard).
Now I have a ui that...
thanks for your suggestion
was I doing anything wrong using networkAccessible ?
Guus Davidson
Hi I am developing for Nokia N8 with Qt4.7 and am trying to get notifications via the networkAccessibleChanged signal,
however I must be doing something wrong as its not working ;-)
What I...
I had a quick look through the help on the QNetworkAccessManager class , and as far as the documentation goes I shouldn't have to enable the cookies or write my own cookie jar
...
yeah sorry thats just a typo in my question,
Guus Davidson
Hi,
I have implemented a home screen widget for my Qt app, and I can publish and update the home screen content while the application is loaded.
Now what I want to do is to try and get the...
Hi gnutton,
Thanks for your suggestions, they are much appreciated,
I hadn't thought of enabling cookies , nor had I heard of the arora browser.
I will try it out
regards
Guus
Hi
I am developing in QT 4.6/4.7 targeting Nokia N8 devices.
I have written a news reader application that displays a list of news, music, apps and games, and allows the user to launch into a...
I found the solution to this at the link below
http://developer.qt.nokia.com/forums/viewthread/1267
Hi kamalakshan,
Thanks for your reply, I haven't done much with style sheets so tried the following code (both on the simulator and device) , and it still doens't work , could you point out where...
Hi,
I am developing using Qt4.6 and am building to test on the Nokia N8 & the QT simulator
I am struggling a litle to set the default behavior or my QWevView/QWebpage so the user can't select...
thanks Ilkka
thats exactly what I was after
regards
Guus
Hi
I am using Qt Creator 2.0.1
Based on Qt 4.7.0 (32 bit)
Built on Sep 9 2010 at 14:27:59
From revision 113d4c5618
I am building my application to delpoy on QT4.6
whenever I try to...