~mhall119/ubuntu-app-reviews/qtranscribe

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/********************************************************************************
** Form generated from reading UI file 'notConfiguredMessage.ui'
**
** Created: Mon Jun 25 22:51:02 2012
**      by: Qt User Interface Compiler version 4.8.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_NOTCONFIGUREDMESSAGE_H
#define UI_NOTCONFIGUREDMESSAGE_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_notConfiguredMessage
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *label;
    QSpacerItem *verticalSpacer_2;
    QCheckBox *dontAsk;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *notConfiguredMessage)
    {
        if (notConfiguredMessage->objectName().isEmpty())
            notConfiguredMessage->setObjectName(QString::fromUtf8("notConfiguredMessage"));
        notConfiguredMessage->resize(357, 140);
        verticalLayout = new QVBoxLayout(notConfiguredMessage);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        label = new QLabel(notConfiguredMessage);
        label->setObjectName(QString::fromUtf8("label"));
        QFont font;
        font.setBold(true);
        font.setWeight(75);
        label->setFont(font);
        label->setWordWrap(true);

        verticalLayout->addWidget(label);

        verticalSpacer_2 = new QSpacerItem(20, 18, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout->addItem(verticalSpacer_2);

        dontAsk = new QCheckBox(notConfiguredMessage);
        dontAsk->setObjectName(QString::fromUtf8("dontAsk"));

        verticalLayout->addWidget(dontAsk, 0, Qt::AlignRight);

        buttonBox = new QDialogButtonBox(notConfiguredMessage);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::No|QDialogButtonBox::Yes);

        verticalLayout->addWidget(buttonBox);


        retranslateUi(notConfiguredMessage);
        QObject::connect(buttonBox, SIGNAL(accepted()), notConfiguredMessage, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), notConfiguredMessage, SLOT(reject()));

        QMetaObject::connectSlotsByName(notConfiguredMessage);
    } // setupUi

    void retranslateUi(QDialog *notConfiguredMessage)
    {
        notConfiguredMessage->setWindowTitle(QApplication::translate("notConfiguredMessage", "Dialog", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("notConfiguredMessage", "You have not yet configured QTranscribe to use your foot pedal. Would you like to do this now?", 0, QApplication::UnicodeUTF8));
        dontAsk->setText(QApplication::translate("notConfiguredMessage", "Don't ask me again", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class notConfiguredMessage: public Ui_notConfiguredMessage {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_NOTCONFIGUREDMESSAGE_H