Changeset View
Changeset View
Standalone View
Standalone View
src/qt/forms/sendcoinsdialog.ui
| Show First 20 Lines • Show All 834 Lines • ▼ Show 20 Lines | <layout class="QVBoxLayout" name="verticalLayoutFee1"> | ||||
| <bool>true</bool> | <bool>true</bool> | ||||
| </property> | </property> | ||||
| <attribute name="buttonGroup"> | <attribute name="buttonGroup"> | ||||
| <string notr="true">groupCustomFee</string> | <string notr="true">groupCustomFee</string> | ||||
| </attribute> | </attribute> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <widget class="QRadioButton" name="radioCustomAtLeast"> | |||||
| <property name="toolTip"> | |||||
| <string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string> | |||||
| </property> | |||||
| <property name="text"> | |||||
| <string>total at least</string> | |||||
| </property> | |||||
| <attribute name="buttonGroup"> | |||||
| <string notr="true">groupCustomFee</string> | |||||
| </attribute> | |||||
| </widget> | |||||
| </item> | |||||
| <item> | |||||
| <widget class="BitcoinAmountField" name="customFee"/> | <widget class="BitcoinAmountField" name="customFee"/> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <spacer name="horizontalSpacer_6"> | <spacer name="horizontalSpacer_6"> | ||||
| <property name="orientation"> | <property name="orientation"> | ||||
| <enum>Qt::Horizontal</enum> | <enum>Qt::Horizontal</enum> | ||||
| </property> | </property> | ||||
| <property name="sizeHint" stdset="0"> | <property name="sizeHint" stdset="0"> | ||||
| ▲ Show 20 Lines • Show All 408 Lines • Show Last 20 Lines | |||||