edited Layout
This commit is contained in:
@@ -17,8 +17,8 @@ RowLayout
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
icon.source: "qrc:/images/search.svg"
|
icon.source: "qrc:/images/MagnifyingGlass.svg"
|
||||||
icon.color: "olive"
|
icon.color: Colors.foreground
|
||||||
x: parent.x + parent.width - width
|
x: parent.x + parent.width - width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
flat: true
|
flat: true
|
||||||
@@ -28,8 +28,8 @@ RowLayout
|
|||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
id: filterBtn
|
id: filterBtn
|
||||||
icon.source: "qrc:/images/filter.svg"
|
icon.source: "qrc:/images/Funnel.svg"
|
||||||
icon.color: "olive"
|
icon.color: Colors.foreground
|
||||||
x: parent.x + parent.width
|
x: parent.x + parent.width
|
||||||
height: searchField.height
|
height: searchField.height
|
||||||
flat: true
|
flat: true
|
||||||
|
|||||||
@@ -225,7 +225,8 @@ ColumnLayout
|
|||||||
BarButton
|
BarButton
|
||||||
{
|
{
|
||||||
id: atajos
|
id: atajos
|
||||||
|
implicitWidth: 90
|
||||||
|
implicitHeight: 90
|
||||||
checkable: false
|
checkable: false
|
||||||
icon.source: "qrc:/images/Bars3.svg"
|
icon.source: "qrc:/images/Bars3.svg"
|
||||||
|
|
||||||
|
|||||||
@@ -47,8 +47,13 @@ ApplicationWindow
|
|||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
left: topBar.right
|
||||||
|
right: parent.right
|
||||||
|
top: parent.top
|
||||||
|
bottom: parent.bottom
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fill: parent
|
|
||||||
topMargin: Dimensions.l
|
topMargin: Dimensions.l
|
||||||
bottomMargin: Dimensions.l
|
bottomMargin: Dimensions.l
|
||||||
rightMargin: Dimensions.l
|
rightMargin: Dimensions.l
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
<file>fonts/RobotoCondensed.otf</file>
|
<file>fonts/RobotoCondensed.otf</file>
|
||||||
<file>README</file>
|
<file>README</file>
|
||||||
<file>LICENSE</file>
|
<file>LICENSE</file>
|
||||||
<<<<<<< HEAD
|
|
||||||
<file>images/tero.jpg</file>
|
<file>images/tero.jpg</file>
|
||||||
<file>images/dash.svg</file>
|
<file>images/dash.svg</file>
|
||||||
<file>images/invoice.svg</file>
|
<file>images/invoice.svg</file>
|
||||||
@@ -25,7 +24,5 @@
|
|||||||
<file>images/customer.svg</file>
|
<file>images/customer.svg</file>
|
||||||
<file>images/contract.svg</file>
|
<file>images/contract.svg</file>
|
||||||
<file>images/object.svg</file>
|
<file>images/object.svg</file>
|
||||||
=======
|
|
||||||
>>>>>>> main
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
Reference in New Issue
Block a user