danicoinwallet/src/gui/ui/receiveframe.ui
cryptonotefoundation 04bc8b699f Initial commit
2015-04-29 20:15:01 +03:00

92 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ReceiveFrame</class>
<widget class="QFrame" name="ReceiveFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>846</width>
<height>592</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Address:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="m_addressEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="m_copyButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../resources.qrc">
<normaloff>:/icons/copy</normaloff>:/icons/copy</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>
<include location="../../resources.qrc"/>
</resources>
<connections>
<connection>
<sender>m_copyButton</sender>
<signal>clicked()</signal>
<receiver>ReceiveFrame</receiver>
<slot>copyAddress()</slot>
<hints>
<hint type="sourcelabel">
<x>818</x>
<y>26</y>
</hint>
<hint type="destinationlabel">
<x>422</x>
<y>295</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>copyAddress()</slot>
</slots>
</ui>