/******************************************************************************** ** Form generated from reading UI file 'LowDiskSpaceDialog.ui' ** ** Created by: Qt User Interface Compiler version 5.15.17 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_LOWDISKSPACEDIALOG_H #define UI_LOWDISKSPACEDIALOG_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_LowDiskSpaceDialog { public: QHBoxLayout *horizontalLayout_4; QVBoxLayout *verticalLayout_2; QLabel *lExplanation; QSpacerItem *verticalSpacer_2; QHBoxLayout *horizontalLayout; QLabel *lDriveIcon; QSpacerItem *horizontalSpacer_3; QVBoxLayout *verticalLayout; QLabel *lDiskName; QLabel *lFreeSpace; QLabel *lTotalSize; QSpacerItem *horizontalSpacer; QSpacerItem *verticalSpacer; QHBoxLayout *horizontalLayout_3; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer_2; QPushButton *bCancel; QPushButton *bTryAgain; void setupUi(QDialog *LowDiskSpaceDialog) { if (LowDiskSpaceDialog->objectName().isEmpty()) LowDiskSpaceDialog->setObjectName(QString::fromUtf8("LowDiskSpaceDialog")); LowDiskSpaceDialog->resize(540, 210); LowDiskSpaceDialog->setStyleSheet(QString::fromUtf8("*{ font-family: \"SF Pro\"; font-size: 14px; font-weight: 400; }\n" "\n" "QPushButton {\n" " padding-top: 4px; padding-bottom: 4px; padding-left: 14px; padding-right: 14px;\n" " border-style: solid; border-width: 1px; border-color: #d7d6d5; border-radius: 6px;\n" "}\n" "")); horizontalLayout_4 = new QHBoxLayout(LowDiskSpaceDialog); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); horizontalLayout_4->setContentsMargins(24, 25, 24, 20); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setSpacing(0); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(-1, 0, -1, -1); lExplanation = new QLabel(LowDiskSpaceDialog); lExplanation->setObjectName(QString::fromUtf8("lExplanation")); lExplanation->setText(QString::fromUtf8("Not enough space label")); lExplanation->setWordWrap(true); verticalLayout_2->addWidget(lExplanation); verticalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); verticalLayout_2->addItem(verticalSpacer_2); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); lDriveIcon = new QLabel(LowDiskSpaceDialog); lDriveIcon->setObjectName(QString::fromUtf8("lDriveIcon")); lDriveIcon->setMinimumSize(QSize(64, 64)); lDriveIcon->setMaximumSize(QSize(64, 64)); lDriveIcon->setStyleSheet(QString::fromUtf8("border-image: url(:/images/HD_mac.png);")); lDriveIcon->setText(QString::fromUtf8("")); horizontalLayout->addWidget(lDriveIcon); horizontalSpacer_3 = new QSpacerItem(20, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_3); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); lDiskName = new QLabel(LowDiskSpaceDialog); lDiskName->setObjectName(QString::fromUtf8("lDiskName")); lDiskName->setStyleSheet(QString::fromUtf8("font: 700")); lDiskName->setText(QString::fromUtf8("Local Disk")); verticalLayout->addWidget(lDiskName); lFreeSpace = new QLabel(LowDiskSpaceDialog); lFreeSpace->setObjectName(QString::fromUtf8("lFreeSpace")); lFreeSpace->setText(QString::fromUtf8("Free space:")); verticalLayout->addWidget(lFreeSpace); lTotalSize = new QLabel(LowDiskSpaceDialog); lTotalSize->setObjectName(QString::fromUtf8("lTotalSize")); lTotalSize->setText(QString::fromUtf8("Total size:")); verticalLayout->addWidget(lTotalSize); horizontalLayout->addLayout(verticalLayout); horizontalSpacer = new QSpacerItem(24, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout_2->addLayout(horizontalLayout); verticalSpacer = new QSpacerItem(20, 28, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_2->addItem(verticalSpacer); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(9); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_2); bCancel = new QPushButton(LowDiskSpaceDialog); bCancel->setObjectName(QString::fromUtf8("bCancel")); bCancel->setStyleSheet(QString::fromUtf8("QPushButton {\n" " background-color : #FCFCFC;\n" " color : #000000;\n" "}\n" "QPushButton:hover { background-color: #fdfdfd; }\n" "QPushButton:pressed { background-color: #cacaca; }")); horizontalLayout_2->addWidget(bCancel); bTryAgain = new QPushButton(LowDiskSpaceDialog); bTryAgain->setObjectName(QString::fromUtf8("bTryAgain")); bTryAgain->setStyleSheet(QString::fromUtf8("QPushButton {\n" " background-color : qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #4B91F7, stop:1 #367AF6);\n" " color : #FFFFFF;\n" "}\n" "QPushButton:hover { background-color: #5e95f8; }\n" "QPushButton:pressed { background-color: #0a58e6; }")); horizontalLayout_2->addWidget(bTryAgain); horizontalLayout_3->addLayout(horizontalLayout_2); verticalLayout_2->addLayout(horizontalLayout_3); horizontalLayout_4->addLayout(verticalLayout_2); retranslateUi(LowDiskSpaceDialog); QMetaObject::connectSlotsByName(LowDiskSpaceDialog); } // setupUi void retranslateUi(QDialog *LowDiskSpaceDialog) { LowDiskSpaceDialog->setWindowTitle(QCoreApplication::translate("LowDiskSpaceDialog", "Low disk space", nullptr)); bCancel->setText(QCoreApplication::translate("LowDiskSpaceDialog", "Cancel", nullptr)); bTryAgain->setText(QCoreApplication::translate("LowDiskSpaceDialog", "Try Again", nullptr)); } // retranslateUi }; namespace Ui { class LowDiskSpaceDialog: public Ui_LowDiskSpaceDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_LOWDISKSPACEDIALOG_H