Add Icons to Buttons
This commit is contained in:
@@ -18,8 +18,7 @@ RowLayout
|
||||
|
||||
Button
|
||||
{
|
||||
icon.source: "qrc:/images/search.svg"
|
||||
icon.color: "olive"
|
||||
icon.source: "qrc:/images/MagnifyingGlass.svg"
|
||||
x: parent.x + parent.width - width
|
||||
height: parent.height
|
||||
flat: true
|
||||
@@ -29,8 +28,7 @@ RowLayout
|
||||
Button
|
||||
{
|
||||
id: filterBtn
|
||||
icon.source: "qrc:/images/filter.svg"
|
||||
icon.color: "olive"
|
||||
icon.source: "qrc:/images/Funnel.svg"
|
||||
x: parent.x + parent.width
|
||||
height: searchField.height
|
||||
flat: true
|
||||
|
||||
Reference in New Issue
Block a user