mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #307] Add flags prop to Window (Qt only) #317
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/307
Author: @maciek134
Created: 8/13/2020
Status: 🔄 Open
Base:
master← Head:feat/window-flags📝 Commits (1)
af0a451Add flags prop to Window (Qt only)📊 Changes
4 files changed (+116 additions, -337 deletions)
View changed files
📝
package-lock.json(+100 -333)📝
package.json(+1 -1)📝
src/backends/qt.ts(+3 -0)📝
src/components/Window.ts(+12 -3)📄 Description
Depends on https://github.com/kusti8/node-qt-napi/pull/7.
This is more of a conversation starter than a mergable PR, because it would probably be a good idea to add this to Wx as well (most of the useful flags should overlap, so there would only be a small translation between Qt/Wx needed), or even go higher level and add Window props like
frame,dialog, etc.Let me know what you think.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.