Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. material design
    Log in to post

    • SOLVED QtQuick Material in secondary Window
      QML and Qt Quick • qtquick2 material design • • CliverC  

      3
      0
      Votes
      3
      Posts
      727
      Views

      @GrecKo That was it. Thank you very much!
    • UNSOLVED Starting a python project in qt creator, how?
      General and Desktop • qt designer python3 material design qt creator 4.2 • • Pataruutu  

      3
      0
      Votes
      3
      Posts
      4823
      Views

      @Pataruutu Hi the video you link is QML :) So its its the reason it looks differently. The one you call ugly is QWidgets and it uses the default look of the platform. It seems you can use QML with pyt http://pyqt.sourceforge.net/Docs/PyQt5/qml.html
    • UNSOLVED Completely custom menu in QtWidgets
      General and Desktop • qmenu qtwidgets material design context menu • • IMAN4K  

      10
      0
      Votes
      10
      Posts
      4434
      Views

      @IMAN4K Hi Im not sure what "material ripple animation" really is so its hard to say which design i would prefer. Copying Paint of QMenu would be last choice as there might be bugs and its involving to keep in sync. If the items can do all the drawing them self i would go for that. (2 i think :)
    • SOLVED Qt Charts crash
      QML and Qt Quick • qt 5.7 charts chart controls 2 material design • • orzel1244  

      4
      0
      Votes
      4
      Posts
      3231
      Views

      You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
    • UNSOLVED How to use qml code to change ToolBar background color (Qt Quick Controls 2.0)
      QML and Qt Quick • qtquick qtquickcontrols material design • • Accelerated  

      6
      0
      Votes
      6
      Posts
      7124
      Views

      @jpnurmi Hi jpnurmi! Thank you for you reply! I have solved my problem. (^__^) ~
    • SOLVED How to - Customization of TabButton - Qt 5.7 - Qt Quick Controls 2 - Material -
      QML and Qt Quick • qt quick qt 5.7 controls 2 material design customize • • _Michel  

      3
      0
      Votes
      3
      Posts
      3027
      Views

      ... OK, this works. I thought that control was a reserved keyword. <u>For readers :</u> Since I have many TabButton, I don't use id: control as suggested but parent. TabButton { id: tabButtonMenu width: 100 height: parent.height text: "Menu" contentItem: Text { text: parent.text font: parent.font opacity: enabled ? 1.0 : 0.3 color: parent.down ? "yellow" : "white" horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter elide: Text.ElideRight } }
    • UNSOLVED Applying Texture on Custom Mesh
      Game Development • qt3d c++ qt texture material design • • Zee_07  

      1
      0
      Votes
      1
      Posts
      892
      Views

      No one has replied

    • SOLVED qt.labs.controls - customizing Tumbler - Material
      QML and Qt Quick • android material design qt.labs.control • • ekkescorner  

      5
      0
      Votes
      5
      Posts
      1886
      Views

      @jpnurmi thx again only had to change the implicitHeight: Tumbler { id: tumbler model: 10 visibleItemCount: 5 implicitHeight: visibleItemCount * 24 delegate: Text { property int displacement: Math.abs(Tumbler.displacement) id: label text: modelData color: displacement == 0 ? Material.primaryTextColor : Material.secondaryTextColor font: tumbler.font scale: displacement == 0 ? 1.20 : 1.0 horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter } } while flicking the tumbler there's a noticable delay before only the selected number will be scaled, but I can live with this.
    • Menu Button - Get rid of down arrow, anchor menu from top right corner
      General and Desktop • desktop menu toolbar material design • • mchouse  

      1
      0
      Votes
      1
      Posts
      745
      Views

      No one has replied

    • [SOLVED] ToolBar DropShadow - mellow shadow with colored borders
      General and Desktop • toolbar material design dropshadow transparentbord • • mchouse  

      1
      0
      Votes
      1
      Posts
      1102
      Views

      No one has replied