tool_tip.qss 293 B

12345678910111213141516
  1. ToolTip {
  2. border-radius: 4px;
  3. }
  4. ToolTip > #container {
  5. background-color: rgb(43, 43, 43);
  6. border: 1px solid rgb(28, 28, 28);
  7. border-radius: 4px;
  8. }
  9. QLabel {
  10. background-color: transparent;
  11. font: 12px 'Segoe UI', 'Microsoft YaHei';
  12. color: white;
  13. border: none;
  14. }