This is more a Qt related question and I guess it will be better I ask it in the Qt forum. 1.) How can I remove the window frame, from my QT app? In Qt Creator I've removed all the title bar and window stuff but when I launch it on my Mini2440 its got a blue frame with a QT icon. I don't want any frame, I want it to look similar to the fluidlauncher demo startup screen, no frame, title bar or system buttons. 2.) My 3.5 inch LCD has a resolution of 320x240. In QtCreator I set my form size to 320x240. I have a textbox in the form and set the text box font size such that my strings just fit into the the textbox. But when I luanch the app, either the textbox canvas has become larger or the font has become smaller because the font is now half the size of what it was design time.
Qt development, no frames and font size
1) don't know 2) You must adjust your size definitions to the size of the screen, not its resolution. There are 320 x 240 screens with various sizes available and Qt will scale the objects in accordance to their sizes, not resolutions.
bluscape, Does the above mean you got Qt for the target working using the Pengutronix BSP? If so, have you got Qt/desktop installed on the same host machine and which version do you have? Thanks, Dave
Hi dave, No, I only started with the compilation of the Pengutronix BSP a few minutes ago. I'm still running qt on angstrom and qtopia. I must say, thus far the BSP seems to makes ones life a lot easier. You will be the first to know if I have Qt working on PTX. I'm not sure what you mean by Qt/desktop on the host. Currently I'm using QtCreator 1.31 (4.6.2) on the Ubuntu distro with my own compiled libs. But that is still only for angstrom and qtopia.