Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
4092df376916ad9477547ecd4ef4679dc59e0fdf
Description
import QtQuick 2.7 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.1 ApplicationWindow { visible: true width: 640 height: 480 header: ToolBar { RowLayout { ToolButton { text: qsTr("B") hoverEnabled: true checkable: true } ToolButton { text: qsTr("I") hoverEnabled: true checkable: true } ToolButton { text: qsTr("U") hoverEnabled: true checkable: true } } } }
Attachments
Issue Links
- is required for
-
QTBUG-54952 Text Editor example
-
- Closed
-
For Gerrit Dashboard: QTBUG-54917 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
166493,1 | Material: restore ToolButton checked state | 5.6 | qt/qtquickcontrols2 | Status: ABANDONED | 0 | 0 |
166495,1 | Material: restore ToolButton checked state | dev | qt/qtquickcontrols2 | Status: ABANDONED | -1 | 0 |
167599,2 | Material: restore ToolButton checked state | dev | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |