Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ QT_MOC_CPP = \
qt/moc_macdockiconhandler.cpp \
qt/moc_macnotificationhandler.cpp \
qt/moc_masternodelist.cpp \
qt/moc_masternodemodel.cpp \
qt/moc_mnemonicverificationdialog.cpp \
qt/moc_modaloverlay.cpp \
qt/moc_notificator.cpp \
Expand Down Expand Up @@ -147,6 +148,7 @@ BITCOIN_QT_H = \
qt/macnotificationhandler.h \
qt/macos_appnap.h \
qt/masternodelist.h \
qt/masternodemodel.h \
qt/mnemonicverificationdialog.h \
qt/modaloverlay.h \
qt/networkstyle.h \
Expand Down Expand Up @@ -264,6 +266,7 @@ BITCOIN_QT_WALLET_CPP = \
qt/editaddressdialog.cpp \
qt/governancelist.cpp \
qt/masternodelist.cpp \
qt/masternodemodel.cpp \
qt/mnemonicverificationdialog.cpp \
qt/openuridialog.cpp \
qt/overviewpage.cpp \
Expand Down
165 changes: 62 additions & 103 deletions src/qt/forms/masternodelist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer0">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
Expand All @@ -52,14 +39,29 @@
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_filter_2">
<property name="text">
<string>Filter List:</string>
<widget class="QComboBox" name="comboBoxType">
<property name="toolTip">
<string>Filter by masternode type</string>
</property>
<item>
<property name="text">
<string>All</string>
</property>
</item>
<item>
<property name="text">
<string>Regular</string>
</property>
</item>
<item>
<property name="text">
<string>Evo</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="filterLineEditDIP3">
<widget class="QLineEdit" name="filterText">
<property name="toolTip">
<string>Filter masternode list</string>
</property>
Expand All @@ -69,46 +71,32 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxMyMasternodesOnly">
<widget class="QCheckBox" name="checkBoxOwned">
<property name="toolTip">
<string>Show only masternodes this wallet has keys for.</string>
</property>
<property name="text">
<string>My masternodes only</string>
<string>Owned</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
<widget class="QCheckBox" name="checkBoxHideBanned">
<property name="toolTip">
<string>Hide masternodes that are currently PoSe banned.</string>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_count_2">
<property name="text">
<string>Node Count:</string>
<string>Hide banned</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="countLabelDIP3">
<property name="text">
<string notr="true">0</string>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QTableWidget" name="tableWidgetMasternodesDIP3">
<widget class="QTableView" name="tableViewMasternodes">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
Expand All @@ -124,71 +112,42 @@
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Service</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
</property>
</column>
<column>
<property name="text">
<string>PoSe Score</string>
</property>
</column>
<column>
<property name="text">
<string>Registered</string>
</property>
</column>
<column>
<property name="text">
<string>Last Paid</string>
</property>
</column>
<column>
<property name="text">
<string>Next Payment</string>
</property>
</column>
<column>
<property name="text">
<string>Payout Address</string>
</property>
</column>
<column>
<property name="text">
<string>Operator Reward</string>
</property>
</column>
<column>
<property name="text">
<string>Collateral Address</string>
</property>
</column>
<column>
<property name="text">
<string>Owner Address</string>
</property>
</column>
<column>
<property name="text">
<string>Voting Address</string>
</property>
</column>
</widget>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_count">
<property name="spacing">
<number>3</number>
</property>
<item>
<spacer name="horizontalSpacer_count">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_count">
<property name="text">
<string>Node Count:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="countLabel">
<property name="text">
<string notr="true">0</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
Expand Down
Loading