Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
da6549b1
Commit
da6549b1
authored
Aug 05, 2022
by
Volker Krause
Browse files
Port tests away from QQC1
Also, make those tests actually work again.
parent
7589278d
Pipeline
#213620
passed with stage
in 9 minutes and 14 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
mobile/components/test.qml
View file @
da6549b1
...
...
@@ -5,7 +5,7 @@
*/
import
QtQuick
2.15
import
QtQuick
.
Controls
1.6
import
QtQuick
.
Controls
2.15
import
org
.
kde
.
okular
2.0
as
Okular
Item
{
...
...
@@ -13,7 +13,7 @@ Item {
height
:
600
Okular.DocumentItem
{
id
:
docItem
path
:
"
pageitem.cpp
"
url
:
"
pageitem.cpp
"
}
Okular.PageItem
{
id
:
page
...
...
mobile/components/testDocumentView.qml
View file @
da6549b1
...
...
@@ -5,7 +5,6 @@
*/
import
QtQuick
2.15
import
QtQuick
.
Controls
1.6
import
org
.
kde
.
okular
2.0
as
Okular
Item
{
...
...
@@ -13,7 +12,7 @@ Item {
height
:
600
Okular.DocumentItem
{
id
:
docItem
path
:
"
pageitem.cpp
"
url
:
"
pageitem.cpp
"
}
Okular.DocumentView
{
anchors.fill
:
parent
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment