Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_intro.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'intro.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_INTRO_H
9 #define UI_INTRO_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/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QPushButton>
22 #include <QtGui/QRadioButton>
23 #include <QtGui/QSpacerItem>
24 #include <QtGui/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
28 class Ui_Intro
29 {
30 public:
31  QVBoxLayout *verticalLayout;
33  QSpacerItem *verticalSpacer_4;
36  QRadioButton *dataDirDefault;
37  QRadioButton *dataDirCustom;
38  QHBoxLayout *horizontalLayout;
39  QSpacerItem *horizontalSpacer;
40  QVBoxLayout *verticalLayout_2;
41  QHBoxLayout *horizontalLayout_2;
43  QPushButton *ellipsisButton;
44  QSpacerItem *verticalSpacer_3;
46  QSpacerItem *verticalSpacer_2;
48  QSpacerItem *verticalSpacer;
49  QDialogButtonBox *buttonBox;
50 
52  {
53  if (Intro->objectName().isEmpty())
54  Intro->setObjectName(QString::fromUtf8("Intro"));
55  Intro->resize(674, 363);
56  verticalLayout = new QVBoxLayout(Intro);
57  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
58  label_2 = new QLabel(Intro);
59  label_2->setObjectName(QString::fromUtf8("label_2"));
60  label_2->setStyleSheet(QString::fromUtf8("QLabel { font-style:italic; }"));
61  label_2->setWordWrap(true);
62 
63  verticalLayout->addWidget(label_2);
64 
65  verticalSpacer_4 = new QSpacerItem(20, 15, QSizePolicy::Minimum, QSizePolicy::Minimum);
66 
67  verticalLayout->addItem(verticalSpacer_4);
68 
69  label_4 = new QLabel(Intro);
70  label_4->setObjectName(QString::fromUtf8("label_4"));
71  label_4->setWordWrap(true);
72 
73  verticalLayout->addWidget(label_4);
74 
75  sizeWarningLabel = new QLabel(Intro);
76  sizeWarningLabel->setObjectName(QString::fromUtf8("sizeWarningLabel"));
77  sizeWarningLabel->setWordWrap(true);
78 
79  verticalLayout->addWidget(sizeWarningLabel);
80 
81  dataDirDefault = new QRadioButton(Intro);
82  dataDirDefault->setObjectName(QString::fromUtf8("dataDirDefault"));
83 
84  verticalLayout->addWidget(dataDirDefault);
85 
86  dataDirCustom = new QRadioButton(Intro);
87  dataDirCustom->setObjectName(QString::fromUtf8("dataDirCustom"));
88 
89  verticalLayout->addWidget(dataDirCustom);
90 
91  horizontalLayout = new QHBoxLayout();
92  horizontalLayout->setSpacing(0);
93  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
94  horizontalLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
95  horizontalSpacer = new QSpacerItem(60, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
96 
97  horizontalLayout->addItem(horizontalSpacer);
98 
99  verticalLayout_2 = new QVBoxLayout();
100  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
101  verticalLayout_2->setSizeConstraint(QLayout::SetDefaultConstraint);
102  horizontalLayout_2 = new QHBoxLayout();
103  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
104  dataDirectory = new QLineEdit(Intro);
105  dataDirectory->setObjectName(QString::fromUtf8("dataDirectory"));
106 
107  horizontalLayout_2->addWidget(dataDirectory);
108 
109  ellipsisButton = new QPushButton(Intro);
110  ellipsisButton->setObjectName(QString::fromUtf8("ellipsisButton"));
111  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
112  sizePolicy.setHorizontalStretch(0);
113  sizePolicy.setVerticalStretch(0);
114  sizePolicy.setHeightForWidth(ellipsisButton->sizePolicy().hasHeightForWidth());
115  ellipsisButton->setSizePolicy(sizePolicy);
116  ellipsisButton->setMaximumSize(QSize(30, 16777215));
117  ellipsisButton->setText(QString::fromUtf8("\342\200\246"));
118  ellipsisButton->setAutoDefault(false);
119 
120  horizontalLayout_2->addWidget(ellipsisButton);
121 
122 
123  verticalLayout_2->addLayout(horizontalLayout_2);
124 
125  verticalSpacer_3 = new QSpacerItem(20, 5, QSizePolicy::Minimum, QSizePolicy::Fixed);
126 
127  verticalLayout_2->addItem(verticalSpacer_3);
128 
129  freeSpace = new QLabel(Intro);
130  freeSpace->setObjectName(QString::fromUtf8("freeSpace"));
131  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Expanding);
132  sizePolicy1.setHorizontalStretch(1);
133  sizePolicy1.setVerticalStretch(0);
134  sizePolicy1.setHeightForWidth(freeSpace->sizePolicy().hasHeightForWidth());
135  freeSpace->setSizePolicy(sizePolicy1);
136  freeSpace->setWordWrap(true);
137 
138  verticalLayout_2->addWidget(freeSpace);
139 
140  verticalSpacer_2 = new QSpacerItem(20, 5, QSizePolicy::Minimum, QSizePolicy::Fixed);
141 
142  verticalLayout_2->addItem(verticalSpacer_2);
143 
144  errorMessage = new QLabel(Intro);
145  errorMessage->setObjectName(QString::fromUtf8("errorMessage"));
146  QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Expanding);
147  sizePolicy2.setHorizontalStretch(0);
148  sizePolicy2.setVerticalStretch(0);
149  sizePolicy2.setHeightForWidth(errorMessage->sizePolicy().hasHeightForWidth());
150  errorMessage->setSizePolicy(sizePolicy2);
151  errorMessage->setTextFormat(Qt::RichText);
152  errorMessage->setWordWrap(true);
153 
154  verticalLayout_2->addWidget(errorMessage);
155 
156 
157  horizontalLayout->addLayout(verticalLayout_2);
158 
159 
160  verticalLayout->addLayout(horizontalLayout);
161 
162  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
163 
164  verticalLayout->addItem(verticalSpacer);
165 
166  buttonBox = new QDialogButtonBox(Intro);
167  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
168  buttonBox->setOrientation(Qt::Horizontal);
169  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
170 
171  verticalLayout->addWidget(buttonBox);
172 
173 
174  retranslateUi(Intro);
175  QObject::connect(buttonBox, SIGNAL(accepted()), Intro, SLOT(accept()));
176  QObject::connect(buttonBox, SIGNAL(rejected()), Intro, SLOT(reject()));
177 
178  QMetaObject::connectSlotsByName(Intro);
179  } // setupUi
180 
182  {
183  Intro->setWindowTitle(QApplication::translate("Intro", "Welcome", 0, QApplication::UnicodeUTF8));
184  label_2->setText(QApplication::translate("Intro", "Welcome to Bitcoin Core.", 0, QApplication::UnicodeUTF8));
185  label_4->setText(QApplication::translate("Intro", "As this is the first time the program is launched, you can choose where Bitcoin Core will store its data.", 0, QApplication::UnicodeUTF8));
186  sizeWarningLabel->setText(QApplication::translate("Intro", "Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory.", 0, QApplication::UnicodeUTF8));
187  dataDirDefault->setText(QApplication::translate("Intro", "Use the default data directory", 0, QApplication::UnicodeUTF8));
188  dataDirCustom->setText(QApplication::translate("Intro", "Use a custom data directory:", 0, QApplication::UnicodeUTF8));
189  freeSpace->setText(QString());
190  } // retranslateUi
191 
192 };
193 
194 namespace Ui {
195  class Intro: public Ui_Intro {};
196 } // namespace Ui
197 
198 QT_END_NAMESPACE
199 
200 #endif // UI_INTRO_H
QLabel * label_4
Definition: ui_intro.h:34
QSpacerItem * verticalSpacer
Definition: ui_intro.h:48
QRadioButton * dataDirDefault
Definition: ui_intro.h:36
QVBoxLayout * verticalLayout
Definition: ui_intro.h:31
void setupUi(QDialog *Intro)
Definition: ui_intro.h:51
QRadioButton * dataDirCustom
Definition: ui_intro.h:37
QHBoxLayout * horizontalLayout
Definition: ui_intro.h:38
void retranslateUi(QDialog *Intro)
Definition: ui_intro.h:181
QLabel * errorMessage
Definition: ui_intro.h:47
QDialogButtonBox * buttonBox
Definition: ui_intro.h:49
QLabel * freeSpace
Definition: ui_intro.h:45
QLineEdit * dataDirectory
Definition: ui_intro.h:42
QSpacerItem * horizontalSpacer
Definition: ui_intro.h:39
QVBoxLayout * verticalLayout_2
Definition: ui_intro.h:40
QLabel * label_2
Definition: ui_intro.h:32
QLabel * sizeWarningLabel
Definition: ui_intro.h:35
QSpacerItem * verticalSpacer_4
Definition: ui_intro.h:33
QSpacerItem * verticalSpacer_3
Definition: ui_intro.h:44
QSpacerItem * verticalSpacer_2
Definition: ui_intro.h:46
QHBoxLayout * horizontalLayout_2
Definition: ui_intro.h:41
Introduction screen (pre-GUI startup).
Definition: intro.h:22
QPushButton * ellipsisButton
Definition: ui_intro.h:43