更新一批图标
@ -48,5 +48,9 @@
|
|||||||
<file>image/systemsetting.png</file>
|
<file>image/systemsetting.png</file>
|
||||||
<file>image/icon_back_2.png</file>
|
<file>image/icon_back_2.png</file>
|
||||||
<file>image/icon_HighFreq.png</file>
|
<file>image/icon_HighFreq.png</file>
|
||||||
|
<file>image/icon_Amplitude.png</file>
|
||||||
|
<file>image/icon_PowerFreNotch.png</file>
|
||||||
|
<file>image/icon_TimeConst.png</file>
|
||||||
|
<file>image/icon_Wavevelocity.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 815 B |
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 638 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -11,18 +11,34 @@ ParameterSettingsWidget::ParameterSettingsWidget(QWidget *parent )
|
|||||||
|
|
||||||
m_PerLowerFreqWidget.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
m_PerLowerFreqWidget.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
||||||
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
||||||
|
m_PerLowerFreqWidget.m_labImage.setStyleSheet("border-image:url(:/image/icon_LowerFreq.png);}");
|
||||||
|
m_PerLowerFreqWidget.m_labImage.setFixedSize(QSize(30,30));
|
||||||
|
m_PerLowerFreqWidget.m_labTxt.setText("b");
|
||||||
|
|
||||||
m_PerTimeConst.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
m_PerTimeConst.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
||||||
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
||||||
|
m_PerTimeConst.m_labImage.setStyleSheet("border-image:url(:/image/icon_TimeConst.png);}");
|
||||||
|
m_PerTimeConst.m_labImage.setFixedSize(QSize(30,30));
|
||||||
|
m_PerTimeConst.m_labTxt.setText("高频滤波");
|
||||||
|
|
||||||
|
|
||||||
m_PerPowerFreNotch.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
m_PerPowerFreNotch.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
||||||
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
||||||
|
m_PerPowerFreNotch.m_labImage.setStyleSheet("border-image:url(:/image/icon_PowerFreNotch.png);}");
|
||||||
|
m_PerPowerFreNotch.m_labImage.setFixedSize(QSize(30,30));
|
||||||
|
m_PerPowerFreNotch.m_labTxt.setText("高频滤波");
|
||||||
|
|
||||||
m_PerAmplitude.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
m_PerAmplitude.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
||||||
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
||||||
|
m_PerAmplitude.m_labImage.setStyleSheet("border-image:url(:/image/icon_Amplitude.png);}");
|
||||||
|
m_PerAmplitude.m_labImage.setFixedSize(QSize(30,30));
|
||||||
|
m_PerAmplitude.m_labTxt.setText("高频滤波");
|
||||||
|
|
||||||
m_PerWavevelocity.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
m_PerWavevelocity.setTextList(QStringList()<<"0.05Hz"<<"0.1Hz"<<"1Hz"<<"2Hz"<<"5Hz",
|
||||||
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
QStringList()<<"fill-in-the-Case" << "case-management" << "leading-scheme" << "Parameter setting" << "hospital-information");
|
||||||
|
m_PerWavevelocity.m_labImage.setStyleSheet("border-image:url(:/image/icon_Wavevelocity.png);}");
|
||||||
|
m_PerWavevelocity.m_labImage.setFixedSize(QSize(30,30));
|
||||||
|
m_PerWavevelocity.m_labTxt.setText("高频滤波");
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
QLabel m_labHighFrequencyFiltering;
|
QLabel m_labHighFrequencyFiltering;
|
||||||
|