Hi guys, I've got problems with MainWindow styling...I need to set up WindowFlags to disable borders but window must be still resizable.
When I tried to use Qt::SplashScreen, Qt::FramelessWindowHint, it was okay but not resizable...When I used Qt::CustomizeWindowHint it was resizable but with border, which is not configurable...How to resolve it? Some WinAPI cheats ? (Yea, this app will runs only on Windows). My current system is Windows XP.