thanks comment.
I just started to implement a derived class of QDeclarativeItem like QDeclarativeText to support some other functions.
Type: Posts; User: kimitake; Keyword(s):
thanks comment.
I just started to implement a derived class of QDeclarativeItem like QDeclarativeText to support some other functions.
It seems that string.length returns the length of original string not clipped string.
I just write the following code.
After some clicked, the text will be clipped, but the length is still...
yes, word wrap is OK, but I need to clip bottom line (not right side).
btw, I just use TextEdit element and apply string bit by bit and check paintedHeight.
If the value exceeds the target area,...
Hi,
If I set a long text string to small text area, it will be clipped.
How can I know the number of character for displayed text string?
I'd like to add next/ prev button for this text area and...
Hi,
I need to display a long text at small text area, and the last line (bottom line) is sometime displayed incompletely, so I want to stop at the previous line.
How can I do it?
I'm using Qt...
I have resolved the issue adding GIT_SSL_NO_VERIFY as follow
env GIT_SSL_NO_VERIFY=1 git push
or add the following in .git/config file
[http]
sslVerify = false
you can add this entry...
You can use maemo-optify in debian/rules file as follow and copy your binary to /opt/maemo/bin instead of /usr/bin
:
dh_shlibdeps
dh_gencontrol
...
I tried to push my code to my project, projects.forum.nokia.com/..., but got the following error.
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL...
It works. Thank you very much.
Hi mind_freak,
Thanks for you sample code.
Yes, QTextBrowser's anchor can be changed. But QLabel's one doesn't.
I mean that <a href=...>bra bra</a>
Hi,
I'm setting rich text to QLabel and changing the text color calling setStyleSheet.
But anchor's color is always blue.
How can I change the color?
btw, in QTextBrowser case, I can change it...
Yes, it works, thanks.
Hi,
I'm using QListView and set custom widget.
How can I change the current position specifying a certain widget?
e.g. the list has A to Z for each row as information.
I need to show "T" row as...
apoenitz2, thanks for the info.
I confirmed your workaround worked. I don't get an exception anymore.
Anyway I will file it as bug.
I guess it is a configure option to build Qt package,
if so, I don't know whether the Qt for Simulator is enable STL compatibility or not.
In addition, the toStdString() works if the original...
Hi,
I have setup Qt SDK on Windows XP and tried to build my app,
and then got an exception error when converting QString to
std::string using QString::toStdString().
This happens on Simulator...
Hi mismael,
Have you tried this?
This browser does work fine.
http://qt.gitorious.org/+qt-developers/qt/x11-maemo/trees/4.6-fremantle/examples/maemo5/maemobrowser
Hi Daniil,
Thank you for the sample code.
I confirmed my widget also worked if I added QVBoxLayout.
I have generated my code by QtCreator and I didn't add any layout.
Regards,
Kimitake
Hi,
I have a widget that consists QFrame and QTextBrowser.
I called frame->lower() and located QFrame at bottom of the widget and QTextBrowser is located on the QFrame.
QTextBrowser shows URL...
No, I just wanted to try the latest one.
e.g. auto rotation (flag) that is described at tutorial does not work now, right?
According to log, it works from PR1.2 ...
In addition, if it is known...
Hi,
I tried to build 4.6.2-fremantle-pr1.2 branch but I got the following build error.
In file included from inputmethod/qinputcontextfactory.cpp:78:
inputmethod/qhildoninputcontext_p.h:112:...
divanov,
I just removed 4.5.3 package from my scratchbox and confirmed it worked
with 4.6.1~git20100122-0maemo1. Of course, my app also worked.
Thanks!
Hi,
I'm using 4.6.1~git20100122-0maemo1 and trying to use kinetic scrolling
with QListView of which selection mode is multi-selection.
If I set...