Mageia Bugzilla – Attachment 11027 Details for
Bug 18053
mageiawelcome: remove dependency on webkit(1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
To test OpenGL platform
test.qml (text/plain), 286 bytes, created by
papoteur
on 2019-05-25 16:03:44 CEST
(
hide
)
Description:
To test OpenGL platform
Filename:
MIME Type:
Creator:
papoteur
Created:
2019-05-25 16:03:44 CEST
Size:
286 bytes
patch
obsolete
> >import QtQuick 2.8 >import QtQuick.Controls 1.4 > >Rectangle { > visible: true > width: 100 > height:100 > > MouseArea { > anchors.fill: parent > onClicked: console.log(GraphicsInfo.majorVersion + "." + GraphicsInfo.minorVersion + ":" + GraphicsInfo.api) > } >}
import QtQuick 2.8 import QtQuick.Controls 1.4 Rectangle { visible: true width: 100 height:100 MouseArea { anchors.fill: parent onClicked: console.log(GraphicsInfo.majorVersion + "." + GraphicsInfo.minorVersion + ":" + GraphicsInfo.api) } }
View Attachment As Raw
Actions:
View
Attachments on
bug 18053
:
7589
|
7590
|
10441
|
10442
|
10443
|
10444
| 11027