node-qt-napi
                                
                                 node-qt-napi copied to clipboard
                                
                                    node-qt-napi copied to clipboard
                            
                            
                            
                        Expose showFullScreen and showNormal methods of QMainWindow
I would love to see fullscreen windows in proton-native. I've manage to get it run locally, but first exposing methods here seems to be required.
I only added support for showFullScreen and showNormal, without maximized and minimized (I think I have never seen an app using them), but those too can be added too. Or maybe you think it would be better to control it via setWindowStates(Qt::WindowFullScreen)?
As there's no readme, I don't know if I should commit .moc files. Also version was automatically bumped up and I commited that too.
Let me know what you think.
Okay, I figured it's better not to touch .moc, as MacOSX and Windows don't like it. Now the builds are green.
@kusti8 any thoughts?