All plugins in Qt Creator are based on providing implementations of interfaces provided by other plugins. So if you want to add an object to an existing element in Qt Creator then find implementation of another object that is placed in that element and base your implementation on that.