Cryptocurrency with GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

136 lines
3.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ShowI2PAddresses</class>
<widget class="QDialog" name="ShowI2PAddresses">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>450</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>450</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>If you want to use a permanent I2P-address you have to set a 'mydestination' option in the configuration file:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Ready to save parameter (If you want to use this address save this text in the configuration file and keep it secret):</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="privText">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>3</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Address (you can publish it):</string>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="pubText">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Short base32-address:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="b32Line">
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="privButton">
<property name="text">
<string>Copy &quot;mydestination&quot; parameter
to the clipboard</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pubButton">
<property name="text">
<string>Copy public address
to the clipboard</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="b32Button">
<property name="text">
<string>Copy b32-address
to the clipboard</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>privText</tabstop>
<tabstop>pubText</tabstop>
<tabstop>b32Line</tabstop>
<tabstop>privButton</tabstop>
<tabstop>pubButton</tabstop>
<tabstop>b32Button</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>