9 #ifndef UI_COINCONTROLDIALOG_H 10 #define UI_COINCONTROLDIALOG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QDialogButtonBox> 18 #include <QtWidgets/QFormLayout> 19 #include <QtWidgets/QFrame> 20 #include <QtWidgets/QHBoxLayout> 21 #include <QtWidgets/QHeaderView> 22 #include <QtWidgets/QLabel> 23 #include <QtWidgets/QPushButton> 24 #include <QtWidgets/QRadioButton> 25 #include <QtWidgets/QSpacerItem> 26 #include <QtWidgets/QVBoxLayout> 94 labelCoinControlQuantity->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
109 labelCoinControlBytes->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
132 labelCoinControlAmount->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
149 labelCoinControlLowOutput->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
172 labelCoinControlFee->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
195 labelCoinControlAfterFee->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
212 labelCoinControlChange->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
223 frame->setObjectName(QStringLiteral(
"frame"));
224 frame->setMinimumSize(QSize(0, 40));
225 frame->setFrameShape(QFrame::StyledPanel);
226 frame->setFrameShadow(QFrame::Sunken);
234 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
235 sizePolicy.setHorizontalStretch(0);
236 sizePolicy.setVerticalStretch(0);
244 radioTreeMode->setObjectName(QStringLiteral(
"radioTreeMode"));
245 sizePolicy.setHeightForWidth(
radioTreeMode->sizePolicy().hasHeightForWidth());
251 radioListMode->setObjectName(QStringLiteral(
"radioListMode"));
252 sizePolicy.setHeightForWidth(
radioListMode->sizePolicy().hasHeightForWidth());
259 labelLocked->setObjectName(QStringLiteral(
"labelLocked"));
260 labelLocked->setText(QStringLiteral(
"(1 locked)"));
264 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
275 treeWidget->headerItem()->setText(0, QString());
276 treeWidget->headerItem()->setText(6, QString());
277 treeWidget->headerItem()->setText(7, QString());
278 treeWidget->headerItem()->setText(8, QString());
279 treeWidget->headerItem()->setText(9, QString());
280 treeWidget->setObjectName(QStringLiteral(
"treeWidget"));
281 treeWidget->setContextMenuPolicy(Qt::CustomContextMenu);
284 treeWidget->header()->setProperty(
"showSortIndicator", QVariant(
true));
285 treeWidget->header()->setStretchLastSection(
false);
290 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
291 buttonBox->setOrientation(Qt::Horizontal);
292 buttonBox->setStandardButtons(QDialogButtonBox::Ok);
304 CoinControlDialog->setWindowTitle(QApplication::translate(
"CoinControlDialog",
"Coin Selection", Q_NULLPTR));
312 pushButtonSelectAll->setText(QApplication::translate(
"CoinControlDialog",
"(un)select all", Q_NULLPTR));
313 radioTreeMode->setText(QApplication::translate(
"CoinControlDialog",
"Tree mode", Q_NULLPTR));
314 radioListMode->setText(QApplication::translate(
"CoinControlDialog",
"List mode", Q_NULLPTR));
315 QTreeWidgetItem *___qtreewidgetitem =
treeWidget->headerItem();
316 ___qtreewidgetitem->setText(5, QApplication::translate(
"CoinControlDialog",
"Confirmations", Q_NULLPTR));
317 ___qtreewidgetitem->setText(4, QApplication::translate(
"CoinControlDialog",
"Date", Q_NULLPTR));
318 ___qtreewidgetitem->setText(3, QApplication::translate(
"CoinControlDialog",
"Received with address", Q_NULLPTR));
319 ___qtreewidgetitem->setText(2, QApplication::translate(
"CoinControlDialog",
"Received with label", Q_NULLPTR));
320 ___qtreewidgetitem->setText(1, QApplication::translate(
"CoinControlDialog",
"Amount", Q_NULLPTR));
321 #ifndef QT_NO_TOOLTIP 322 ___qtreewidgetitem->setToolTip(5, QApplication::translate(
"CoinControlDialog",
"Confirmed", Q_NULLPTR));
323 #endif // QT_NO_TOOLTIP 334 #endif // UI_COINCONTROLDIALOG_H QHBoxLayout * horizontalLayoutPanel
QFormLayout * formLayoutCoinControl1
QLabel * labelCoinControlFeeText
QRadioButton * radioTreeMode
QLabel * labelCoinControlBytesText
void setupUi(QDialog *CoinControlDialog)
QLabel * labelCoinControlQuantityText
QLabel * labelCoinControlAmountText
QLabel * labelCoinControlChange
QPushButton * pushButtonSelectAll
CoinControlTreeWidget * treeWidget
QFormLayout * formLayoutCoinControl4
QLabel * labelCoinControlQuantity
QLabel * labelCoinControlAfterFeeText
QHBoxLayout * horizontalLayout
QLabel * labelCoinControlLowOutput
QLabel * labelCoinControlAmount
QFormLayout * formLayoutCoinControl3
QVBoxLayout * verticalLayout
QSpacerItem * horizontalSpacer
void retranslateUi(QDialog *CoinControlDialog)
QRadioButton * radioListMode
QDialogButtonBox * buttonBox
QHBoxLayout * horizontalLayoutTop
QLabel * labelCoinControlFee
QLabel * labelCoinControlAfterFee
QLabel * labelCoinControlChangeText
QLabel * labelCoinControlBytes
QLabel * labelCoinControlLowOutputText
QFormLayout * formLayoutCoinControl2