Updated 7 traps & gotchas (markdown)

wdblck 2019-11-08 15:59:13 +01:00
parent 1f6cf89d3b
commit 5450564974

@ -8,7 +8,7 @@ this is a woefully incomplete attempt to list a few "rough edges" of pyBM, which
* bitmessageui.ui in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring * bitmessageui.ui in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring
Though it has translation problems. using Though it has translation problems. using
` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` will break the whole app now. ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now.