It would be sooooooooooooooo easy if you used Qt4!!!
It would be sooooooooooooooo easy if you used Qt4!!!
Current Qt projects : QCodeEdit, RotiDeCode
I don't see any advantages of using Qt4 in this situation, could you elaborate?Originally Posted by fullmetalcoder
Anyone could give me a clue ? A starter progarm or something else please ?
Maybe you should try something out yourself first? We don't write programs for you here, we help resolve problems.Originally Posted by yellowmat
Right ! That's what I am doing since this morning and it progress. I Had some difficulties with the sizePolicies (the resizing of my frames was bad because of inappropriate sizePolicy parameters) but now it is OK. I have my application with 3 frames (toolframe, textframe and pictureframe) which resizes well.
What blocks me now is the removing of the buttons in the application title bar. Is it possible to remove them and just keep the title ? If it is possible, how do I do this with Qt Designer 3.3.3. ?
I don't need code but some clue please![]()
Designer will not do here, you have to enter some codeLook at Qt::WidgetFlags (which are passed as third argument to QWidget constructor).
Héhé ... it works![]()
Thanks for your precious help.
Bookmarks