Hi,

i took a look at the Calculator Builder Example. I expect the calculatorbuilder.exe to load the form that is in calculatorbuilder.exe/forms/calculatorform.ui

Qt Code:
  1. QFile file(":/forms/calculatorform.ui");
To copy to clipboard, switch view to plain text mode 

But when I slightly modify the .ui file (e.g. change the label text) nothing changes. The form is not loaded. What am I getting wrong?