You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother again I wanted to clarify I was reading https://github.com/nodegui/vue-nodegui/blob/master/src/widgets/Window/VNWindow.ts is there plans / needed help to port all the functions of QMainWindow in the future.
It says right now "You would not be using this widget in your app." I'm making use of it with the react nodegui (for fun) to create systemtray icons, detect the close event, set the title etc.
Happy to try helping with porting the functionality but I'm a bit new to TypeScript.
The text was updated successfully, but these errors were encountered:
Currently, the renderer automatically creates the window and renders the app inside that window.
To make it more like react-nodegui (allowing systemtray icons, etc) we would need to implement more props for the VNWindow widget. Once that's done, the user will be able to use <vn-window> as a component in their code.
If you're interested in trying to implement, you can take a look at the other widgets as an example (VNView or VNText) 🙂
Sorry to bother again I wanted to clarify I was reading https://github.com/nodegui/vue-nodegui/blob/master/src/widgets/Window/VNWindow.ts is there plans / needed help to port all the functions of QMainWindow in the future.
It says right now "You would not be using this widget in your app." I'm making use of it with the react nodegui (for fun) to create systemtray icons, detect the close event, set the title etc.
Happy to try helping with porting the functionality but I'm a bit new to TypeScript.
The text was updated successfully, but these errors were encountered: