<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Main</class> <widget class="QMainWindow" name="Main"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1617</width> <height>1371</height> </rect> </property> <property name="windowTitle"> <string>AlethZero Ethereum Client</string> </property> <property name="dockNestingEnabled"> <bool>true</bool> </property> <property name="dockOptions"> <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::VerticalTabs</set> </property> <property name="sizeGripEnabled" stdset="0"> <bool>true</bool> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <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="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLabel" name="cacheUsage"> <property name="text"> <string>0 bytes used</string> </property> </widget> </item> <item> <widget class="QLabel" name="chainStatus"> <property name="text"> <string>#0</string> </property> </widget> </item> <item> <widget class="QLabel" name="balance"> <property name="text"> <string>0 wei</string> </property> </widget> </item> <item> <widget class="QLabel" name="peerCount"> <property name="text"> <string>0 peers</string> </property> </widget> </item> <item> <widget class="QLabel" name="blockCount"> <property name="text"> <string>1 block</string> </property> </widget> </item> <item> <widget class="QLabel" name="mineStatus"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>Tab 1</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>4</number> </property> <property name="topMargin"> <number>4</number> </property> <property name="rightMargin"> <number>4</number> </property> <property name="bottomMargin"> <number>4</number> </property> <item> <widget class="QLineEdit" name="urlEdit"/> </item> <item> <widget class="QWebEngineView" name="webView" native="true"/> </item> </layout> </widget> </widget> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1617</width> <height>24</height> </rect> </property> <widget class="QMenu" name="menu_File"> <property name="title"> <string>&File</string> </property> <addaction name="quit"/> </widget> <widget class="QMenu" name="menu_Network"> <property name="title"> <string>&Network</string> </property> <addaction name="go"/> <addaction name="separator"/> <addaction name="upnp"/> <addaction name="dropPeers"/> <addaction name="net"/> <addaction name="connect"/> </widget> <widget class="QMenu" name="menu_Tools"> <property name="title"> <string>&Tools</string> </property> <addaction name="mine"/> <addaction name="separator"/> <addaction name="newTransaction"/> <addaction name="newAccount"/> <addaction name="importKey"/> <addaction name="importKeyFile"/> <addaction name="exportKey"/> <addaction name="killAccount"/> <addaction name="separator"/> <addaction name="loadJS"/> </widget> <widget class="QMenu" name="menu_Help"> <property name="title"> <string>&Help</string> </property> <addaction name="about"/> </widget> <widget class="QMenu" name="menu_Debug"> <property name="title"> <string>&Special</string> </property> <addaction name="natSpec"/> <addaction name="paranoia"/> <addaction name="clearPending"/> <addaction name="killBlockchain"/> <addaction name="inject"/> <addaction name="forceMining"/> <addaction name="turboMining"/> <addaction name="separator"/> <addaction name="usePrivate"/> <addaction name="jitvm"/> </widget> <widget class="QMenu" name="menu_View"> <property name="title"> <string>&View</string> </property> <addaction name="showAll"/> <addaction name="showAllAccounts"/> <addaction name="separator"/> <addaction name="preview"/> </widget> <widget class="QMenu" name="menuWhispe"> <property name="title"> <string>&Whisper</string> </property> <addaction name="newIdentity"/> </widget> <widget class="QMenu" name="menuDebug"> <property name="title"> <string>&Debug</string> </property> <addaction name="debugCurrent"/> <addaction name="debugDumpState"/> <addaction name="debugDumpStatePre"/> </widget> <addaction name="menu_File"/> <addaction name="menu_View"/> <addaction name="menu_Network"/> <addaction name="menu_Tools"/> <addaction name="menuWhispe"/> <addaction name="menuDebug"/> <addaction name="menu_Help"/> <addaction name="menu_Debug"/> </widget> <widget class="QStatusBar" name="statusbar"/> <widget class="QDockWidget" name="dockWidget_accounts"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Accounts</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_2"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <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> <widget class="QListWidget" name="accounts"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_3"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Network</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_3"> <layout class="QHBoxLayout" name="horizontalLayout"> <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> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QListWidget" name="peers"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QWidget" name="layoutWidget"> <layout class="QGridLayout" name="gridLayout_2"> <item row="3" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>&Listen on</string> </property> <property name="buddy"> <cstring>port</cstring> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QSpinBox" name="idealPeers"> <property name="minimum"> <number>1</number> </property> <property name="value"> <number>5</number> </property> </widget> </item> <item row="3" column="2"> <widget class="QSpinBox" name="port"> <property name="minimum"> <number>1024</number> </property> <property name="maximum"> <number>32767</number> </property> <property name="value"> <number>30303</number> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="listenIP"> <property name="inputMask"> <string/> </property> <property name="text"> <string/> </property> <property name="placeholderText"> <string>Automatic</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Ideal &Peers</string> </property> <property name="buddy"> <cstring>idealPeers</cstring> </property> </widget> </item> <item row="5" column="1"> <widget class="QLineEdit" name="forcePublicIP"> <property name="placeholderText"> <string>Automatic</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Public IP</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>&Client Name</string> </property> <property name="buddy"> <cstring>clientName</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="clientName"> <property name="placeholderText"> <string>Anonymous</string> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_4"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Log</string> </property> <attribute name="dockWidgetArea"> <number>8</number> </attribute> <widget class="QWidget" name="dockWidgetContents_4"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>2</number> </property> <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> <widget class="QPlainTextEdit" name="log"> <property name="font"> <font> <family>Ubuntu Mono</family> </font> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QSlider" name="verbosity"> <property name="maximum"> <number>20</number> </property> <property name="value"> <number>1</number> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="tickPosition"> <enum>QSlider::TicksBothSides</enum> </property> </widget> </item> <item> <widget class="QLabel" name="verbosityLabel"> <property name="minimumSize"> <size> <width>20</width> <height>0</height> </size> </property> <property name="text"> <string>20</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Pending</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>0</number> </property> <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> <widget class="QSplitter" name="splitter_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="QListWidget" name="transactionQueue"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QTextBrowser" name="pendingInfo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>2</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QToolBar" name="toolBar"> <property name="windowTitle"> <string>toolBar</string> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> <addaction name="go"/> <addaction name="newTransaction"/> <addaction name="preview"/> <addaction name="mine"/> <addaction name="refresh"/> </widget> <widget class="QDockWidget" name="dockWidget_7"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Owned Accounts</string> </property> <attribute name="dockWidgetArea"> <number>1</number> </attribute> <widget class="QWidget" name="dockWidgetContents_7"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <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> <widget class="QListWidget" name="ourAccounts"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="dragDropMode"> <enum>QAbstractItemView::InternalMove</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_contracts"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Contracts</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_6"> <layout class="QVBoxLayout" name="verticalLayout_2"> <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> <widget class="QSplitter" name="splitter_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="QListWidget" name="contracts"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QPlainTextEdit" name="contractInfo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>2</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_8"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Block Chain</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_8"> <layout class="QVBoxLayout" name="verticalLayout_7"> <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> <widget class="QLineEdit" name="blockChainFilter"> <property name="text"> <string/> </property> <property name="placeholderText"> <string>Filter...</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QSplitter" name="splitter_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="QListWidget" name="blocks"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> <widget class="QPlainTextEdit" name="info"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>2</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="configDock"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Settings</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_9"> <layout class="QGridLayout" name="gridLayout_3"> <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 row="0" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Name Registrar</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="nameReg"/> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_10"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Mining</string> </property> <attribute name="dockWidgetArea"> <number>1</number> </attribute> <widget class="QWidget" name="dockWidgetContents_10"> <layout class="QHBoxLayout" name="horizontalLayout_6"> <property name="spacing"> <number>0</number> </property> <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> <widget class="MiningView" name="miningView" native="true"/> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_11"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Javascript Console</string> </property> <attribute name="dockWidgetArea"> <number>8</number> </attribute> <widget class="QWidget" name="dockWidgetContents_11"> <layout class="QVBoxLayout" name="verticalLayout_6"> <property name="spacing"> <number>0</number> </property> <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> <widget class="QWebEngineView" name="jsConsole" native="true"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_9"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_7"> <property name="minimumSize"> <size> <width>14</width> <height>0</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>51</red> <green>85</green> <blue>221</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">background-color: white; color: #35d; font-weight: bold; font-family: Monospace, Ubuntu Mono, Lucida Console, Courier New; font-size: 14pt</string> </property> <property name="text"> <string>></string> </property> <property name="margin"> <number>0</number> </property> <property name="buddy"> <cstring>jsInput</cstring> </property> </widget> </item> <item> <widget class="QLineEdit" name="jsInput"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">background: white; border: 0; font-family: Monospace, Ubuntu Mono, Lucida Console, Courier New; font-size: 14pt</string> </property> <property name="inputMask"> <string/> </property> <property name="text"> <string/> </property> <property name="frame"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_12"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Blockchain Download</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_12"> <layout class="QHBoxLayout" name="horizontalLayout_8"> <property name="spacing"> <number>0</number> </property> <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> <widget class="DownloadView" name="downloadView" native="true"/> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_13"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Nodes</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_13"> <layout class="QHBoxLayout" name="horizontalLayout_10"> <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> <widget class="QListWidget" name="nodes"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_14"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Whisper</string> </property> <attribute name="dockWidgetArea"> <number>1</number> </attribute> <widget class="QWidget" name="dockWidgetContents_14"> <layout class="QGridLayout" name="gridLayout_4"> <item row="2" column="4"> <widget class="QSpinBox" name="shhWork"> <property name="suffix"> <string> ms</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>1000</number> </property> <property name="value"> <number>50</number> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_9"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Topic</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item row="3" column="1" colspan="4"> <widget class="QPlainTextEdit" name="shhTopic"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="lineWidth"> <number>0</number> </property> </widget> </item> <item row="5" column="1" colspan="4"> <widget class="QPlainTextEdit" name="shhData"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="lineWidth"> <number>0</number> </property> </widget> </item> <item row="6" column="4"> <widget class="QPushButton" name="post"> <property name="text"> <string>Post</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label5_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>TTL</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label5_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>From</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label5_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>To</string> </property> </widget> </item> <item row="1" column="1" colspan="4"> <widget class="QComboBox" name="shhFrom"> <property name="editable"> <bool>false</bool> </property> </widget> </item> <item row="0" column="1" colspan="4"> <widget class="QComboBox" name="shhTo"> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0" rowspan="2"> <widget class="QLabel" name="label_8"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Data</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="shhTtl"> <property name="suffix"> <string> seconds</string> </property> <property name="minimum"> <number>5</number> </property> <property name="maximum"> <number>259200</number> </property> </widget> </item> <item row="2" column="2" colspan="2"> <widget class="QLabel" name="label5_6"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Work to Prove</string> </property> </widget> </item> </layout> </widget> </widget> <widget class="QDockWidget" name="dockWidget_15"> <property name="features"> <set>QDockWidget::DockWidgetFeatureMask</set> </property> <property name="windowTitle"> <string>Active Whispers</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents_15"> <layout class="QHBoxLayout" name="horizontalLayout_11"> <property name="spacing"> <number>0</number> </property> <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> <widget class="QListWidget" name="whispers"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> </widget> </item> </layout> </widget> </widget> <action name="quit"> <property name="text"> <string>&Quit</string> </property> <property name="shortcut"> <string>Ctrl+Q</string> </property> </action> <action name="upnp"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>&Use UPnP</string> </property> </action> <action name="connect"> <property name="text"> <string>&Connect to Peer...</string> </property> </action> <action name="net"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Enable &Network</string> </property> </action> <action name="mine"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Mine</string> </property> </action> <action name="newAccount"> <property name="text"> <string>&New Address...</string> </property> </action> <action name="about"> <property name="text"> <string>&About...</string> </property> </action> <action name="preview"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Preview Pending Transactions</string> </property> </action> <action name="debugStep"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Step Over</string> </property> <property name="shortcut"> <string>F10</string> </property> </action> <action name="paranoia"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Mining Paranoia</string> </property> </action> <action name="killBlockchain"> <property name="text"> <string>&Kill Blockchain</string> </property> </action> <action name="importKey"> <property name="text"> <string>&Import Key...</string> </property> </action> <action name="exportKey"> <property name="text"> <string>&Export Selected Key...</string> </property> </action> <action name="inject"> <property name="text"> <string>&Inject Transaction</string> </property> </action> <action name="showAll"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Show Ancient Blocks</string> </property> </action> <action name="showAllAccounts"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Show &Anonymous Accounts</string> </property> </action> <action name="dropPeers"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Drop Past Peers</string> </property> </action> <action name="loadJS"> <property name="text"> <string>&Load Javascript...</string> </property> </action> <action name="debugStepBack"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Step Over &Backwards</string> </property> <property name="shortcut"> <string>Ctrl+F10</string> </property> </action> <action name="forceMining"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Force Mining</string> </property> </action> <action name="dumpTraceStorage"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Standard with &Storage...</string> </property> </action> <action name="debugStepInto"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Step &Into</string> </property> <property name="shortcut"> <string>F11</string> </property> </action> <action name="debugStepOut"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Step &Out</string> </property> <property name="shortcut"> <string>Shift+F11</string> </property> </action> <action name="dumpTrace"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>S&tandard...</string> </property> </action> <action name="debugStepBackInto"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Step Into Backwards</string> </property> <property name="shortcut"> <string>Ctrl+F11</string> </property> </action> <action name="debugStepBackOut"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Step Out Backwards</string> </property> <property name="shortcut"> <string>Ctrl+Shift+F11</string> </property> </action> <action name="debugCurrent"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Debug Current Transaction</string> </property> </action> <action name="debugDumpState"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Dump &Current Transaction State (post)</string> </property> </action> <action name="debugDumpStatePre"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Dump Current &Transaction State (pre)</string> </property> </action> <action name="dumpTracePretty"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Pretty...</string> </property> </action> <action name="refresh"> <property name="text"> <string>&Refresh</string> </property> </action> <action name="usePrivate"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Use &Private Chain...</string> </property> </action> <action name="enableOptimizer"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Enable LLL Optimizer</string> </property> </action> <action name="turboMining"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Reserved Debug 1</string> </property> </action> <action name="localNetworking"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>&Enable Local Addresses</string> </property> </action> <action name="importKeyFile"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Claim Ether Presale &Wallet...</string> </property> </action> <action name="go"> <property name="text"> <string>&Go!</string> </property> </action> <action name="newIdentity"> <property name="text"> <string>New Identity</string> </property> </action> <action name="clearPending"> <property name="text"> <string>&Clear Pending</string> </property> </action> <action name="jitvm"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> <property name="text"> <string>Use &LLVM-EVM</string> </property> </action> <action name="killAccount"> <property name="text"> <string>&Kill Account</string> </property> </action> <action name="newTransaction"> <property name="text"> <string>New &Transaction...</string> </property> </action> <action name="natSpec"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>&NatSpec Enabled</string> </property> </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>MiningView</class> <extends>QWidget</extends> <header>MiningView.h</header> <container>1</container> </customwidget> <customwidget> <class>DownloadView</class> <extends>QWidget</extends> <header>DownloadView.h</header> <container>1</container> </customwidget> <customwidget> <class>QWebEngineView</class> <extends>QWidget</extends> <header location="global">QtWebEngineWidgets/QWebEngineView</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>shhTo</tabstop> <tabstop>shhFrom</tabstop> <tabstop>shhTtl</tabstop> <tabstop>shhTopic</tabstop> <tabstop>shhWork</tabstop> <tabstop>shhData</tabstop> <tabstop>log</tabstop> <tabstop>post</tabstop> <tabstop>verbosity</tabstop> <tabstop>tabWidget</tabstop> <tabstop>urlEdit</tabstop> <tabstop>idealPeers</tabstop> <tabstop>listenIP</tabstop> <tabstop>port</tabstop> <tabstop>transactionQueue</tabstop> <tabstop>pendingInfo</tabstop> <tabstop>blockChainFilter</tabstop> <tabstop>nameReg</tabstop> <tabstop>nodes</tabstop> <tabstop>whispers</tabstop> <tabstop>jsInput</tabstop> </tabstops> <resources/> <connections/> </ui>