Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to use material control style in Qt 5.6.0rc?

How to use material control style in Qt 5.6.0rc?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 977 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Accelerated
    wrote on last edited by
    #1

    I have been compiled and installed the qtquickcontrol and qtquickcontrol2.

    When i wrote these code:

    import Qt.labs.controls 1.0
    import QtQuick 2.5
    
    ApplicationWindow {
        visible: true
    
        Button {
            text: "Hello World!"
            anchors.centerIn: parent
        }
    }
    
    

    i have not seen the material style in the window.(>_<)

    What should i do? ◔ ‸◔?

    1 Reply Last reply
    0
    • jpnurmiJ Offline
      jpnurmiJ Offline
      jpnurmi
      wrote on last edited by
      #2

      These are the options we managed to get in by the time of the tech preview: https://doc-snapshots.qt.io/qt5-5.6/qtlabscontrols-styles.html

      A 1 Reply Last reply
      0
      • jpnurmiJ jpnurmi

        These are the options we managed to get in by the time of the tech preview: https://doc-snapshots.qt.io/qt5-5.6/qtlabscontrols-styles.html

        A Offline
        A Offline
        Accelerated
        wrote on last edited by
        #3

        @jpnurmi Thank you very much. :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved