Skip to content
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

Add qapplication #797

Closed
mneilly opened this issue Jan 10, 2024 · 1 comment
Closed

Add qapplication #797

mneilly opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
🤔 discussion Feedback welcome ⬆️ feature New feature or request 🙋 good first issue Good for newcomers

Comments

@mneilly
Copy link

mneilly commented Jan 10, 2024

cxx-qt-lib contains qcoreapplication and qguiapplication but not qapplication. QCharts requires the use of QApplication so it would be desirable to have it added.

@ahayzen-kdab ahayzen-kdab added ⬆️ feature New feature or request 🙋 good first issue Good for newcomers 🤔 discussion Feedback welcome labels Jan 10, 2024
@ahayzen-kdab
Copy link
Collaborator

As QApplication comes from the widgets module of Qt, I think where we end up putting QApplication should be included in the cxx-qt-lib-extras discussions in #766 . Eg which modules and types from Qt do we determine to be fully supported and useful and which are community maintained or less stable etc

I think having at least some of the base types to help write a Qt widgets application with cargo + rust would be useful but we need to be careful not to have to try and maintain wrappers around the whole of the Qt widgets API.

Montel added a commit to Montel/cxx-qt that referenced this issue Feb 28, 2024
@Montel Montel self-assigned this Mar 12, 2024
@Montel Montel closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 discussion Feedback welcome ⬆️ feature New feature or request 🙋 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants