Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_transactiondescdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'transactiondescdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_TRANSACTIONDESCDIALOG_H
9 #define UI_TRANSACTIONDESCDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QDialog>
16 #include <QtGui/QDialogButtonBox>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QTextEdit>
19 #include <QtGui/QVBoxLayout>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QTextEdit *detailText;
28  QDialogButtonBox *buttonBox;
29 
31  {
32  if (TransactionDescDialog->objectName().isEmpty())
33  TransactionDescDialog->setObjectName(QString::fromUtf8("TransactionDescDialog"));
34  TransactionDescDialog->resize(620, 250);
35  verticalLayout = new QVBoxLayout(TransactionDescDialog);
36  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
37  detailText = new QTextEdit(TransactionDescDialog);
38  detailText->setObjectName(QString::fromUtf8("detailText"));
39  detailText->setReadOnly(true);
40 
41  verticalLayout->addWidget(detailText);
42 
43  buttonBox = new QDialogButtonBox(TransactionDescDialog);
44  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
45  buttonBox->setOrientation(Qt::Horizontal);
46  buttonBox->setStandardButtons(QDialogButtonBox::Close);
47 
48  verticalLayout->addWidget(buttonBox);
49 
50 
51  retranslateUi(TransactionDescDialog);
52  QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
53  QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
54 
55  QMetaObject::connectSlotsByName(TransactionDescDialog);
56  } // setupUi
57 
59  {
60  TransactionDescDialog->setWindowTitle(QApplication::translate("TransactionDescDialog", "Transaction details", 0, QApplication::UnicodeUTF8));
61 #ifndef QT_NO_TOOLTIP
62  detailText->setToolTip(QApplication::translate("TransactionDescDialog", "This pane shows a detailed description of the transaction", 0, QApplication::UnicodeUTF8));
63 #endif // QT_NO_TOOLTIP
64  } // retranslateUi
65 
66 };
67 
68 namespace Ui {
70 } // namespace Ui
71 
72 QT_END_NAMESPACE
73 
74 #endif // UI_TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)