Browse Source

V1.3.4
1、新增了下拉框阴影使用的说明

Apple 1 day ago
parent
commit
7fb2c3de6a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/combox/customcombobox.h

+ 1 - 0
common/combox/customcombobox.h

@@ -8,6 +8,7 @@
  *          否则阴影会被遮挡
  *        2、调用函数setViewShadowEffect()设置下拉框阴影
  *        3、调用setViewShadowEffect()前,需要先设置样式表
+ *        4、如果选择框是提升来的,有概率设置了窗口的样式表后,这个没有,需要给这个单独设置一遍
  */
 class CustomComboBox : public QComboBox
 {