nodegui icon indicating copy to clipboard operation
nodegui copied to clipboard

A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org

Results 114 nodegui issues
Sort by recently updated
recently updated
newest added

I want to add an 'About' menubar item to the default menubar, but I can't seem to do that. The ability to add items to the default menu, by either...

**Is your feature request related to a problem? Please describe.** It would be great if NodeGui exposed the background "vibrancy" effect supported on macOS (and possibly Windows 10+): [Electron supports...

**Describe the bug** Qt outputs warnings into the console like `(0x...) does not have a property named "yPadding"` even though that exact property does apply and change the way widget...

waiting feedback

**Describe the bug** using the [nodegui-starter](https://github.com/nodegui/nodegui-starterl) repo and upgrading the nodegui version to anything greater than version 0.45.0 runs `npm install` without error but fails at `npm start` with the...

> > node:internal/modules/cjs/loader:1167 > return process.dlopen(module, path.toNamespacedPath(filename)); > ^ > > Error: The specified module could not be found. > \\?\C:\Users\automized\Desktop\Current_Projects\Tests\node_modules\@nodegui\nodegui\build\Release\nodegui_core.node > at Object.Module._extensions..node (node:internal/modules/cjs/loader:1167:18) > at Module.load (node:internal/modules/cjs/loader:988:32) >...

I'm always frustrated when i don't see some functional which i need ;) would be nice if you add: setMaximumBlockCount() https://doc.qt.io/qt-5/qplaintextedit.html#maximumBlockCount-prop appendHtml() https://doc.qt.io/qt-5/qplaintextedit.html#appendHtml for QPlainTextEdit

API request

Hi NodeGui team, I was searching for an alternative to electron and was lucky to found nodegui which is Node + Qt. So I jumped in and searched the API...

API request

**Is your feature request related to a problem? Please describe.** While there are a few NPM modules out there (such as node-webcam) that seem to offer cross-platform webcam access, they...

API request

This code sample crashes qode > const { QMainWindow, QStatusBar } = require('@nodegui/nodegui'); const win = new QMainWindow(); //win.setStatusBar(new QStatusBar()); // uncommenting this doesn't help win.statusBar(); // this crashes qode...

waiting feedback

Hello. I think one of the main goals of using this great framework is to build cross-platform apps. Since the tool requires to be on the target environment (or that...

waiting feedback