Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
How to create a fullscreen window using a Qt control?
Print
Pages: [
1
]
Author
Topic: How to create a fullscreen window using a Qt control? (Read 4363 times)
0 Members and 1 Guest are viewing this topic.
nnevatie
Newbie
Posts: 1
How to create a fullscreen window using a Qt control?
«
on:
August 23, 2009, 11:45:25 am »
The docs document a method Create for RenderWindow as follows:
http://www.sfml-dev.org/documentation/1.5/classsf_1_1Window.htm#58e264c181fd70e67986d26fea69a71d
However, is it possible to change the video mode when using an existing control to create the RenderWindow?
This would be very useful, as I would like my Qt based app to run in fullscreen mode (with the selected resolution, Qt's showFullScreen() isn't enough).
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
How to create a fullscreen window using a Qt control?
anything