diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 6aae59014..21ca71575 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -55,6 +55,8 @@ res/icons/hd_enabled.png res/icons/hd_disabled.png res/icons/network_disabled.png + res/icons/star.png + res/icons/star_empty.png res/movies/spinner-000.png diff --git a/src/qt/forms/kevadialog.ui b/src/qt/forms/kevadialog.ui index 393ad632c..adb6272bb 100644 --- a/src/qt/forms/kevadialog.ui +++ b/src/qt/forms/kevadialog.ui @@ -1,329 +1,361 @@ - KevaDialog - - - - 0 - 0 - 776 - 396 - - - - - - - - 0 - 0 - - - - QFrame::StyledPanel - - - QFrame::Sunken - - + KevaDialog + + + + 0 + 0 + 776 + 396 + + + - - - - - The namespace ID with a prefix "N". - - - - - - - Use this form to perform Keva database operations. - - - - - - - The namespace ID with a prefix "N". - - - Namespace: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - namespace - - - - - - - - - + + + 0 0 - - - - Show content of the namespace. - - - Show - - - - :/icons/eye:/icons/eye - - - false - - - - - - - - 0 - 0 - - - - Create a new namespace - - - &Create namespace - - - - :/icons/add:/icons/add - - - - - - - - 0 - 0 - - - - List my namespaces - - - &My Namespaces - - - - :/icons/editpaste:/icons/editpaste - - - - - - - - 0 - 0 - - - - Show bookmarks - - - &Bookmarks - - - - :/icons/address-book:/icons/address-book - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - + - - - - - - - - - - - Qt::Vertical - - - - 20 - 10 - - - - - - - - - 0 - 0 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - - 75 - true - - - - Content of namespace - - + + QFrame::StyledPanel + + + QFrame::Sunken + + + + + + + + + + The namespace ID with a prefix "N". + + + 600 + + + + + + + Bookmark this namespace + + + + :/icons/star_empty:/icons/star_empty + + + + + + + + Qt::Horizontal + + + + 0 + 0 + + + + + + + + + + Use this form to perform Keva database operations. + + + + + + + The namespace ID with a prefix "N". + + + Namespace: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + namespace + + + + + + + + + + 0 + 0 + + + + Show content of the namespace. + + + Show + + + + :/icons/eye:/icons/eye + + + false + + + + + + + + 0 + 0 + + + + Create a new namespace + + + &Create namespace + + + + :/icons/add:/icons/add + + + + + + + + 0 + 0 + + + + List my namespaces + + + &My Namespaces + + + + :/icons/editpaste:/icons/editpaste + + + + + + + + 0 + 0 + + + + Show bookmarks + + + &Bookmarks + + + + :/icons/address-book:/icons/address-book + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + + + - - - Qt::CustomContextMenu - - - false - - - true - - - - - - - - - false - - - Show the selected request (does the same as double clicking an entry) - - - Show - - - - :/icons/edit:/icons/edit - - - false - - - - - - - false - - - Remove the selected entries from the list - - - Remove - - - - :/icons/remove:/icons/remove - - - false - - - - - - - false - - - Add new key-value pair - - - Add key-value - - - - :/icons/add:/icons/add - - - false - - - - - + - Qt::Horizontal + Qt::Vertical - - 40 - 20 - + + 20 + 10 + - - - + - - - - - - - - BitcoinAmountField - QLineEdit -
qt/bitcoinamountfield.h
- 1 -
-
- - reqMessage - receiveButton - clearButton - recentRequestsView - showValueButton - removeButton - - - - - + + + + + 0 + 0 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + + 75 + true + + + + Content of namespace + + + + + + + Qt::CustomContextMenu + + + false + + + true + + + + + + + + + false + + + Show the selected request (does the same as double clicking an entry) + + + Show + + + + :/icons/edit:/icons/edit + + + false + + + + + + + false + + + Remove the selected entries from the list + + + Remove + + + + :/icons/remove:/icons/remove + + + false + + + + + + + false + + + Add new key-value pair + + + Add key-value + + + + :/icons/add:/icons/add + + + false + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + BitcoinAmountField + QLineEdit +
qt/bitcoinamountfield.h
+ 1 +
+
+ + reqMessage + receiveButton + clearButton + recentRequestsView + showValueButton + removeButton + + + + +
diff --git a/src/qt/res/icons/star_empty.png b/src/qt/res/icons/star_empty.png index 87a5472b8..fb04dd010 100644 Binary files a/src/qt/res/icons/star_empty.png and b/src/qt/res/icons/star_empty.png differ