Files
pyqcrm/gui/Tables.qml
2024-11-06 12:18:20 +01:00

12 lines
100 B
QML

import QtQuick
Item
{
SearchBar
{
id:searchBar
anchors.margins: 9
}
}