-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vanilla Nodegui example #21
Comments
+1 vanilla js |
@tiptronic https://github.com/gregbenner/-vanillajs-react-mobx-nodegui-starter-/ hope this helps a bit |
|
@gregpalaci I never thanked you for sharing your react-nodegui-starter... So: The only thing I could not figure out is, how to inspect the DOM - is there something out there to do that? |
@tiptronic as far as I know there will be no DOM since it is now "native" The layout engine is "QT" instead of browser / DOM. |
Yes I did that and it seems there is really none, so we have to use a 'best guess' approach (and check CSS in parallel in a browser-window). That works somewhat, but is not very visual. |
@tiptronic For sure remember it won't even be real CSS either, check out tauri.studio/ there's a bit of setup but once you are going you have all your familiar developer tools, real DOM, and CSS. Might be better suited for your needs. |
Is there some example available around these things:
Sorry, if I'm asking for too much - I am also happy to help out, when I understood the workings (I did quite some Electron/Cordova stuff with code-signing and notarizing)...
I think it would be of great benefit, if there was an example which shows how to access QMainWindow properties, Manipulate menu-item text based on certain conditions (e.g. if a checkbox on the Main window is checked, change the name of a menu-item, etc... ), etc...
I - for one - use lots of javascript (daily), but without any bundlers, frameworks, etc... just plain vanilla JS. So I'd really appreciate some
vanilla nodegui
examples pretty much....Any chance there's something in sight? (Again - I'd be happy to help adding code to it).
I understand there's always little time, but I think it's worth invested time, because the easier the entry-point is, the more developers will try ;)
The text was updated successfully, but these errors were encountered: