-
On Ubuntu it gives out this error, could not solve it with #16
```
> @nodegui/nodegui@0.1.3 install /home/vince/test/nodegui/node_modules/@nodegui/nodegui
> npm -v
6.10.2
> @nodegui/qode@1…
-
Hey,
after installing example React app and all Qt packages, I got into a problem when qode is not able to resolve plugins.
```
$ tsc && qode ./dist/index.js
Warning: Ignoring XDG_SESSION_TYPE=w…
sladg updated
5 years ago
-
We should have a dedicated repository for reusable components that the different renderers can depend on so we have less duplicate code.
For example I'm already reusing the `ImageLabel` from https:…
-
![image](https://user-images.githubusercontent.com/23243469/64061303-bb859d00-cbf6-11e9-949b-d22622c576ac.png)
-
Hi,
I was trying to implement QTabWidget into nodegui but I have hit major issue where my `npm run build:addon` ends with such an error log:
```
error C2039 'init': is not a member of 'QTabWidget'
…
-
* Style urls should be inlined and wrapped with `StyleSheet.create`
* Since Qt5 needs an object name attached to be able to reference it on styling, these should be auto generated uniquely
-
How can I enable **Hot reloading** and **Live reloading**
-
First of all, thanks this awesome project.
I a newbie to nodegui.
I wonder how to distribute app/program to end user? How to generate binary or executable file from source or build files, after som…
-
I have a `QPlainTextEdit` on which I wish to display a random combination of letters, numbers and special characters (a password, basically).
When the text is only letters and numbers, the output r…
-
This is a culmination of a lot of issues that have been faced and is my attempt to address them and make proton-native more powerful and more in-line with existing projects. The following high level c…