zcashd pane on main tab widget

This commit is contained in:
Aditya Kulkarni
2018-11-06 15:00:10 -08:00
parent a2f6768f6c
commit 5fc905c926
10 changed files with 196 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ ConnectionLoader::ConnectionLoader(MainWindow* main, RPC* rpc) {
d = new QDialog(main);
connD = new Ui_ConnectionDialog();
connD->setupUi(d);
connD->topIcon->setBasePixmap(QIcon(":/icons/res/icon.ico").pixmap(256, 256));
// Center on screen
QRect screenGeometry = QApplication::desktop()->screenGeometry(d);