Reply
Thread Tools
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#1
Hi,

I'm writing a Qt app for Maemo 5. I've made some good progress and I've managed get it to install just fine on my N900 using MADDE. Although my app is now 'functionally complete' for a v0.1, I'm not happy with the looks of some of my screens, so I'd like to know if there are any more or less complete apps out there that I could look at for reference.

The specific issues I have is that my 'menu buttons' look ugly compared to the one for the built in applications (e.g., tap on the top of the Web Browser).

The second is that my 'Settings' dialog that I open up from my main application looks even uglier compared to any of the ones you can find in the 'Settings' application on the device. I have more settings than fit within the limited space of the popped up window and I can't get my QScrollArea to be 'fingerscrollable', or scrollable at all. On top of that, I think I need to apply some style or stylesheet, as it turns out really ugly now. Not sure if the root of my problem might be that my main application window is using the Plastique style?
Attached Images
  
 
Posts: 6 | Thanked: 6 times | Joined on Sep 2009 @ Los Angeles
#2
Hello,

There's a couple application you could take a look at on the garage. Mine is at https://garage.maemo.org/projects/qquiz/

Have you tried without using a particular style, the default one?

For the scrollable area have you tried to set that :

scrollArea->setProperty("FingerScrollable", true);
 

The Following 2 Users Say Thank You to caratorn For This Useful Post:
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#3
Thanks, I'll have a look.

I just found this one as well: http://qt.gitorious.org/qt-labs/mobile-demos
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#4
Originally Posted by magnuslu View Post
.....
. Not sure if the root of my problem might be that my main application window is using the Plastique style?
You should always use Maemo5 style which is the default, unless you absolutely need to change.
I can see some of the widgets are not appearing in the maemo5 style, the radiobuttons for example, thats why I suppose you dont find them attractive, they are also too small for use on the n900 screen.
Not changing style will solve most of your issues.

if you want to change the look and feel of specific widgets, first try using members of the widget class, like settting colors or size sometimes they dont work in Maemo5 style , in those cases if you want you can override specific widgets using stylesheets.

.....and just for information everything on the maemo respository is open source
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”

Last edited by krk969; 2010-03-04 at 07:09.
 

The Following User Says Thank You to krk969 For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:40.