PDA

View Full Version : Window Title



Archa4
21st February 2011, 14:17
I use Nokia Qt SDK, and i want on the top of my app to display the name of my application. How do i achieve that? (i test my apps on N900)

Archa4
22nd February 2011, 08:06
Really? No answers at all?

tbscope
22nd February 2011, 08:12
http://doc.qt.nokia.com/4.7/qwidget.html#windowTitle-prop

Archa4
22nd February 2011, 08:31
Well... i already tried the setWindowTitle, but no luck...
Here is the picture:
http://img23.imageshack.us/i/nokiaphonehorizontalnam.jpg/
I want to change the contents of the thing that is under red circle... Is that even possible?

Hm.. I looked in simulator window, there i found under Application -> Topmost Widget's title and there the title is the one i set with setWindowTitle, but it still is not displayed on the simulator phone...

SixDegrees
22nd February 2011, 08:48
What happens when you load it onto an actual phone?

Archa4
22nd February 2011, 09:13
:) I have no idea - i don't have the phone here... I plan to test my apps later (much later). Well.. I think (if no one will argue) that if i actually would load this app into phone, i would see the actual WindowTitle, instead of "Simulator"...

Added after 16 minutes:

Hm... I took a closer look and i want to ask - WHY are these two phone so different (on the left is mine, on the right is one from the Qt examples):
http://img407.imageshack.us/i/difference.jpg/

I mean, there is no deviceInfo on my simulator Phone, what do i do to show it?