Merge branch 'main' into linuxero - Objects first step
This commit is contained in:
@@ -112,6 +112,13 @@ ColumnLayout
|
||||
// }
|
||||
// }
|
||||
|
||||
function onObjectAdded(added)
|
||||
{
|
||||
if (!added)
|
||||
console.log(qsTr("Fehler beim Objekt-Anlegen!"))
|
||||
appLoader.source = "ObjectTable.qml"
|
||||
}
|
||||
|
||||
function checkFields()
|
||||
{
|
||||
if(checkAddContact.checked)
|
||||
|
||||
@@ -29,7 +29,7 @@ class ObjectModel(QAbstractTableModel):
|
||||
|
||||
@Slot(dict, list, bool)
|
||||
def addObject(self, new_object, new_objcontact = None, new_contact = False):
|
||||
print(new_object)
|
||||
#print(new_object)
|
||||
|
||||
print(new_objcontact)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user