2016-05-11 13:09:31 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MasternodeList</class>
<widget class="QWidget" name="MasternodeList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>723</width>
<height>457</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="topLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabMyMasternodes">
<attribute name="title">
2016-05-15 18:39:42 +02:00
<string>My Masternodes</string>
2016-05-11 13:09:31 +02:00
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_note">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="updateNote">
<property name="text">
2017-02-19 22:02:33 +01:00
<string>Note: Status of your masternodes in local wallet can potentially be slightly incorrect.<br />Always wait for wallet to sync additional data and then double check from another node<br />if your masternode should be running but you still do not see "ENABLED" in "Status" field.</string>
2016-05-11 13:09:31 +02:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2016-05-15 18:39:42 +02:00
<widget class="QTableWidget" name="tableWidgetMyMasternodes">
2016-05-11 13:09:31 +02:00
<property name="minimumSize">
<size>
<width>695</width>
<height>0</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
2016-06-03 06:59:14 +02:00
<attribute name="ResizeMode">
<enum>QHeaderView::Interactive</enum>
</attribute>
2016-05-11 13:09:31 +02:00
<column>
<property name="text">
<string>Alias</string>
</property>
</column>
<column>
<property name="text">
2016-05-15 18:39:42 +02:00
<string>Address</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
<column>
<property name="text">
<string>Protocol</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
</property>
</column>
<column>
<property name="text">
2016-05-24 01:51:37 +02:00
<string>Active</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
<column>
<property name="text">
2017-01-13 15:03:28 +01:00
<string>Last Seen</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
<column>
<property name="text">
2017-02-19 22:02:33 +01:00
<string>Payee</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="startButton">
<property name="text">
<string>S&tart alias</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="startAllButton">
<property name="text">
<string>Start &all</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="startMissingButton">
<property name="text">
<string>Start &MISSING</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="UpdateButton">
<property name="text">
<string>&Update status</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="autoupdate_label">
<property name="text">
<string>Status will be updated automatically in (sec):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="secondsLabel">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabAllMasternodes">
<attribute name="title">
2016-05-15 18:39:42 +02:00
<string>All Masternodes</string>
2016-05-11 13:09:31 +02:00
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
2016-05-15 18:39:42 +02:00
<widget class="QTableWidget" name="tableWidgetMasternodes">
2016-05-11 13:09:31 +02:00
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
2016-06-03 06:59:14 +02:00
<attribute name="ResizeMode">
<enum>QHeaderView::Interactive</enum>
</attribute>
2016-05-11 13:09:31 +02:00
<column>
<property name="text">
<string>Address</string>
</property>
</column>
<column>
<property name="text">
<string>Protocol</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
</property>
</column>
<column>
<property name="text">
2016-05-24 01:51:37 +02:00
<string>Active</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
<column>
<property name="text">
2017-01-13 15:03:28 +01:00
<string>Last Seen</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
<column>
<property name="text">
2017-02-19 22:02:33 +01:00
<string>Payee</string>
2016-05-11 13:09:31 +02:00
</property>
</column>
</widget>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_filter">
<property name="text">
<string>Filter List:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="filterLineEdit">
<property name="toolTip">
<string>Filter masternode list</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</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>0</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>