namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

We should reuse .ui files from Namecoin-Qt #50

Open JeremyRand opened 5 years ago

JeremyRand commented 5 years ago

We could save a lot on duplicated effort by reusing the .ui XML form files from Namecoin-Qt. Unfortunately, the current .ui files make various assumptions that make them unsuitable for including verbatim in Electrum-NMC, and maintaining a fork of Namecoin-Qt's .ui files seems to be of dubious utility.

Incomplete list of assumptions that need to be fixed in Namecoin-Qt:

JeremyRand commented 3 years ago

I'd like to at least switch to .ui form files for the 4.0.0 milestone, even if we need to maintain a few small patches compared to Namecoin Core initially.