|
|
@ -14,6 +14,13 @@ |
|
|
|
<string>Transact</string> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
<item row="10" column="2"> |
|
|
|
<widget class="QPushButton" name="debug"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Debug</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="4" column="1"> |
|
|
|
<widget class="QSpinBox" name="gas"> |
|
|
|
<property name="suffix"> |
|
|
@ -30,71 +37,149 @@ |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="8" column="0"> |
|
|
|
<widget class="QPushButton" name="cancel"> |
|
|
|
<item row="3" column="3"> |
|
|
|
<widget class="QComboBox" name="valueUnits"/> |
|
|
|
</item> |
|
|
|
<item row="4" column="3"> |
|
|
|
<widget class="QComboBox" name="gasPriceUnits"/> |
|
|
|
</item> |
|
|
|
<item row="2" column="1" colspan="3"> |
|
|
|
<widget class="QLineEdit" name="calculatedName"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="placeholderText"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="7" column="1"> |
|
|
|
<widget class="QCheckBox" name="optimize"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Cancel</string> |
|
|
|
<string>&Optimise</string> |
|
|
|
</property> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Esc</string> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="8" column="2"> |
|
|
|
<widget class="QPushButton" name="debug"> |
|
|
|
<item row="10" column="3"> |
|
|
|
<widget class="QPushButton" name="send"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Debug</string> |
|
|
|
<string>&Execute</string> |
|
|
|
</property> |
|
|
|
<property name="default"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QLabel" name="label5"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
<item row="7" column="3"> |
|
|
|
<widget class="QSpinBox" name="nonce"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="8" column="0" colspan="4"> |
|
|
|
<widget class="QSplitter" name="splitter_5"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
</property> |
|
|
|
<widget class="QPlainTextEdit" name="data"> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QTextEdit" name="code"> |
|
|
|
<property name="focusPolicy"> |
|
|
|
<enum>Qt::ClickFocus</enum> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="1" colspan="2"> |
|
|
|
<widget class="QSpinBox" name="value"> |
|
|
|
<property name="suffix"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>430000000</number> |
|
|
|
</property> |
|
|
|
<property name="value"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="10" column="1"> |
|
|
|
<widget class="QPushButton" name="copyUnsigned"> |
|
|
|
<property name="text"> |
|
|
|
<string>&To</string> |
|
|
|
<string>Copy &Unsigned</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="0" column="1" colspan="3"> |
|
|
|
<widget class="QComboBox" name="from"/> |
|
|
|
</item> |
|
|
|
<item row="4" column="0"> |
|
|
|
<widget class="QLabel" name="label_6"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Gas</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
<cstring>gas</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="4" column="3"> |
|
|
|
<widget class="QComboBox" name="gasPriceUnits"/> |
|
|
|
</item> |
|
|
|
<item row="7" column="0" colspan="4"> |
|
|
|
<widget class="QLabel" name="total"> |
|
|
|
<item row="1" column="0"> |
|
|
|
<widget class="QLabel" name="label5"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
<string>&To</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>destination</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="0"> |
|
|
|
<widget class="QLabel" name="label5_2"> |
|
|
|
<item row="10" column="0"> |
|
|
|
<widget class="QPushButton" name="cancel"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Amount</string> |
|
|
|
<string>&Cancel</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>value</cstring> |
|
|
|
<property name="shortcut"> |
|
|
|
<string>Esc</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="8" column="3"> |
|
|
|
<widget class="QPushButton" name="send"> |
|
|
|
<item row="7" column="2"> |
|
|
|
<widget class="QCheckBox" name="autoNonce"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Execute</string> |
|
|
|
<string>Auto Nonce</string> |
|
|
|
</property> |
|
|
|
<property name="default"> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="autoRepeat"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
@ -111,20 +196,30 @@ |
|
|
|
</item> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="4" column="2"> |
|
|
|
<widget class="QSpinBox" name="gasPrice"> |
|
|
|
<property name="prefix"> |
|
|
|
<string>@ </string> |
|
|
|
<item row="9" column="0" colspan="4"> |
|
|
|
<widget class="QLabel" name="total"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<property name="minimum"> |
|
|
|
<number>0</number> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>430000000</number> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="0"> |
|
|
|
<widget class="QLabel" name="label5_2"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Amount</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>value</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="5" column="0"> |
|
|
|
<item row="7" column="0"> |
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> |
|
|
@ -143,74 +238,6 @@ |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="3" column="3"> |
|
|
|
<widget class="QComboBox" name="valueUnits"/> |
|
|
|
</item> |
|
|
|
<item row="3" column="1" colspan="2"> |
|
|
|
<widget class="QSpinBox" name="value"> |
|
|
|
<property name="suffix"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>430000000</number> |
|
|
|
</property> |
|
|
|
<property name="value"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="2" column="1" colspan="3"> |
|
|
|
<widget class="QLineEdit" name="calculatedName"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="placeholderText"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="6" column="0" colspan="4"> |
|
|
|
<widget class="QSplitter" name="splitter_5"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
</property> |
|
|
|
<widget class="QPlainTextEdit" name="data"> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QTextEdit" name="code"> |
|
|
|
<property name="focusPolicy"> |
|
|
|
<enum>Qt::ClickFocus</enum> |
|
|
|
</property> |
|
|
|
<property name="frameShape"> |
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
</property> |
|
|
|
<property name="lineWidth"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="4" column="0"> |
|
|
|
<widget class="QLabel" name="label_6"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Gas</string> |
|
|
|
</property> |
|
|
|
<property name="buddy"> |
|
|
|
<cstring>gas</cstring> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="0" column="0"> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<property name="text"> |
|
|
@ -221,43 +248,49 @@ |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="0" column="1" colspan="3"> |
|
|
|
<widget class="QComboBox" name="from"/> |
|
|
|
</item> |
|
|
|
<item row="5" column="1"> |
|
|
|
<widget class="QCheckBox" name="optimize"> |
|
|
|
<property name="text"> |
|
|
|
<string>&Optimise</string> |
|
|
|
<item row="4" column="2"> |
|
|
|
<widget class="QSpinBox" name="gasPrice"> |
|
|
|
<property name="prefix"> |
|
|
|
<string>@ </string> |
|
|
|
</property> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
<property name="minimum"> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<property name="maximum"> |
|
|
|
<number>430000000</number> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="5" column="3"> |
|
|
|
<widget class="QSpinBox" name="nonce"> |
|
|
|
<property name="enabled"> |
|
|
|
<bool>false</bool> |
|
|
|
<item row="6" column="1"> |
|
|
|
<widget class="QSpinBox" name="minGas"> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="suffix"> |
|
|
|
<string> gas</string> |
|
|
|
</property> |
|
|
|
<property name="prefix"> |
|
|
|
<string>min </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="5" column="2"> |
|
|
|
<widget class="QCheckBox" name="autoNonce"> |
|
|
|
<property name="text"> |
|
|
|
<string>Auto Nonce</string> |
|
|
|
<item row="6" column="3"> |
|
|
|
<widget class="QProgressBar" name="progressGas"> |
|
|
|
<property name="value"> |
|
|
|
<number>24</number> |
|
|
|
</property> |
|
|
|
<property name="checked"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<property name="autoRepeat"> |
|
|
|
<bool>false</bool> |
|
|
|
<property name="format"> |
|
|
|
<string>Calculating gas...</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item row="8" column="1"> |
|
|
|
<widget class="QPushButton" name="copyUnsigned"> |
|
|
|
<property name="text"> |
|
|
|
<string>Copy &Unsigned</string> |
|
|
|
<item row="6" column="2"> |
|
|
|
<widget class="QSpinBox" name="maxGas"> |
|
|
|
<property name="suffix"> |
|
|
|
<string> gas</string> |
|
|
|
</property> |
|
|
|
<property name="prefix"> |
|
|
|
<string>max </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|