Function bitcoin_qt::testgui

source ·
pub fn testgui(node: Rc<RefCell<dyn NodeInterface>>)
Expand description

| Simple qt wallet tests. | | Test widgets can be debugged interactively | calling show() on them and manually running the | event loop, e.g.: | | sendCoinsDialog.show(); | QEventLoop().exec(); | | This also requires overriding the default | minimal Qt platform: | |@code | QT_QPA_PLATFORM=xcb src/qt/test/test_bitcoin-qt # Linux | | QT_QPA_PLATFORM=windows src/qt/test/test_bitcoin-qt # Windows | | QT_QPA_PLATFORM=cocoa src/qt/test/test_bitcoin-qt # macOS |@endcode