I wrote a small app by python,
I want to run it with full screen,
there is is a method called MainWindow.showFullScreen() in python
it works on debian desktop, win7 pc, but kindle...
kindle task bar is always on the top of my main GUI
anyone can give me a hint to run app with full screen? or need run some kind shell command before call the app?
many thanks!
I want to run it with full screen,
there is is a method called MainWindow.showFullScreen() in python
it works on debian desktop, win7 pc, but kindle...
kindle task bar is always on the top of my main GUI
anyone can give me a hint to run app with full screen? or need run some kind shell command before call the app?
many thanks!