-
Notifications
You must be signed in to change notification settings - Fork 77
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
Decide on more useful types to add from QtCore/QtGui #291
Comments
This was referenced Oct 20, 2022
If container classes start using |
Moved container types into #347 as this has separate problems that will take longer to investigate. |
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 15, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 16, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 16, 2022
Be-ing
pushed a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 17, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 19, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 19, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 19, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 19, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Dec 19, 2022
Be-ing
pushed a commit
that referenced
this issue
Dec 19, 2022
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Feb 15, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Feb 20, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Feb 20, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Feb 21, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Feb 23, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 1, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 1, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 2, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 3, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 3, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 3, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 3, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 3, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 6, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 7, 2023
Related to KDAB#291
ahayzen-kdab
added a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 7, 2023
Related to KDAB#291
Closing via #416 |
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
Related to KDAB#291
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
przempore
pushed a commit
to przempore/cxx-qt
that referenced
this issue
Mar 15, 2023
Related to KDAB#291
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Decide on more useful types to add from QtCore/QtGui (eg QByteArray, QModelIndex, QVector2d, QHash, QVector etc)
QtCore - https://doc.qt.io/qt-6/qtcore-module.html
QHash-> Explore how to represent container types #347QLatin1String- in Qt 6 it's just a view and should you use just QByteArray and QString mainly, do we need this?QMap-> Explore how to represent container types #347QSet-> Explore how to represent container types #347QVector-> Explore how to represent container types #347QObject- for now lets skip as it's simple enough to definetype MyQObject
in CXXQtGui - https://doc.qt.io/qt-6/qtgui-module.html
QAction- has a lot of other Qt classes like fonts and icons, lets skip for nowQMatrix4x4 ? (related to QVectorND)QTransform ? (related to QVectorND)QtQML - https://doc.qt.io/qt-6/qtqml-module.html
QQmlComponent (?)We need to come up with some rules as to which classes we should bridge in cxx-qt-lib, the following should be considered
The text was updated successfully, but these errors were encountered: