Thread: [Fremantle Maemo5] [Announce] Character Map for Maemo
View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#12
Originally Posted by pichlo View Post
Another problem is that the Qt version crashes when trying to display too many characters (such as all of them). This is caused by every character being a separate button and it looks like Qt does not like forms with thousands of buttons in them.
Well, I'd have to agree with Qt on this one, a single form with thousands of individual buttons does seem a bit cumbersome. I think it might be better to use a QListWidget (or QListView) to display the characters; if you set "flow" to "QListView::LeftToRight", and "isWrapping" to true, Qt should be able to get the characters laid out in a pretty good manner.

BTW, I did finally get the app up and running on my N900. It works quite well!
 

The Following 3 Users Say Thank You to Copernicus For This Useful Post: