소스 검색

V1.2.4
1、修复了动态库的一些bug

Apple 3 주 전
부모
커밋
86fd63c2ec
2개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 2
      SettingLibrary/Modules/Basic/compareitemwidget.ui
  2. 8 8
      SettingLibrary/setinfowidget.cpp

+ 2 - 2
SettingLibrary/Modules/Basic/compareitemwidget.ui

@@ -488,7 +488,7 @@
              </rect>
             </property>
             <property name="text">
-             <string>(-84~-40)dBFS</string>
+             <string>(40~84)dBFS</string>
             </property>
            </widget>
            <widget class="QLabel" name="label_6">
@@ -664,7 +664,7 @@
              </rect>
             </property>
             <property name="text">
-             <string>(-40~0)dBFS</string>
+             <string>(0~40)dBFS</string>
             </property>
            </widget>
            <widget class="QLabel" name="label_16">

+ 8 - 8
SettingLibrary/setinfowidget.cpp

@@ -174,14 +174,14 @@ bool SetInfoWidget::saveData()
 
 
 
-    if(isSuccess)
-    {
-        /* 保存成功 */
-        TipWidget::display(TipWidget::OPERATOR_OK, "设置保存成功", GInfo.getTopWindow());
-    }else {
-        /* 保存失败 */
-        TipWidget::display(TipWidget::OPERATOR_FAIL, "设置保存失败", GInfo.getTopWindow());
-    }
+    // if(isSuccess)
+    // {
+    //     /* 保存成功 */
+    //     TipWidget::display(TipWidget::OPERATOR_OK, "设置保存成功", GInfo.getTopWindow());
+    // }else {
+    //     /* 保存失败 */
+    //     TipWidget::display(TipWidget::OPERATOR_FAIL, "设置保存失败", GInfo.getTopWindow());
+    // }
 
     return isSuccess;
 }