~stefan-schwarzburg/qreator/touch-reorganized-colortheme

« back to all changes in this revision

Viewing changes to qrcodes/PageQrUrl.qml

  • Committer: Stefan Schwarzburg
  • Date: 2013-06-13 09:13:52 UTC
  • Revision ID: stefan.schwarzburg@gmail.com-20130613091352-w3olbgn62ubcirdk
Started to implement a color theme selector. 

Working so far: change foreground color of the standard theme by moving rgb sliders in the theme-page.
Not working: changing background color; changing main or eye theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    id: pageQrUrl
12
12
    title: i18n.tr("URL QR code")
13
13
    visible: false
 
14
    onVisibleChanged: qrcanvasurl.requestQrCodePaint(qrcanvasurl.text)
14
15
    
15
16
    Column {
16
17
        anchors.centerIn: parent