mrduck wrote:I wrote some code to use .ui files into HMG4. It assigns the Qt objects in the .ui file to the matching HMG4 object. Unfortunately due to changes in hbqt reading of .ui files is not possible anymore. We should switch to .uic files (compiled ui files) and adapt my code.
Reading .ui files was great since you did change the xml file and run the program, using .uic files means that you change the xml file but you need to call hbmk2 to do ui->uic and then link the executable...
Since I can't work on hmg4 on the next days if someone is interested to port my changes to the new hbqt/hmg4 please contact me and I'll send the changes.
Francesco
Hola Francesco, significa que ya no es posible utilizar los archivos .ui con harbour.
Sin embargo, aún veo que Pritpal sigue utilizando este tipo de archivos en HbIDE, precisamente uno de sus ultimos cambios es la implementación de los ChangeLog's con este tipo de archivos.
¿o estoy equivocado?
Hi Francesco, you already can not use the files .ui to harbor.
However, I still see Pritpal continues to use these files in HBIDE precisely one of the latest changes is the implementation of the ChangeLog's with these files.
Or am I wrong?
BestRegards
GVS