Subversion Repositories svn1

Rev

Rev 340 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
306 david 1
/********************************************************************************
2
** Form generated from reading UI file 'qmdialoguploadlegtimes.ui'
3
**
4
** Created: Tue 2. Sep 23:18:41 2014
5
**      by: Qt User Interface Compiler version 4.6.3
6
**
7
** Now maintained manually
8
********************************************************************************/
9
 
10
#include <QtCore/QVariant>
11
#include <QtGui/QAction>
12
#include <QtGui/QApplication>
13
#include <QtGui/QButtonGroup>
14
#include <QtGui/QCheckBox>
15
#include <QtGui/QDialog>
16
#include <QtGui/QGroupBox>
17
#include <QtGui/QHeaderView>
18
#include <QtGui/QLabel>
19
#include <QtGui/QLineEdit>
20
#include <QtGui/QPushButton>
21
#include <QtGui/QRadioButton>
22
#include <QtGui/QSpinBox>
342 david 23
#include <QtGui/QTimeEdit>
306 david 24
#include <QtGui/QTableWidget>
25
#include <QVBoxLayout>
26
#include <QHBoxLayout>
27
 
28
QT_BEGIN_NAMESPACE
29
 
30
class Ui_QmDialogUploadLegTimes
31
{
32
public:
33
    QGroupBox *groupBox;
34
    QRadioButton *legStart;
35
    QRadioButton *legEnd;
36
    QSpinBox *legNumber;
37
    QPushButton *update;
38
    QPushButton *cancel;
39
    QGroupBox *groupBox_2;
40
    QTableWidget *tableWidget;
41
    QLabel *status;
42
    QGroupBox *groupBox_4;
43
    QCheckBox *hideOk;
342 david 44
    QTimeEdit *deltaTime;
306 david 45
    QLabel *label;
46
    QPushButton *load;
47
    QGroupBox *groupBox_3;
48
    QLineEdit *maxDeltaTime;
49
 
50
    void setupUi(QDialog *QmDialogUploadLegTimes)
51
    {
52
        QmDialogUploadLegTimes->resize(519, 568);
53
        QmDialogUploadLegTimes->setWindowTitle("Upload Leg Times");
54
 
55
        /*
56
        ** Layout for the dialog
57
        */
58
        QVBoxLayout *verticalLayout;
59
        verticalLayout = new QVBoxLayout(QmDialogUploadLegTimes);
60
        verticalLayout->setContentsMargins(0, 0, 0, 0);
61
 
62
        /*
63
        ** Group box for the Main Table
64
        */
65
        QVBoxLayout *verticalLayout2;
66
        verticalLayout2 = new QVBoxLayout();
67
        verticalLayout2->setContentsMargins(5, 5, 5, 5);
68
 
69
        groupBox_2 = new QGroupBox("Leg Data");
70
        groupBox_2->setLayout(verticalLayout2);
71
 
72
        verticalLayout->addWidget(groupBox_2);
73
 
74
        tableWidget = new QTableWidget(groupBox_2);
75
        if (tableWidget->columnCount() < 4)
76
            tableWidget->setColumnCount(4);
77
        tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
78
        tableWidget->setGeometry(QRect(15, 21, 471, 431));
79
        tableWidget->setDragEnabled(false);
80
        tableWidget->setDragDropOverwriteMode(false);
81
        tableWidget->setDragDropMode(QAbstractItemView::NoDragDrop);
82
        tableWidget->setDefaultDropAction(Qt::CopyAction);
83
        tableWidget->setAlternatingRowColors(true);
84
        tableWidget->setSelectionMode(QAbstractItemView::SingleSelection);
85
        tableWidget->setSortingEnabled(false);
86
        tableWidget->setCornerButtonEnabled(false);
87
        tableWidget->setColumnCount(4);
88
        tableWidget->verticalHeader()->setDefaultSectionSize(20);
89
        tableWidget->setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
90
        verticalLayout2->addWidget(tableWidget);
91
 
92
        /*
93
        ** Group Box for the Max Time Delta
94
        */
95
        QHBoxLayout *horizontalLayout = new QHBoxLayout();
96
        verticalLayout->addLayout(horizontalLayout);
97
 
98
        groupBox_4 = new QGroupBox("Max Time Delta");
99
        horizontalLayout->addWidget(groupBox_4);
100
 
101
        QHBoxLayout *horizontalLayout1 = new QHBoxLayout();
102
        horizontalLayout1->setContentsMargins(5, 5, 5, 5);
103
        groupBox_4->setLayout(horizontalLayout1);
104
 
105
        hideOk = new QCheckBox(groupBox_4);
106
        hideOk->setText("Hide OK");
107
        horizontalLayout1->addWidget(hideOk);
108
 
342 david 109
        deltaTime = new QTimeEdit(groupBox_4);
110
        deltaTime->setObjectName(QString::fromUtf8("DeltaTime"));
111
        deltaTime->setEnabled(true);
112
        deltaTime->setDisplayFormat("hh:mm:ss");
306 david 113
        horizontalLayout1->addWidget(deltaTime);
114
 
115
        label = new QLabel(groupBox_4);
116
        label->setText("Delta");
117
        horizontalLayout1->addWidget(label);
118
 
119
        /*
120
        ** Group Box for the Max Delta
121
        */
122
        QHBoxLayout *horizontalLayout30 = new QHBoxLayout();
123
        horizontalLayout->addLayout(horizontalLayout30);
124
 
125
        groupBox_3 = new QGroupBox("Max Delta");
126
        horizontalLayout30->addWidget(groupBox_3);
127
 
128
        QHBoxLayout *horizontalLayout31 = new QHBoxLayout();
129
        horizontalLayout31->setContentsMargins(5, 5, 5, 5);
130
        groupBox_3->setLayout(horizontalLayout31);
131
 
132
        maxDeltaTime = new QLineEdit(groupBox_3);
133
        maxDeltaTime->setInputMask(QString::fromUtf8(""));
134
        maxDeltaTime->setMaxLength(10);
135
        maxDeltaTime->setReadOnly(true);
136
        maxDeltaTime->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
137
        horizontalLayout31->addWidget(maxDeltaTime);
138
 
139
        QSpacerItem *horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
140
        horizontalLayout->addItem(horizontalSpacer1);
141
 
142
        /*
143
        ** Group box for the Leg controls
144
        */
145
        QHBoxLayout *horizontalLayout00 = new QHBoxLayout();
146
        verticalLayout->addLayout(horizontalLayout00);
147
 
148
        groupBox = new QGroupBox("Leg Selector and Update Event");
149
        horizontalLayout00->addWidget(groupBox);
150
 
151
        QHBoxLayout *horizontalLayout01 = new QHBoxLayout();
152
        horizontalLayout01->setContentsMargins(5, 5, 5, 5);
153
        groupBox->setLayout(horizontalLayout01);
154
 
155
        legStart = new QRadioButton(groupBox);
156
        legStart->setText("Start");
157
        horizontalLayout01->addWidget(legStart);
158
 
159
        legEnd = new QRadioButton(groupBox);
160
        legEnd->setChecked(true);
161
        legEnd->setText("End");
162
        horizontalLayout01->addWidget(legEnd);
163
 
164
        legNumber = new QSpinBox(groupBox);
165
        horizontalLayout01->addWidget(legNumber);
166
 
167
        update = new QPushButton(groupBox);
168
        update->setText("Update");
169
 
170
        horizontalLayout01->addWidget(update);
171
 
172
        /*
173
        ** Load and Cancel Button
174
        */
175
        QHBoxLayout *horizontalLayout40 = new QHBoxLayout();
176
        horizontalLayout00->addLayout(horizontalLayout40);
177
 
178
        load = new QPushButton(QmDialogUploadLegTimes);
179
        load->setText("Select File");
180
        horizontalLayout40->addWidget(load);
181
 
182
        cancel = new QPushButton(QmDialogUploadLegTimes);
183
        cancel->setText("Cancel");
184
        horizontalLayout40->addWidget(cancel);
185
 
186
        QSpacerItem *horizontalSpacer40 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
187
        horizontalLayout00->addItem(horizontalSpacer40);
188
 
189
        /*
190
        ** Status region on the bottom of the widget
191
        */
192
        status = new QLabel();
193
        verticalLayout->addWidget(status);
194
 
195
        QMetaObject::connectSlotsByName(QmDialogUploadLegTimes);
196
    } // setupUi
197
};
198
 
199
namespace Ui {
200
    class QmDialogUploadLegTimes: public Ui_QmDialogUploadLegTimes {};
201
} // namespace Ui
202
 
203
QT_END_NAMESPACE
204