![]() |
Re: Why it isn't stackable window?
QWidget is not typically meant to be a "full window". In 4.5 you will have to use a QMainWindow to get proper stacking. Make sure you either inherit from it, or use your QWidget derived class with one (via setCentralWidget()).
|
Re: Why it isn't stackable window?
Quote:
|
Re: Why it isn't stackable window?
Can you help me with settings Qt 4.6 in esbox and eclipse,please?
|
Re: Why it isn't stackable window?
Quote:
|
Re: Why it isn't stackable window?
Thank you for everything. Can I ask for you? What are you using for development?
|
Re: Why it isn't stackable window?
Quote:
[1] - http://wiki.maemo.org/MADDE |
Re: Why it isn't stackable window?
THX i have qt creator how set a scratchbox for build?
|
Re: Why it isn't stackable window?
Quote:
What I do is, I use Qt Creator as a IDE only, and keep a scratchbox console open all the time where I compile the program(make) and run it. Usually I test the programs directly in the device that is connected using ssh. Is not a simple setup, but everyone have personal preferences ;) |
Re: Why it isn't stackable window?
This worked for me. But I didn't need this line:
Code:
win2->setAttribute(Qt::WA_Maemo5StackedWindow); |
All times are GMT. The time now is 00:19. |
vBulletin® Version 3.8.8