CImageWidget.qss 388 B

1234567891011121314151617181920212223242526
  1. CImageWidget QWidget
  2. {
  3. border:0px;
  4. background-color: rgba(220, 220, 220);
  5. }
  6. CImageWidget QWidget#widget_2
  7. {
  8. height: 48px;
  9. background-color: #f4f4f4;
  10. }
  11. CImageWidget QLabel#lable_TitleName
  12. {
  13. width: 145px;
  14. height: 40px;
  15. background-color: raga(0,0,0,128);
  16. border-radius: 3px;
  17. color: #ffffff;
  18. }
  19. CImageWidget QLabel#lable_TitleName[text=""]
  20. {
  21. background-color: raga(0,0,0,0);
  22. }