Subversion Repositories svn1

Rev

Rev 342 | 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;
343 david 47
    QPushButton *fromClip;
48
    QPushButton *clear;
306 david 49
    QGroupBox *groupBox_3;
50
    QLineEdit *maxDeltaTime;
51
 
52
    void setupUi(QDialog *QmDialogUploadLegTimes)
53
    {
54
        QmDialogUploadLegTimes->resize(519, 568);
55
        QmDialogUploadLegTimes->setWindowTitle("Upload Leg Times");
56
 
57
        /*
58
        ** Layout for the dialog
59
        */
60
        QVBoxLayout *verticalLayout;
61
        verticalLayout = new QVBoxLayout(QmDialogUploadLegTimes);
62
        verticalLayout->setContentsMargins(0, 0, 0, 0);
63
 
64
        /*
65
        ** Group box for the Main Table
66
        */
67
        QVBoxLayout *verticalLayout2;
68
        verticalLayout2 = new QVBoxLayout();
69
        verticalLayout2->setContentsMargins(5, 5, 5, 5);
70
 
71
        groupBox_2 = new QGroupBox("Leg Data");
72
        groupBox_2->setLayout(verticalLayout2);
73
 
74
        verticalLayout->addWidget(groupBox_2);
75
 
76
        tableWidget = new QTableWidget(groupBox_2);
77
        if (tableWidget->columnCount() < 4)
78
            tableWidget->setColumnCount(4);
79
        tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
80
        tableWidget->setGeometry(QRect(15, 21, 471, 431));
81
        tableWidget->setDragEnabled(false);
82
        tableWidget->setDragDropOverwriteMode(false);
83
        tableWidget->setDragDropMode(QAbstractItemView::NoDragDrop);
84
        tableWidget->setDefaultDropAction(Qt::CopyAction);
85
        tableWidget->setAlternatingRowColors(true);
86
        tableWidget->setSelectionMode(QAbstractItemView::SingleSelection);
87
        tableWidget->setSortingEnabled(false);
88
        tableWidget->setCornerButtonEnabled(false);
89
        tableWidget->setColumnCount(4);
90
        tableWidget->verticalHeader()->setDefaultSectionSize(20);
91
        tableWidget->setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
92
        verticalLayout2->addWidget(tableWidget);
93
 
94
        /*
95
        ** Group Box for the Max Time Delta
96
        */
97
        QHBoxLayout *horizontalLayout = new QHBoxLayout();
98
        verticalLayout->addLayout(horizontalLayout);
99
 
100
        groupBox_4 = new QGroupBox("Max Time Delta");
101
        horizontalLayout->addWidget(groupBox_4);
102
 
103
        QHBoxLayout *horizontalLayout1 = new QHBoxLayout();
104
        horizontalLayout1->setContentsMargins(5, 5, 5, 5);
105
        groupBox_4->setLayout(horizontalLayout1);
106
 
107
        hideOk = new QCheckBox(groupBox_4);
108
        hideOk->setText("Hide OK");
109
        horizontalLayout1->addWidget(hideOk);
110
 
342 david 111
        deltaTime = new QTimeEdit(groupBox_4);
112
        deltaTime->setObjectName(QString::fromUtf8("DeltaTime"));
113
        deltaTime->setEnabled(true);
114
        deltaTime->setDisplayFormat("hh:mm:ss");
306 david 115
        horizontalLayout1->addWidget(deltaTime);
116
 
117
        label = new QLabel(groupBox_4);
118
        label->setText("Delta");
119
        horizontalLayout1->addWidget(label);
120
 
121
        /*
122
        ** Group Box for the Max Delta
123
        */
124
        QHBoxLayout *horizontalLayout30 = new QHBoxLayout();
125
        horizontalLayout->addLayout(horizontalLayout30);
126
 
127
        groupBox_3 = new QGroupBox("Max Delta");
128
        horizontalLayout30->addWidget(groupBox_3);
129
 
130
        QHBoxLayout *horizontalLayout31 = new QHBoxLayout();
131
        horizontalLayout31->setContentsMargins(5, 5, 5, 5);
132
        groupBox_3->setLayout(horizontalLayout31);
133
 
134
        maxDeltaTime = new QLineEdit(groupBox_3);
135
        maxDeltaTime->setInputMask(QString::fromUtf8(""));
136
        maxDeltaTime->setMaxLength(10);
137
        maxDeltaTime->setReadOnly(true);
138
        maxDeltaTime->setSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed);
139
        horizontalLayout31->addWidget(maxDeltaTime);
140
 
141
        QSpacerItem *horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
142
        horizontalLayout->addItem(horizontalSpacer1);
143
 
144
        /*
145
        ** Group box for the Leg controls
146
        */
147
        QHBoxLayout *horizontalLayout00 = new QHBoxLayout();
148
        verticalLayout->addLayout(horizontalLayout00);
149
 
150
        groupBox = new QGroupBox("Leg Selector and Update Event");
151
        horizontalLayout00->addWidget(groupBox);
152
 
153
        QHBoxLayout *horizontalLayout01 = new QHBoxLayout();
154
        horizontalLayout01->setContentsMargins(5, 5, 5, 5);
155
        groupBox->setLayout(horizontalLayout01);
156
 
157
        legStart = new QRadioButton(groupBox);
158
        legStart->setText("Start");
159
        horizontalLayout01->addWidget(legStart);
160
 
161
        legEnd = new QRadioButton(groupBox);
162
        legEnd->setChecked(true);
163
        legEnd->setText("End");
164
        horizontalLayout01->addWidget(legEnd);
165
 
166
        legNumber = new QSpinBox(groupBox);
167
        horizontalLayout01->addWidget(legNumber);
168
 
169
        update = new QPushButton(groupBox);
170
        update->setText("Update");
171
 
172
        horizontalLayout01->addWidget(update);
173
 
174
        /*
175
        ** Load and Cancel Button
176
        */
177
        QHBoxLayout *horizontalLayout40 = new QHBoxLayout();
178
        horizontalLayout00->addLayout(horizontalLayout40);
179
 
180
        load = new QPushButton(QmDialogUploadLegTimes);
181
        load->setText("Select File");
182
        horizontalLayout40->addWidget(load);
183
 
343 david 184
        fromClip = new QPushButton(QmDialogUploadLegTimes);
185
        fromClip->setText("From Clipboard");
186
        horizontalLayout40->addWidget(fromClip);
187
 
188
        clear = new QPushButton(QmDialogUploadLegTimes);
189
        clear->setText("Clear");
190
        horizontalLayout40->addWidget(clear);
191
 
306 david 192
        cancel = new QPushButton(QmDialogUploadLegTimes);
193
        cancel->setText("Cancel");
194
        horizontalLayout40->addWidget(cancel);
195
 
196
        QSpacerItem *horizontalSpacer40 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
197
        horizontalLayout00->addItem(horizontalSpacer40);
198
 
199
        /*
200
        ** Status region on the bottom of the widget
201
        */
202
        status = new QLabel();
203
        verticalLayout->addWidget(status);
204
 
205
        QMetaObject::connectSlotsByName(QmDialogUploadLegTimes);
206
    } // setupUi
207
};
208
 
209
namespace Ui {
210
    class QmDialogUploadLegTimes: public Ui_QmDialogUploadLegTimes {};
211
} // namespace Ui
212
 
213
QT_END_NAMESPACE
214