Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Altcoin/Bitcoin Wallet UI compile issues
Forum Updated to NodeBB v4.3 + New Features

Altcoin/Bitcoin Wallet UI compile issues

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 263 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    USS_Benchy
    wrote on last edited by USS_Benchy
    #1

    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?

    JonBJ 1 Reply Last reply
    0
    • U USS_Benchy

      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?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @USS_Benchy
      When you change anything in Designer it writes to .ui files. Whenever they change the build process runs uic to read those and generate a ui_....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.

      1 Reply Last reply
      0
      • U Offline
        U Offline
        USS_Benchy
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • U USS_Benchy has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved