customertable
This commit is contained in:
@@ -4,10 +4,11 @@ import QtQuick.Controls
|
||||
|
||||
Item
|
||||
{
|
||||
|
||||
id: searchBar
|
||||
height: 30
|
||||
TextField
|
||||
{
|
||||
id: searchBar
|
||||
id: searchField
|
||||
placeholderText: qsTr("Suche")
|
||||
leftPadding: 3
|
||||
rightPadding: 3
|
||||
@@ -32,8 +33,8 @@ Item
|
||||
{
|
||||
icon.source: "../images/filter.svg"
|
||||
icon.color: "olive"
|
||||
anchors.left: searchBar.right
|
||||
height: searchBar.height
|
||||
anchors.left: searchField.right
|
||||
height: searchField.height
|
||||
flat: true
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user