We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found today the zoom-Button the text is to small
May use the Zoom Icon from images/oxygen with http://doc.qt.io/qt-5/qml-qtquick-controls-button.html#iconSource-prop
Or use http://doc.qt.io/qt-5/qml-qtquick-controls-styles-buttonstyle.html It should work like this https://gist.github.com/Nokius/8963d054a69d5074288c you need to install Qt.controls to use it on the device
The text was updated successfully, but these errors were encountered:
Thats true. Images from oxygen could be used. But I'm not sure if we need Qt controls button for this. Would something like this be enough? https://gist.github.com/tunp/f55e1fd19e40b4d71571 Thanks.
Sorry, something went wrong.
I had no luck using it the SDK :-/
No branches or pull requests
I found today the zoom-Button the text is to small
May use the Zoom Icon from images/oxygen with http://doc.qt.io/qt-5/qml-qtquick-controls-button.html#iconSource-prop
Or use http://doc.qt.io/qt-5/qml-qtquick-controls-styles-buttonstyle.html
It should work like this https://gist.github.com/Nokius/8963d054a69d5074288c
you need to install Qt.controls to use it on the device
The text was updated successfully, but these errors were encountered: