Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. material design
    Log in to post
    • All categories
    • C

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

      3
      0
      Votes
      3
      Posts
      912
      Views

      C

      @GrecKo That was it. Thank you very much!

    • P

      Unsolved Starting a python project in qt creator, how?
      General and Desktop • qt designer qt creator 4.2 material design python3 • • Pataruutu

      3
      0
      Votes
      3
      Posts
      5196
      Views

      mrjj

      @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

    • IMAN4K

      Unsolved Completely custom menu in QtWidgets
      General and Desktop • qmenu context menu material design qtwidgets • • IMAN4K

      10
      0
      Votes
      10
      Posts
      5428
      Views

      mrjj

      @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 :)

    • orzel1244

      Solved Qt Charts crash
      QML and Qt Quick • qt 5.7 chart charts controls 2 material design • • orzel1244

      6
      0
      Votes
      6
      Posts
      4198
      Views

      SGaist

      @KRHC hi and welcome to devnet,

      You need QApplication if you use anything that relies on the widgets module. Otherwise, there's no need for it and you would just bloat your deployment for no good reason.

    • A

      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
      9203
      Views

      A

      @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 • material design customize qt 5.7 qt quick controls 2 • • _Michel

      3
      0
      Votes
      3
      Posts
      3688
      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 } }
    • Zee_07

      Unsolved Applying Texture on Custom Mesh
      Game Development • qt3d texture material design c++ qt • • Zee_07

      1
      0
      Votes
      1
      Posts
      1041
      Views

      No one has replied

    • ekkescorner

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

      5
      0
      Votes
      5
      Posts
      2093
      Views

      ekkescorner

      @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.

    • mchouse

      Menu Button - Get rid of down arrow, anchor menu from top right corner
      General and Desktop • material design desktop menu toolbar • • mchouse

      1
      0
      Votes
      1
      Posts
      872
      Views

      No one has replied

    • mchouse

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

      1
      0
      Votes
      1
      Posts
      1316
      Views

      No one has replied