diff --git a/res/ui/transferDialog.ui b/res/ui/transferDialog.ui new file mode 100644 index 0000000000000000000000000000000000000000..1993bc8c4c1553e7850832077eaf76b71e23e7c4 --- /dev/null +++ b/res/ui/transferDialog.ui @@ -0,0 +1,219 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Dialog</class> + <widget class="QDialog" name="Dialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>489</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Transfer money to</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QRadioButton" name="radio_keyFingerprint"> + <property name="text"> + <string>Recipient fingerprint</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="edit_keyFingerprint"> + <property name="placeholderText"> + <string>Key fingerprint</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QRadioButton" name="radio_contact"> + <property name="text"> + <string>Contact</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="comboBox_contact"/> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Transfer using node</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QRadioButton" name="radio_nodeAddress"> + <property name="text"> + <string>Node address</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="edit_nodeAddress"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QRadioButton" name="radio_trustedNode"> + <property name="text"> + <string>Trusted node</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="comboBox_trustedNode"/> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Coins</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <property name="topMargin"> + <number>5</number> + </property> + <item> + <widget class="QListView" name="listView_wallet"/> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <property name="rightMargin"> + <number>0</number> + </property> + <item> + <widget class="QPushButton" name="button_manageCoins"> + <property name="text"> + <string>Manage wallet coins</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="button_add"> + <property name="text"> + <string>>></string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="button_remove"> + <property name="text"> + <string><<</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QListView" name="listView_coinsSent"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <property name="topMargin"> + <number>5</number> + </property> + <item> + <spacer name="horizontalSpacer"> + <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_total"> + <property name="text"> + <string>Total money transfered : 0 </string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>Dialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>Dialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>