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** When trying to setState the value from PlainTextEdit it's always get an error after second keystrokes. The error shown like this > libc++abi.dylib: terminating with uncaught exception...
I noticed that [QSlider](https://doc.qt.io/qt-5/qslider.html) and [QColorDialog](https://doc.qt.io/qt-5/qcolordialog.html#details) are not available. Adding those bindings would make NodeGUI even more usable!
**Describe the bug** I am trying to install Qode on Linux but it can't download the right release. **To Reproduce** Steps to reproduce the behavior: 1. Download starter project 2....
**Describe the bug** `ScrollArea` does not seem to work with nested view (no scrollbars). It's a little confusing because rendering a single `Text` component inside the scroll area works. Like...
Hi there, Outstanding work - easy to set up and get started. Would you be able to provide a bit of guidance as to how to create a Pie Chart?...
**Describe the bug** The method `setContentsMargins(int left, int top, int right, int bottom)` (inherited from `QLayout`) is not accessible via current `GridView` API. **To Reproduce** One may see the blue...
**Is your feature request related to a problem? Please describe.** Every issue/problem can be discussed on a Discord server **Describe the solution you'd like** We would like to have Discord...
**Is your feature request related to a problem? Please describe.** The react-nodegui instance can't detect key events when the application doesn't have focus. **Describe the solution you'd like** Detect keyboard...
**Describe the bug** Looking at [the starter template](https://github.com/nodegui/react-nodegui-starter/blob/393ed55dce1d047beb0b1274d6774e0dace24376/src/components/stepone.tsx#L12-L22), I noticed that interpolated strings do not appear to get escaped (as evidenced by the possibility of interpolating HTML without using `dangerouslySetInnerHTML`)....
**Describe the bug** Sometimes, when routing my view component show a wrong layout then I expect. But, If I resize the window manually, layout return normal automatically. ``` const styleSheet...