Showing results 1 to 7 of 7 @ 0.33 seconds. Search: Posts Made By: Talvis
Forum: Development 2010-01-15, 12:02
Replies: 19
Views: 10,448
Posted By krk969
Re: QT and back button

Yes its normal, the stacked window is passed to the main window as a ctor param(?)
so it will be destroyed when the main window is destroyed.

have you tried setting the attribute...
Forum: Development 2010-01-15, 11:48
Replies: 19
Views: 10,448
Posted By rkm
Re: QT and back button

Have you tried the closeEvent?
http://doc.trolltech.com/4.5/qwidget.html#closeEvent
Forum: Development 2010-01-15, 05:48
Replies: 2
Views: 3,315
Posted By Sasler
Re: QLineEdit and entering special characters

For me it's working. I get the symbol selector and if I don't have any imput mask, I can enter the symbols just fine. I'm using the default 4.5 version.
Forum: Development 2010-01-13, 08:46
Replies: 19
Views: 10,448
Posted By krk969
Re: QT and back button

need to do this as well to get the back button on the top right hand corner instead of the cross to make it truly stacked :D
wiki updated.
...
Forum: Applications 2010-01-08, 16:16
Replies: 1,584
Views: 770,060
Posted By frals
[Announce] fMMS for N900

fMMS is a python application with a graphical frontend for sending and receiving MMS on the N900.

When reporting a problem PLEASE be specific and PLEASE attach /tmp/fmms.log. Thank you.

BEFORE...
Forum: Development 2009-11-13, 12:49
Replies: 19
Views: 10,448
Posted By danielwilms
Re: QT and back button

Hi,

I've added some information (http://wiki.maemo.org/Developer_FAQ#Qt) to the Developer FAQ (http://wiki.maemo.org/Developer_FAQ) about Qt. Some Maemo-specific (http://wiki.maemo.org/Qt4Hildon)...
Forum: Development 2009-11-12, 13:16
Replies: 19
Views: 10,448
Posted By hopbeat
Re: QT and back button

This works:

QApplication app(argc, argv);
QMainWindow* window=new QMainWindow();
window->setCentralWidget(someWidget);

window->show();

QMainWindow* window2=new...
Showing results 1 to 7 of 7



 
Forum Jump

All times are GMT. The time now is 10:58.