1. glBlendFunc();:功能是将颜色混合,OpenGL混合时有源颜色、源因子,目标颜色,目标因子,alpha值等数值,此函数可以设置源因子和目标因子。具体各数值的意义和使用方法见:https://blog.csdn.net/moneyhoney123/article/details/77161402

  2. setStyleSheet:功能是用于设置图形界面的外观。(前景颜色,背景颜色等)https://www.cnblogs.com/aheng123/p/5630761.html

  3. QListWidget:可以用来做列表视图,类似于:“360环视系统”阅读笔记
    QListWidget的简单使用和说明

  4. setCurrentRow(index):在setStyleSheet中用来表示你开始要选中哪一行。

  5. int snprintf(char* dest_str,size_t size,const char* format,…);“360环视系统”阅读笔记

相关文章:

  • 2022-01-01
  • 2021-04-07
  • 2021-12-30
  • 2021-12-22
猜你喜欢
  • 2021-08-08
  • 2021-12-05
  • 2021-08-13
  • 2021-07-04
  • 2022-01-17
  • 2021-12-26
  • 2021-12-29
相关资源
相似解决方案