Fix Offers View
This commit is contained in:
@@ -6,12 +6,13 @@ import Qt.labs.qmlmodels
|
||||
|
||||
Item
|
||||
{
|
||||
anchors.fill: parent
|
||||
StackView
|
||||
{
|
||||
id: employeesStack
|
||||
id: offersStack
|
||||
|
||||
anchors.fill: parent
|
||||
initialItem: "OffersTable.qml"
|
||||
anchors.margins: 9
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,13 +3,18 @@ import QtQuick.Layouts
|
||||
import QtQuick.Controls
|
||||
import Qt.labs.qmlmodels
|
||||
|
||||
Item
|
||||
{
|
||||
ColumnLayout {
|
||||
property var availableFilters: []
|
||||
|
||||
SearchBar
|
||||
{
|
||||
id:searchBar
|
||||
anchors.margins: 9
|
||||
Layout.fillWidth: true
|
||||
anchors.fill: parent
|
||||
|
||||
RowLayout {
|
||||
spacing: Dimensions.l
|
||||
SearchBar {
|
||||
}
|
||||
}
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user