summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/ntpbase.h
Unidiff
Diffstat (limited to 'noncore/settings/netsystemtime/ntpbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntpbase.h93
1 files changed, 93 insertions, 0 deletions
diff --git a/noncore/settings/netsystemtime/ntpbase.h b/noncore/settings/netsystemtime/ntpbase.h
new file mode 100644
index 0000000..b337822
--- a/dev/null
+++ b/noncore/settings/netsystemtime/ntpbase.h
@@ -0,0 +1,93 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'ntpbase.ui'
3**
4** Created: Mon Oct 21 21:05:47 2002
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef NTPBASE_H
10#define NTPBASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QComboBox;
18class QFrame;
19class QLabel;
20class QMultiLineEdit;
21class QPushButton;
22class QSpinBox;
23class QTabWidget;
24class QTable;
25
26class NtpBase : public QWidget
27{
28 Q_OBJECT
29
30public:
31 NtpBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32 ~NtpBase();
33
34 QTabWidget* TabWidgetMain;
35 QWidget* tabMain;
36 QFrame* FrameSystemTime;
37 QWidget* tabNtp;
38 QPushButton* runNtp;
39 QFrame* FrameNtp;
40 QLabel* TextLabel1;
41 QLabel* TextLabelStartTime;
42 QLabel* TextLabel3;
43 QLabel* TextLabelTimeShift;
44 QLabel* TextLabel5;
45 QLabel* TextLabelNewTime;
46 QMultiLineEdit* MultiLineEditntpOutPut;
47 QWidget* tabPredict;
48 QTable* TableLookups;
49 QLabel* TextLabelShift;
50 QLabel* TextLabel4;
51 QLabel* TextLabelEstimatedShift;
52 QLabel* TextLabel3_2;
53 QLabel* Mean_shift_label;
54 QLabel* TextLabelPredTime;
55 QPushButton* PushButtonSetPredTime;
56 QPushButton* PushButtonPredict;
57 QWidget* TabSettings;
58 QFrame* FrameSettings;
59 QLabel* TextLabel7_2;
60 QLabel* TextLabel2_2;
61 QLabel* TextLabel1_3;
62 QComboBox* ComboNtpSrv;
63 QLabel* TextLabel1_2;
64 QLabel* TextLabel2;
65 QLabel* TextLabel3_3;
66 QSpinBox* SpinBoxMinLookupDelay;
67 QLabel* TextLabel1_2_2;
68 QLabel* TextLabel2_3;
69 QLabel* TextLabel3_3_2;
70 QSpinBox* SpinBoxNtpDelay;
71 QWidget* tabManualSetTime;
72 QFrame* FrameSetTime;
73 QPushButton* PushButtonSetManualTime;
74
75protected:
76 QGridLayout* NtpBaseLayout;
77 QGridLayout* tabMainLayout;
78 QGridLayout* tabNtpLayout;
79 QGridLayout* FrameNtpLayout;
80 QVBoxLayout* Layout4;
81 QGridLayout* tabPredictLayout;
82 QGridLayout* Layout9;
83 QHBoxLayout* Layout11;
84 QGridLayout* TabSettingsLayout;
85 QGridLayout* FrameSettingsLayout;
86 QGridLayout* Layout6;
87 QGridLayout* Layout7;
88 QGridLayout* Layout7_2;
89 QVBoxLayout* tabManualSetTimeLayout;
90 bool event( QEvent* );
91};
92
93#endif // NTPBASE_H