]> Git Repo - VerusCoin.git/blame - src/qt/forms/sendcoinsdialog.ui
fix #1843 by changing 2 GUI shortcuts
[VerusCoin.git] / src / qt / forms / sendcoinsdialog.ui
CommitLineData
df577886
WL
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SendCoinsDialog</class>
4 <widget class="QDialog" name="SendCoinsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
d8aeb8dd
WL
9 <width>686</width>
10 <height>217</height>
df577886
WL
11 </rect>
12 </property>
13 <property name="windowTitle">
3a7abc2c 14 <string>Send Coins</string>
df577886
WL
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
d8aeb8dd 17 <item>
1907b96d
WL
18 <widget class="QScrollArea" name="scrollArea">
19 <property name="widgetResizable">
20 <bool>true</bool>
d8aeb8dd 21 </property>
1907b96d
WL
22 <widget class="QWidget" name="scrollAreaWidgetContents">
23 <property name="geometry">
24 <rect>
25 <x>0</x>
26 <y>0</y>
27 <width>666</width>
609acbf4 28 <height>165</height>
1907b96d
WL
29 </rect>
30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout_2">
32 <property name="margin">
33 <number>0</number>
5e1feddc 34 </property>
1907b96d
WL
35 <item>
36 <layout class="QVBoxLayout" name="entries">
37 <property name="spacing">
38 <number>6</number>
39 </property>
40 </layout>
41 </item>
1907b96d
WL
42 <item>
43 <spacer name="verticalSpacer">
44 <property name="orientation">
45 <enum>Qt::Vertical</enum>
46 </property>
47 <property name="sizeHint" stdset="0">
48 <size>
49 <width>20</width>
50 <height>40</height>
51 </size>
52 </property>
53 </spacer>
54 </item>
55 </layout>
56 </widget>
57 </widget>
d8aeb8dd 58 </item>
68e327ae
WL
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout">
68e327ae
WL
61 <item>
62 <widget class="QPushButton" name="addButton">
591dcaf6
WL
63 <property name="toolTip">
64 <string>Send to multiple recipients at once</string>
65 </property>
68e327ae 66 <property name="text">
da9413d9 67 <string>Add &amp;Recipient</string>
68e327ae
WL
68 </property>
69 <property name="icon">
70 <iconset resource="../bitcoin.qrc">
71 <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
72 </property>
b5782531
PK
73 <property name="autoDefault">
74 <bool>false</bool>
75 </property>
68e327ae
WL
76 </widget>
77 </item>
609acbf4
JP
78 <item>
79 <widget class="QPushButton" name="clearButton">
80 <property name="sizePolicy">
81 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
82 <horstretch>0</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
29b72731
JP
86 <property name="toolTip">
87 <string>Remove all transaction fields</string>
88 </property>
609acbf4 89 <property name="text">
a24ea3da 90 <string>Clear &amp;All</string>
609acbf4
JP
91 </property>
92 <property name="icon">
93 <iconset resource="../bitcoin.qrc">
94 <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
95 </property>
96 <property name="autoRepeatDelay">
97 <number>300</number>
98 </property>
b5782531
PK
99 <property name="autoDefault">
100 <bool>false</bool>
101 </property>
609acbf4
JP
102 </widget>
103 </item>
b8afa21f
WL
104 <item>
105 <layout class="QHBoxLayout" name="horizontalLayout_2">
106 <property name="spacing">
107 <number>3</number>
108 </property>
109 <item>
110 <widget class="QLabel" name="label">
111 <property name="text">
112 <string>Balance:</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QLabel" name="labelBalance">
b5782531
PK
118 <property name="cursor">
119 <cursorShape>IBeamCursor</cursorShape>
120 </property>
b8afa21f
WL
121 <property name="text">
122 <string>123.456 BTC</string>
123 </property>
124 <property name="textInteractionFlags">
125 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
126 </property>
127 </widget>
128 </item>
129 </layout>
130 </item>
68e327ae
WL
131 <item>
132 <spacer name="horizontalSpacer">
133 <property name="orientation">
134 <enum>Qt::Horizontal</enum>
135 </property>
136 <property name="sizeHint" stdset="0">
137 <size>
138 <width>40</width>
139 <height>20</height>
140 </size>
141 </property>
142 </spacer>
143 </item>
144 <item>
145 <widget class="QPushButton" name="sendButton">
146 <property name="minimumSize">
147 <size>
148 <width>150</width>
149 <height>0</height>
150 </size>
151 </property>
152 <property name="toolTip">
153 <string>Confirm the send action</string>
154 </property>
155 <property name="text">
da9413d9 156 <string>S&amp;end</string>
68e327ae
WL
157 </property>
158 <property name="icon">
159 <iconset resource="../bitcoin.qrc">
160 <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
161 </property>
162 <property name="default">
163 <bool>true</bool>
164 </property>
165 </widget>
166 </item>
167 </layout>
168 </item>
df577886
WL
169 </layout>
170 </widget>
4d1bb15e 171 <resources>
1f2e0df8 172 <include location="../bitcoin.qrc"/>
4d1bb15e 173 </resources>
992ff49b 174 <connections/>
df577886 175</ui>
This page took 0.079982 seconds and 4 git commands to generate.