noo/client/ui_stopworkdialog.h
2019-06-08 13:29:32 +03:00

74 lines
2.6 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'stopworkdialog.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_STOPWORKDIALOG_H
#define UI_STOPWORKDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QToolButton>
QT_BEGIN_NAMESPACE
class Ui_StopWorkDialog
{
public:
QLabel *mInfoLabel;
QToolButton *mYesButton;
QToolButton *mNoButton;
void setupUi(QDialog *StopWorkDialog)
{
if (StopWorkDialog->objectName().isEmpty())
StopWorkDialog->setObjectName(QString::fromUtf8("StopWorkDialog"));
StopWorkDialog->resize(386, 59);
mInfoLabel = new QLabel(StopWorkDialog);
mInfoLabel->setObjectName(QString::fromUtf8("mInfoLabel"));
mInfoLabel->setGeometry(QRect(7, 3, 241, 41));
QFont font;
font.setPointSize(12);
mInfoLabel->setFont(font);
mInfoLabel->setScaledContents(false);
mInfoLabel->setWordWrap(true);
mYesButton = new QToolButton(StopWorkDialog);
mYesButton->setObjectName(QString::fromUtf8("mYesButton"));
mYesButton->setGeometry(QRect(270, 3, 111, 25));
mYesButton->setFont(font);
mNoButton = new QToolButton(StopWorkDialog);
mNoButton->setObjectName(QString::fromUtf8("mNoButton"));
mNoButton->setGeometry(QRect(270, 32, 111, 25));
mNoButton->setFont(font);
retranslateUi(StopWorkDialog);
QObject::connect(mYesButton, SIGNAL(clicked()), StopWorkDialog, SLOT(onYesButtonTriggered()));
QObject::connect(mNoButton, SIGNAL(clicked()), StopWorkDialog, SLOT(onNoButtonTriggered()));
QMetaObject::connectSlotsByName(StopWorkDialog);
} // setupUi
void retranslateUi(QDialog *StopWorkDialog)
{
StopWorkDialog->setWindowTitle(QApplication::translate("StopWorkDialog", "Dialog", nullptr));
mInfoLabel->setText(QApplication::translate("StopWorkDialog", "Litt discovered idle interval at %TIME%.\n"
"Should app to continue work tracking?", nullptr));
mYesButton->setText(QApplication::translate("StopWorkDialog", "Yes", nullptr));
mNoButton->setText(QApplication::translate("StopWorkDialog", "No", nullptr));
} // retranslateUi
};
namespace Ui {
class StopWorkDialog: public Ui_StopWorkDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_STOPWORKDIALOG_H