QTfrontend/ui/dialog/ask_quit.cpp
changeset 7447 01111960a48d
parent 7353 0e55228e1303
child 7631 01b599d6f72d
equal deleted inserted replaced
7442:9bb6abdb5675 7447:01111960a48d
    33     setWindowTitle(tr("Do yot really want to quit?"));
    33     setWindowTitle(tr("Do yot really want to quit?"));
    34 
    34 
    35     QVBoxLayout * layout = new QVBoxLayout(this);
    35     QVBoxLayout * layout = new QVBoxLayout(this);
    36 
    36 
    37     QLabel * lbLabel = new QLabel(this);
    37     QLabel * lbLabel = new QLabel(this);
    38     lbLabel->setText(QLabel::tr("There are videos that are currently being encoded.\n"
    38     lbLabel->setText(QLabel::tr("There are videos that are currently being processed.\n"
    39                                 "Exiting now will abort them.\n"
    39                                 "Exiting now will abort them.\n"
    40                                 "Do yot really want to quit?"));
    40                                 "Do yot really want to quit?"));
    41     layout->addWidget(lbLabel);
    41     layout->addWidget(lbLabel);
    42 
    42 
    43     lbList = new QLabel(this);
    43     lbList = new QLabel(this);