Hello friends,

I have observe a misterious increasing memory consumption.
When you click on the combobox and you observe the memory consumption you will find out
that the more you click the more the consumption will increase. Could anybody explain this??

Qt Code:
  1. import QtQuick 2.5
  2. import QtQuick.Controls 1.2
  3.  
  4.  
  5. Rectangle{
  6.  
  7. ComboBox {
  8. id: cbxAttribtes
  9. width: 200
  10. model: 5
  11. }
  12. }
To copy to clipboard, switch view to plain text mode