react-nodegui
react-nodegui copied to clipboard
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
**Describe the bug** I make sure I was installed cmake on windows, and then I used 'npm install' on the repo 'https://github.com/nodegui/react-nodegui-starter' project.It failed and throw the error like these:...
I'm setting the border of a QComboBoxListView, which _does_ work, however, the following error message fires every render: QComboBoxListView(0x2465b85e250) does not have a property named "yBorder" I can't remover the...
From a project management perspective, what is the plan for working towards component parity with React Native? Is the idea to just keep this library as a React wrapper around...
I want using to see stocks
I have to develop a Desktop application for linux on Raspberry Pi and found out that Node GUI is one option. But I am not sure if this is production...
**Is your feature request related to a problem? Please describe.** We have a small application based on Electron and have plans to use nodegui instead (less voracious to resources). Application...
[](https://issuehunt.io/r/nodegui/react-nodegui/issues/31) **Supporting inline SVG** React by default can support inline svg code. Because NodeGUI does not render to a browser window though, we can't use that. **Possible Solutions** One solution...
**Describe the bug** `QSystemTrayIcon::setVisible: No Icon set` when trying to use `` on Windows. **To Reproduce** Steps to reproduce the behavior: 1. Clone this repo: https://github.com/tom-sherman/react-nodegui-systemtray-bug 2. Start in development...
**Describe the bug** I am trying to toggle the `WindowType.FramelessWindowHint` windowFlag, but this causes the window to close. This happens when changing the windowFlags props of Window or calling setWindowFlag...
I was hoping to create a simple editor with syntax highlighting using [QPlaintextedit](https://docs.nodegui.org/docs/api/generated/classes/qplaintextedit/). However, I can't see any support for the syntax highlightning described [here](https://doc.qt.io/qt-5/qplaintextedit.html). Is this not possible at...