LCOV - code coverage report
Current view: top level - src/qt/forms - ui_signverifymessagedialog.h (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 182 0.0 %
Date: 2015-10-12 22:39:14 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /********************************************************************************
       2             : ** Form generated from reading UI file 'signverifymessagedialog.ui'
       3             : **
       4             : ** Created by: Qt User Interface Compiler version 4.8.6
       5             : **
       6             : ** WARNING! All changes made in this file will be lost when recompiling UI file!
       7             : ********************************************************************************/
       8             : 
       9             : #ifndef UI_SIGNVERIFYMESSAGEDIALOG_H
      10             : #define UI_SIGNVERIFYMESSAGEDIALOG_H
      11             : 
      12             : #include <QtCore/QVariant>
      13             : #include <QtGui/QAction>
      14             : #include <QtGui/QApplication>
      15             : #include <QtGui/QButtonGroup>
      16             : #include <QtGui/QDialog>
      17             : #include <QtGui/QHBoxLayout>
      18             : #include <QtGui/QHeaderView>
      19             : #include <QtGui/QLabel>
      20             : #include <QtGui/QLineEdit>
      21             : #include <QtGui/QPlainTextEdit>
      22             : #include <QtGui/QPushButton>
      23             : #include <QtGui/QSpacerItem>
      24             : #include <QtGui/QTabWidget>
      25             : #include <QtGui/QVBoxLayout>
      26             : #include <QtGui/QWidget>
      27             : #include "qvalidatedlineedit.h"
      28             : 
      29             : QT_BEGIN_NAMESPACE
      30             : 
      31             : class Ui_SignVerifyMessageDialog
      32             : {
      33             : public:
      34             :     QVBoxLayout *verticalLayout;
      35             :     QTabWidget *tabWidget;
      36             :     QWidget *tabSignMessage;
      37             :     QVBoxLayout *verticalLayout_SM;
      38             :     QLabel *infoLabel_SM;
      39             :     QHBoxLayout *horizontalLayout_1_SM;
      40             :     QValidatedLineEdit *addressIn_SM;
      41             :     QPushButton *addressBookButton_SM;
      42             :     QPushButton *pasteButton_SM;
      43             :     QPlainTextEdit *messageIn_SM;
      44             :     QLabel *signatureLabel_SM;
      45             :     QHBoxLayout *horizontalLayout_2_SM;
      46             :     QLineEdit *signatureOut_SM;
      47             :     QPushButton *copySignatureButton_SM;
      48             :     QHBoxLayout *horizontalLayout_3_SM;
      49             :     QPushButton *signMessageButton_SM;
      50             :     QPushButton *clearButton_SM;
      51             :     QSpacerItem *horizontalSpacer_1_SM;
      52             :     QLabel *statusLabel_SM;
      53             :     QSpacerItem *horizontalSpacer_2_SM;
      54             :     QWidget *tabVerifyMessage;
      55             :     QVBoxLayout *verticalLayout_VM;
      56             :     QLabel *infoLabel_VM;
      57             :     QHBoxLayout *horizontalLayout_1_VM;
      58             :     QValidatedLineEdit *addressIn_VM;
      59             :     QPushButton *addressBookButton_VM;
      60             :     QPlainTextEdit *messageIn_VM;
      61             :     QValidatedLineEdit *signatureIn_VM;
      62             :     QHBoxLayout *horizontalLayout_2_VM;
      63             :     QPushButton *verifyMessageButton_VM;
      64             :     QPushButton *clearButton_VM;
      65             :     QSpacerItem *horizontalSpacer_1_VM;
      66             :     QLabel *statusLabel_VM;
      67             :     QSpacerItem *horizontalSpacer_2_VM;
      68             : 
      69           0 :     void setupUi(QDialog *SignVerifyMessageDialog)
      70             :     {
      71           0 :         if (SignVerifyMessageDialog->objectName().isEmpty())
      72           0 :             SignVerifyMessageDialog->setObjectName(QString::fromUtf8("SignVerifyMessageDialog"));
      73           0 :         SignVerifyMessageDialog->resize(700, 380);
      74           0 :         SignVerifyMessageDialog->setModal(true);
      75           0 :         verticalLayout = new QVBoxLayout(SignVerifyMessageDialog);
      76           0 :         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
      77           0 :         tabWidget = new QTabWidget(SignVerifyMessageDialog);
      78           0 :         tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
      79           0 :         tabSignMessage = new QWidget();
      80           0 :         tabSignMessage->setObjectName(QString::fromUtf8("tabSignMessage"));
      81           0 :         verticalLayout_SM = new QVBoxLayout(tabSignMessage);
      82           0 :         verticalLayout_SM->setObjectName(QString::fromUtf8("verticalLayout_SM"));
      83           0 :         infoLabel_SM = new QLabel(tabSignMessage);
      84           0 :         infoLabel_SM->setObjectName(QString::fromUtf8("infoLabel_SM"));
      85           0 :         infoLabel_SM->setTextFormat(Qt::PlainText);
      86           0 :         infoLabel_SM->setWordWrap(true);
      87             : 
      88           0 :         verticalLayout_SM->addWidget(infoLabel_SM);
      89             : 
      90           0 :         horizontalLayout_1_SM = new QHBoxLayout();
      91           0 :         horizontalLayout_1_SM->setSpacing(0);
      92           0 :         horizontalLayout_1_SM->setObjectName(QString::fromUtf8("horizontalLayout_1_SM"));
      93           0 :         addressIn_SM = new QValidatedLineEdit(tabSignMessage);
      94           0 :         addressIn_SM->setObjectName(QString::fromUtf8("addressIn_SM"));
      95             : 
      96           0 :         horizontalLayout_1_SM->addWidget(addressIn_SM);
      97             : 
      98           0 :         addressBookButton_SM = new QPushButton(tabSignMessage);
      99           0 :         addressBookButton_SM->setObjectName(QString::fromUtf8("addressBookButton_SM"));
     100           0 :         QIcon icon;
     101           0 :         icon.addFile(QString::fromUtf8(":/icons/address-book"), QSize(), QIcon::Normal, QIcon::Off);
     102           0 :         addressBookButton_SM->setIcon(icon);
     103           0 :         addressBookButton_SM->setAutoDefault(false);
     104             : 
     105           0 :         horizontalLayout_1_SM->addWidget(addressBookButton_SM);
     106             : 
     107           0 :         pasteButton_SM = new QPushButton(tabSignMessage);
     108           0 :         pasteButton_SM->setObjectName(QString::fromUtf8("pasteButton_SM"));
     109           0 :         QIcon icon1;
     110           0 :         icon1.addFile(QString::fromUtf8(":/icons/editpaste"), QSize(), QIcon::Normal, QIcon::Off);
     111           0 :         pasteButton_SM->setIcon(icon1);
     112           0 :         pasteButton_SM->setAutoDefault(false);
     113             : 
     114           0 :         horizontalLayout_1_SM->addWidget(pasteButton_SM);
     115             : 
     116             : 
     117           0 :         verticalLayout_SM->addLayout(horizontalLayout_1_SM);
     118             : 
     119           0 :         messageIn_SM = new QPlainTextEdit(tabSignMessage);
     120           0 :         messageIn_SM->setObjectName(QString::fromUtf8("messageIn_SM"));
     121             : 
     122           0 :         verticalLayout_SM->addWidget(messageIn_SM);
     123             : 
     124           0 :         signatureLabel_SM = new QLabel(tabSignMessage);
     125           0 :         signatureLabel_SM->setObjectName(QString::fromUtf8("signatureLabel_SM"));
     126           0 :         signatureLabel_SM->setTextFormat(Qt::PlainText);
     127             : 
     128           0 :         verticalLayout_SM->addWidget(signatureLabel_SM);
     129             : 
     130           0 :         horizontalLayout_2_SM = new QHBoxLayout();
     131           0 :         horizontalLayout_2_SM->setSpacing(0);
     132           0 :         horizontalLayout_2_SM->setObjectName(QString::fromUtf8("horizontalLayout_2_SM"));
     133           0 :         signatureOut_SM = new QLineEdit(tabSignMessage);
     134           0 :         signatureOut_SM->setObjectName(QString::fromUtf8("signatureOut_SM"));
     135           0 :         QFont font;
     136             :         font.setItalic(true);
     137           0 :         signatureOut_SM->setFont(font);
     138           0 :         signatureOut_SM->setReadOnly(true);
     139             : 
     140           0 :         horizontalLayout_2_SM->addWidget(signatureOut_SM);
     141             : 
     142           0 :         copySignatureButton_SM = new QPushButton(tabSignMessage);
     143           0 :         copySignatureButton_SM->setObjectName(QString::fromUtf8("copySignatureButton_SM"));
     144           0 :         QIcon icon2;
     145           0 :         icon2.addFile(QString::fromUtf8(":/icons/editcopy"), QSize(), QIcon::Normal, QIcon::Off);
     146           0 :         copySignatureButton_SM->setIcon(icon2);
     147           0 :         copySignatureButton_SM->setAutoDefault(false);
     148             : 
     149           0 :         horizontalLayout_2_SM->addWidget(copySignatureButton_SM);
     150             : 
     151             : 
     152           0 :         verticalLayout_SM->addLayout(horizontalLayout_2_SM);
     153             : 
     154           0 :         horizontalLayout_3_SM = new QHBoxLayout();
     155           0 :         horizontalLayout_3_SM->setObjectName(QString::fromUtf8("horizontalLayout_3_SM"));
     156           0 :         signMessageButton_SM = new QPushButton(tabSignMessage);
     157           0 :         signMessageButton_SM->setObjectName(QString::fromUtf8("signMessageButton_SM"));
     158           0 :         QIcon icon3;
     159           0 :         icon3.addFile(QString::fromUtf8(":/icons/edit"), QSize(), QIcon::Normal, QIcon::Off);
     160           0 :         signMessageButton_SM->setIcon(icon3);
     161           0 :         signMessageButton_SM->setAutoDefault(false);
     162             : 
     163           0 :         horizontalLayout_3_SM->addWidget(signMessageButton_SM);
     164             : 
     165           0 :         clearButton_SM = new QPushButton(tabSignMessage);
     166           0 :         clearButton_SM->setObjectName(QString::fromUtf8("clearButton_SM"));
     167           0 :         QIcon icon4;
     168           0 :         icon4.addFile(QString::fromUtf8(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
     169           0 :         clearButton_SM->setIcon(icon4);
     170           0 :         clearButton_SM->setAutoDefault(false);
     171             : 
     172           0 :         horizontalLayout_3_SM->addWidget(clearButton_SM);
     173             : 
     174           0 :         horizontalSpacer_1_SM = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
     175             : 
     176           0 :         horizontalLayout_3_SM->addItem(horizontalSpacer_1_SM);
     177             : 
     178           0 :         statusLabel_SM = new QLabel(tabSignMessage);
     179           0 :         statusLabel_SM->setObjectName(QString::fromUtf8("statusLabel_SM"));
     180           0 :         QFont font1;
     181             :         font1.setBold(true);
     182           0 :         font1.setWeight(75);
     183           0 :         statusLabel_SM->setFont(font1);
     184           0 :         statusLabel_SM->setWordWrap(true);
     185             : 
     186           0 :         horizontalLayout_3_SM->addWidget(statusLabel_SM);
     187             : 
     188           0 :         horizontalSpacer_2_SM = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
     189             : 
     190           0 :         horizontalLayout_3_SM->addItem(horizontalSpacer_2_SM);
     191             : 
     192             : 
     193           0 :         verticalLayout_SM->addLayout(horizontalLayout_3_SM);
     194             : 
     195           0 :         tabWidget->addTab(tabSignMessage, QString());
     196           0 :         tabVerifyMessage = new QWidget();
     197           0 :         tabVerifyMessage->setObjectName(QString::fromUtf8("tabVerifyMessage"));
     198           0 :         verticalLayout_VM = new QVBoxLayout(tabVerifyMessage);
     199           0 :         verticalLayout_VM->setObjectName(QString::fromUtf8("verticalLayout_VM"));
     200           0 :         infoLabel_VM = new QLabel(tabVerifyMessage);
     201           0 :         infoLabel_VM->setObjectName(QString::fromUtf8("infoLabel_VM"));
     202           0 :         infoLabel_VM->setTextFormat(Qt::PlainText);
     203           0 :         infoLabel_VM->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
     204           0 :         infoLabel_VM->setWordWrap(true);
     205             : 
     206           0 :         verticalLayout_VM->addWidget(infoLabel_VM);
     207             : 
     208           0 :         horizontalLayout_1_VM = new QHBoxLayout();
     209           0 :         horizontalLayout_1_VM->setSpacing(0);
     210           0 :         horizontalLayout_1_VM->setObjectName(QString::fromUtf8("horizontalLayout_1_VM"));
     211           0 :         addressIn_VM = new QValidatedLineEdit(tabVerifyMessage);
     212           0 :         addressIn_VM->setObjectName(QString::fromUtf8("addressIn_VM"));
     213             : 
     214           0 :         horizontalLayout_1_VM->addWidget(addressIn_VM);
     215             : 
     216           0 :         addressBookButton_VM = new QPushButton(tabVerifyMessage);
     217           0 :         addressBookButton_VM->setObjectName(QString::fromUtf8("addressBookButton_VM"));
     218           0 :         addressBookButton_VM->setIcon(icon);
     219           0 :         addressBookButton_VM->setAutoDefault(false);
     220             : 
     221           0 :         horizontalLayout_1_VM->addWidget(addressBookButton_VM);
     222             : 
     223             : 
     224           0 :         verticalLayout_VM->addLayout(horizontalLayout_1_VM);
     225             : 
     226           0 :         messageIn_VM = new QPlainTextEdit(tabVerifyMessage);
     227           0 :         messageIn_VM->setObjectName(QString::fromUtf8("messageIn_VM"));
     228             : 
     229           0 :         verticalLayout_VM->addWidget(messageIn_VM);
     230             : 
     231           0 :         signatureIn_VM = new QValidatedLineEdit(tabVerifyMessage);
     232           0 :         signatureIn_VM->setObjectName(QString::fromUtf8("signatureIn_VM"));
     233             : 
     234           0 :         verticalLayout_VM->addWidget(signatureIn_VM);
     235             : 
     236           0 :         horizontalLayout_2_VM = new QHBoxLayout();
     237           0 :         horizontalLayout_2_VM->setObjectName(QString::fromUtf8("horizontalLayout_2_VM"));
     238           0 :         verifyMessageButton_VM = new QPushButton(tabVerifyMessage);
     239           0 :         verifyMessageButton_VM->setObjectName(QString::fromUtf8("verifyMessageButton_VM"));
     240           0 :         QIcon icon5;
     241           0 :         icon5.addFile(QString::fromUtf8(":/icons/transaction_0"), QSize(), QIcon::Normal, QIcon::Off);
     242           0 :         verifyMessageButton_VM->setIcon(icon5);
     243           0 :         verifyMessageButton_VM->setAutoDefault(false);
     244             : 
     245           0 :         horizontalLayout_2_VM->addWidget(verifyMessageButton_VM);
     246             : 
     247           0 :         clearButton_VM = new QPushButton(tabVerifyMessage);
     248           0 :         clearButton_VM->setObjectName(QString::fromUtf8("clearButton_VM"));
     249           0 :         clearButton_VM->setIcon(icon4);
     250           0 :         clearButton_VM->setAutoDefault(false);
     251             : 
     252           0 :         horizontalLayout_2_VM->addWidget(clearButton_VM);
     253             : 
     254           0 :         horizontalSpacer_1_VM = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
     255             : 
     256           0 :         horizontalLayout_2_VM->addItem(horizontalSpacer_1_VM);
     257             : 
     258           0 :         statusLabel_VM = new QLabel(tabVerifyMessage);
     259           0 :         statusLabel_VM->setObjectName(QString::fromUtf8("statusLabel_VM"));
     260           0 :         statusLabel_VM->setFont(font1);
     261           0 :         statusLabel_VM->setWordWrap(true);
     262             : 
     263           0 :         horizontalLayout_2_VM->addWidget(statusLabel_VM);
     264             : 
     265           0 :         horizontalSpacer_2_VM = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
     266             : 
     267           0 :         horizontalLayout_2_VM->addItem(horizontalSpacer_2_VM);
     268             : 
     269             : 
     270           0 :         verticalLayout_VM->addLayout(horizontalLayout_2_VM);
     271             : 
     272           0 :         tabWidget->addTab(tabVerifyMessage, QString());
     273             : 
     274           0 :         verticalLayout->addWidget(tabWidget);
     275             : 
     276             : 
     277           0 :         retranslateUi(SignVerifyMessageDialog);
     278             : 
     279           0 :         tabWidget->setCurrentIndex(0);
     280             : 
     281             : 
     282           0 :         QMetaObject::connectSlotsByName(SignVerifyMessageDialog);
     283           0 :     } // setupUi
     284             : 
     285           0 :     void retranslateUi(QDialog *SignVerifyMessageDialog)
     286             :     {
     287           0 :         SignVerifyMessageDialog->setWindowTitle(QApplication::translate("SignVerifyMessageDialog", "Signatures - Sign / Verify a Message", 0, QApplication::UnicodeUTF8));
     288           0 :         infoLabel_SM->setText(QApplication::translate("SignVerifyMessageDialog", "You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.", 0, QApplication::UnicodeUTF8));
     289             : #ifndef QT_NO_TOOLTIP
     290           0 :         addressIn_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "The Bitcoin address to sign the message with", 0, QApplication::UnicodeUTF8));
     291             : #endif // QT_NO_TOOLTIP
     292             : #ifndef QT_NO_TOOLTIP
     293           0 :         addressBookButton_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Choose previously used address", 0, QApplication::UnicodeUTF8));
     294             : #endif // QT_NO_TOOLTIP
     295           0 :         addressBookButton_SM->setText(QString());
     296           0 :         addressBookButton_SM->setShortcut(QApplication::translate("SignVerifyMessageDialog", "Alt+A", 0, QApplication::UnicodeUTF8));
     297             : #ifndef QT_NO_TOOLTIP
     298           0 :         pasteButton_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Paste address from clipboard", 0, QApplication::UnicodeUTF8));
     299             : #endif // QT_NO_TOOLTIP
     300           0 :         pasteButton_SM->setText(QString());
     301           0 :         pasteButton_SM->setShortcut(QApplication::translate("SignVerifyMessageDialog", "Alt+P", 0, QApplication::UnicodeUTF8));
     302             : #ifndef QT_NO_TOOLTIP
     303           0 :         messageIn_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Enter the message you want to sign here", 0, QApplication::UnicodeUTF8));
     304             : #endif // QT_NO_TOOLTIP
     305           0 :         signatureLabel_SM->setText(QApplication::translate("SignVerifyMessageDialog", "Signature", 0, QApplication::UnicodeUTF8));
     306             : #ifndef QT_NO_TOOLTIP
     307           0 :         copySignatureButton_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Copy the current signature to the system clipboard", 0, QApplication::UnicodeUTF8));
     308             : #endif // QT_NO_TOOLTIP
     309           0 :         copySignatureButton_SM->setText(QString());
     310             : #ifndef QT_NO_TOOLTIP
     311           0 :         signMessageButton_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Sign the message to prove you own this Bitcoin address", 0, QApplication::UnicodeUTF8));
     312             : #endif // QT_NO_TOOLTIP
     313           0 :         signMessageButton_SM->setText(QApplication::translate("SignVerifyMessageDialog", "Sign &Message", 0, QApplication::UnicodeUTF8));
     314             : #ifndef QT_NO_TOOLTIP
     315           0 :         clearButton_SM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Reset all sign message fields", 0, QApplication::UnicodeUTF8));
     316             : #endif // QT_NO_TOOLTIP
     317           0 :         clearButton_SM->setText(QApplication::translate("SignVerifyMessageDialog", "Clear &All", 0, QApplication::UnicodeUTF8));
     318           0 :         statusLabel_SM->setText(QString());
     319           0 :         tabWidget->setTabText(tabWidget->indexOf(tabSignMessage), QApplication::translate("SignVerifyMessageDialog", "&Sign Message", 0, QApplication::UnicodeUTF8));
     320           0 :         infoLabel_VM->setText(QApplication::translate("SignVerifyMessageDialog", "Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!", 0, QApplication::UnicodeUTF8));
     321             : #ifndef QT_NO_TOOLTIP
     322           0 :         addressIn_VM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "The Bitcoin address the message was signed with", 0, QApplication::UnicodeUTF8));
     323             : #endif // QT_NO_TOOLTIP
     324             : #ifndef QT_NO_TOOLTIP
     325           0 :         addressBookButton_VM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Choose previously used address", 0, QApplication::UnicodeUTF8));
     326             : #endif // QT_NO_TOOLTIP
     327           0 :         addressBookButton_VM->setText(QString());
     328           0 :         addressBookButton_VM->setShortcut(QApplication::translate("SignVerifyMessageDialog", "Alt+A", 0, QApplication::UnicodeUTF8));
     329             : #ifndef QT_NO_TOOLTIP
     330           0 :         verifyMessageButton_VM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Verify the message to ensure it was signed with the specified Bitcoin address", 0, QApplication::UnicodeUTF8));
     331             : #endif // QT_NO_TOOLTIP
     332           0 :         verifyMessageButton_VM->setText(QApplication::translate("SignVerifyMessageDialog", "Verify &Message", 0, QApplication::UnicodeUTF8));
     333             : #ifndef QT_NO_TOOLTIP
     334           0 :         clearButton_VM->setToolTip(QApplication::translate("SignVerifyMessageDialog", "Reset all verify message fields", 0, QApplication::UnicodeUTF8));
     335             : #endif // QT_NO_TOOLTIP
     336           0 :         clearButton_VM->setText(QApplication::translate("SignVerifyMessageDialog", "Clear &All", 0, QApplication::UnicodeUTF8));
     337           0 :         statusLabel_VM->setText(QString());
     338           0 :         tabWidget->setTabText(tabWidget->indexOf(tabVerifyMessage), QApplication::translate("SignVerifyMessageDialog", "&Verify Message", 0, QApplication::UnicodeUTF8));
     339           0 :     } // retranslateUi
     340             : 
     341             : };
     342             : 
     343             : namespace Ui {
     344             :     class SignVerifyMessageDialog: public Ui_SignVerifyMessageDialog {};
     345             : } // namespace Ui
     346             : 
     347             : QT_END_NAMESPACE
     348             : 
     349             : #endif // UI_SIGNVERIFYMESSAGEDIALOG_H

Generated by: LCOV version 1.11