|
|
@ -13,8 +13,11 @@ |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>AlethZero Ethereum Client</string> |
|
|
|
</property> |
|
|
|
<property name="dockNestingEnabled"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="dockOptions"> |
|
|
|
<set>QMainWindow::AllowTabbedDocks|QMainWindow::VerticalTabs</set> |
|
|
|
<set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::VerticalTabs</set> |
|
|
|
</property> |
|
|
|
<property name="sizeGripEnabled" stdset="0"> |
|
|
|
<bool>true</bool> |
|
|
@ -25,83 +28,7 @@ |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<widget class="QSplitter" name="splitter_4"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
</property> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
</widget> |
|
|
|
<widget class="QDeclarativeView" name="mainView"/> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
|
@ -150,6 +77,7 @@ |
|
|
|
<string>&Network</string> |
|
|
|
</property> |
|
|
|
<addaction name="upnp"/> |
|
|
|
<addaction name="net"/> |
|
|
|
<addaction name="connect"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Tools"> |
|
|
@ -592,6 +520,118 @@ |
|
|
|
<bool>false</bool> |
|
|
|
</attribute> |
|
|
|
</widget> |
|
|
|
<widget class="QDockWidget" name="dockWidget_6"> |
|
|
|
<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="margin"> |
|
|
|
<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="QHBoxLayout" name="horizontalLayout_8"> |
|
|
|
<property name="margin"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<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> |
|
|
|
<action name="quit"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Quit</string> |
|
|
@ -649,6 +689,13 @@ |
|
|
|
</action> |
|
|
|
</widget> |
|
|
|
<layoutdefault spacing="6" margin="11"/> |
|
|
|
<customwidgets> |
|
|
|
<customwidget> |
|
|
|
<class>QDeclarativeView</class> |
|
|
|
<extends>QGraphicsView</extends> |
|
|
|
<header>QtDeclarative/QDeclarativeView</header> |
|
|
|
</customwidget> |
|
|
|
</customwidgets> |
|
|
|
<tabstops> |
|
|
|
<tabstop>destination</tabstop> |
|
|
|
<tabstop>calculatedName</tabstop> |
|
|
@ -665,10 +712,6 @@ |
|
|
|
<tabstop>accounts</tabstop> |
|
|
|
<tabstop>peers</tabstop> |
|
|
|
<tabstop>log</tabstop> |
|
|
|
<tabstop>blocks</tabstop> |
|
|
|
<tabstop>info</tabstop> |
|
|
|
<tabstop>contractInfo</tabstop> |
|
|
|
<tabstop>contracts</tabstop> |
|
|
|
<tabstop>ourAccounts</tabstop> |
|
|
|
</tabstops> |
|
|
|
<resources/> |
|
|
|