[installation] Change to nightly
This commit is contained in:
@ -164,6 +164,7 @@ class SC_GUI_API AmplitudeRecordLabel : public StandardRecordLabel {
|
||||
public:
|
||||
double latitude;
|
||||
double longitude;
|
||||
double elevation;
|
||||
const DataModel::SensorLocation *location;
|
||||
|
||||
Core::TimeWindow timeWindow;
|
||||
@ -204,6 +205,7 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
|
||||
|
||||
QString recordURL;
|
||||
FilterList filters;
|
||||
AuxiliaryChannelProfiles auxiliaryChannelProfiles;
|
||||
|
||||
bool showAllComponents;
|
||||
bool loadStrongMotionData;
|
||||
@ -220,6 +222,11 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
|
||||
Core::TimeSpan preOffset;
|
||||
Core::TimeSpan postOffset;
|
||||
|
||||
double defaultNoiseBegin{-30};
|
||||
double defaultNoiseEnd{0};
|
||||
double defaultSignalBegin{0};
|
||||
double defaultSignalEnd{30};
|
||||
|
||||
Config();
|
||||
|
||||
void addFilter(const QString &f, const QString &n) {
|
||||
@ -385,17 +392,19 @@ class SC_GUI_API AmplitudeView : public QMainWindow {
|
||||
|
||||
void openConnectionInfo(const QPoint &);
|
||||
|
||||
void ttInterfaceChanged(QString);
|
||||
void ttTableChanged(QString);
|
||||
void ttInterfaceChanged(int);
|
||||
void ttTableChanged(int);
|
||||
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event);
|
||||
void changeEvent(QEvent *e) override;
|
||||
|
||||
RecordLabel* createLabel(RecordViewItem*) const;
|
||||
|
||||
|
||||
private:
|
||||
void applyThemeColors();
|
||||
void figureOutTravelTimeTable();
|
||||
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user