Altcoin/Bitcoin Wallet UI compile issues
-
I will gather more info when I am back at my office PC but wanted to see if anyone can get me started in the right direction. I am editing the Bitcoin wallet UI and have tried using the Linux(Ununtu) and Windows editors and get the same result. When I open the UI file and just moved items around and save, it creates all of the ui_ files for all of the form files in the folder and then the project(coin) won't make with a list of invalid ref to items in the UI files. I haven't added/removed anything just moved them. For starters, why is it creating the ui_ files when they weren't there to start?
Possibly different versions used to make/edit the UI files?
-
@USS_Benchy
When you change anything in Designer it writes to.ui
files. Whenever they change the build process runsuic
to read those and generate aui_....h
file for each one.won't make with a list of invalid ref to items in the UI files.
We would need to see the error message, and maybe other files, depending on what that is.
-
Come to find out I was removing a label that didn't have any visible text when moving items around the UI. Once I added it back and/or removed it from the .cpp files, the UI compiled fine.
-