Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qtws23
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ulf Hermann
qtws23
Commits
e346a91c
Commit
e346a91c
authored
1 year ago
by
Ulf Hermann
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
Change-Id: I47f8b50d4389e34f99c166efa0930e2fe431475e
parent
fb77eb7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SlideDeck.qml
+4
-4
4 additions, 4 deletions
SlideDeck.qml
with
4 additions
and
4 deletions
SlideDeck.qml
+
4
−
4
View file @
e346a91c
...
...
@@ -139,7 +139,7 @@ Presentation
"
Do <b>not</b> manually call qmlRegisterType() and friends
"
,
"
Follow the naming rules
"
,
"
<b>upper case</b> for <b>object</b> types and <b>namespaces</b>
"
,
"
<b>lower case</b> for <b>value</b> types
and <b>sequences</b>
"
,
"
<b>lower case</b> for <b>value</b> types
"
,
]
}
...
...
@@ -160,8 +160,8 @@ Presentation
// but clarifies it's not an actual element.
QML_VALUE_TYPE(wrappedInt)
// Any properties, s
ignals,
//
Q_INVOKABLEs
are exposed to QML
// Any properties, s
lots and Q_INVOKABLEs
// are exposed to QML
Q_PROPERTY(int i MEMBER m_i FINAL)
private:
...
...
@@ -329,7 +329,7 @@ Item {
}
Slide
{
title
:
"
List of Value Types (since 6.5)
"
title
:
"
List
s
of Value Types (since 6.5)
"
CppCodeSection
{
text
:
`class WrappedInt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment