LCOV - code coverage report
Current view: top level - src/qt/forms - ui_askpassphrasedialog.h (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 66 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 'askpassphrasedialog.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_ASKPASSPHRASEDIALOG_H
      10             : #define UI_ASKPASSPHRASEDIALOG_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/QDialogButtonBox>
      18             : #include <QtGui/QFormLayout>
      19             : #include <QtGui/QHeaderView>
      20             : #include <QtGui/QLabel>
      21             : #include <QtGui/QLineEdit>
      22             : #include <QtGui/QVBoxLayout>
      23             : 
      24             : QT_BEGIN_NAMESPACE
      25             : 
      26             : class Ui_AskPassphraseDialog
      27             : {
      28             : public:
      29             :     QVBoxLayout *verticalLayout;
      30             :     QLabel *warningLabel;
      31             :     QFormLayout *formLayout;
      32             :     QLabel *passLabel1;
      33             :     QLineEdit *passEdit1;
      34             :     QLabel *passLabel2;
      35             :     QLineEdit *passEdit2;
      36             :     QLabel *passLabel3;
      37             :     QLineEdit *passEdit3;
      38             :     QLabel *capsLabel;
      39             :     QDialogButtonBox *buttonBox;
      40             : 
      41           0 :     void setupUi(QDialog *AskPassphraseDialog)
      42             :     {
      43           0 :         if (AskPassphraseDialog->objectName().isEmpty())
      44           0 :             AskPassphraseDialog->setObjectName(QString::fromUtf8("AskPassphraseDialog"));
      45           0 :         AskPassphraseDialog->resize(598, 222);
      46             :         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
      47             :         sizePolicy.setHorizontalStretch(0);
      48             :         sizePolicy.setVerticalStretch(0);
      49           0 :         sizePolicy.setHeightForWidth(AskPassphraseDialog->sizePolicy().hasHeightForWidth());
      50           0 :         AskPassphraseDialog->setSizePolicy(sizePolicy);
      51           0 :         AskPassphraseDialog->setMinimumSize(QSize(550, 0));
      52           0 :         verticalLayout = new QVBoxLayout(AskPassphraseDialog);
      53           0 :         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
      54           0 :         verticalLayout->setSizeConstraint(QLayout::SetMinimumSize);
      55           0 :         warningLabel = new QLabel(AskPassphraseDialog);
      56           0 :         warningLabel->setObjectName(QString::fromUtf8("warningLabel"));
      57           0 :         warningLabel->setText(QString::fromUtf8("Placeholder text"));
      58           0 :         warningLabel->setTextFormat(Qt::RichText);
      59           0 :         warningLabel->setWordWrap(true);
      60             : 
      61           0 :         verticalLayout->addWidget(warningLabel);
      62             : 
      63           0 :         formLayout = new QFormLayout();
      64           0 :         formLayout->setObjectName(QString::fromUtf8("formLayout"));
      65           0 :         formLayout->setSizeConstraint(QLayout::SetMinimumSize);
      66           0 :         formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
      67           0 :         passLabel1 = new QLabel(AskPassphraseDialog);
      68           0 :         passLabel1->setObjectName(QString::fromUtf8("passLabel1"));
      69             : 
      70           0 :         formLayout->setWidget(0, QFormLayout::LabelRole, passLabel1);
      71             : 
      72           0 :         passEdit1 = new QLineEdit(AskPassphraseDialog);
      73           0 :         passEdit1->setObjectName(QString::fromUtf8("passEdit1"));
      74           0 :         passEdit1->setEchoMode(QLineEdit::Password);
      75             : 
      76           0 :         formLayout->setWidget(0, QFormLayout::FieldRole, passEdit1);
      77             : 
      78           0 :         passLabel2 = new QLabel(AskPassphraseDialog);
      79           0 :         passLabel2->setObjectName(QString::fromUtf8("passLabel2"));
      80             : 
      81           0 :         formLayout->setWidget(1, QFormLayout::LabelRole, passLabel2);
      82             : 
      83           0 :         passEdit2 = new QLineEdit(AskPassphraseDialog);
      84           0 :         passEdit2->setObjectName(QString::fromUtf8("passEdit2"));
      85           0 :         passEdit2->setEchoMode(QLineEdit::Password);
      86             : 
      87           0 :         formLayout->setWidget(1, QFormLayout::FieldRole, passEdit2);
      88             : 
      89           0 :         passLabel3 = new QLabel(AskPassphraseDialog);
      90           0 :         passLabel3->setObjectName(QString::fromUtf8("passLabel3"));
      91             : 
      92           0 :         formLayout->setWidget(2, QFormLayout::LabelRole, passLabel3);
      93             : 
      94           0 :         passEdit3 = new QLineEdit(AskPassphraseDialog);
      95           0 :         passEdit3->setObjectName(QString::fromUtf8("passEdit3"));
      96           0 :         passEdit3->setEchoMode(QLineEdit::Password);
      97             : 
      98           0 :         formLayout->setWidget(2, QFormLayout::FieldRole, passEdit3);
      99             : 
     100           0 :         capsLabel = new QLabel(AskPassphraseDialog);
     101           0 :         capsLabel->setObjectName(QString::fromUtf8("capsLabel"));
     102           0 :         QFont font;
     103             :         font.setBold(true);
     104           0 :         font.setWeight(75);
     105           0 :         capsLabel->setFont(font);
     106           0 :         capsLabel->setAlignment(Qt::AlignCenter);
     107             : 
     108           0 :         formLayout->setWidget(3, QFormLayout::FieldRole, capsLabel);
     109             : 
     110             : 
     111           0 :         verticalLayout->addLayout(formLayout);
     112             : 
     113           0 :         buttonBox = new QDialogButtonBox(AskPassphraseDialog);
     114           0 :         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
     115           0 :         buttonBox->setOrientation(Qt::Horizontal);
     116           0 :         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
     117             : 
     118           0 :         verticalLayout->addWidget(buttonBox);
     119             : 
     120             : 
     121           0 :         retranslateUi(AskPassphraseDialog);
     122           0 :         QObject::connect(buttonBox, SIGNAL(accepted()), AskPassphraseDialog, SLOT(accept()));
     123           0 :         QObject::connect(buttonBox, SIGNAL(rejected()), AskPassphraseDialog, SLOT(reject()));
     124             : 
     125           0 :         QMetaObject::connectSlotsByName(AskPassphraseDialog);
     126           0 :     } // setupUi
     127             : 
     128           0 :     void retranslateUi(QDialog *AskPassphraseDialog)
     129             :     {
     130           0 :         AskPassphraseDialog->setWindowTitle(QApplication::translate("AskPassphraseDialog", "Passphrase Dialog", 0, QApplication::UnicodeUTF8));
     131           0 :         passLabel1->setText(QApplication::translate("AskPassphraseDialog", "Enter passphrase", 0, QApplication::UnicodeUTF8));
     132           0 :         passLabel2->setText(QApplication::translate("AskPassphraseDialog", "New passphrase", 0, QApplication::UnicodeUTF8));
     133           0 :         passLabel3->setText(QApplication::translate("AskPassphraseDialog", "Repeat new passphrase", 0, QApplication::UnicodeUTF8));
     134           0 :         capsLabel->setText(QString());
     135           0 :     } // retranslateUi
     136             : 
     137             : };
     138             : 
     139             : namespace Ui {
     140             :     class AskPassphraseDialog: public Ui_AskPassphraseDialog {};
     141             : } // namespace Ui
     142             : 
     143             : QT_END_NAMESPACE
     144             : 
     145             : #endif // UI_ASKPASSPHRASEDIALOG_H

Generated by: LCOV version 1.11