touchable_qmessagebox.qss 278 B

1234567891011121314151617
  1. QWidget{
  2. /*font: 24px;*/
  3. background-color: black;
  4. color: white;
  5. }
  6. QPushButton{
  7. background-color: black;
  8. color: white;
  9. min-width:250 px;
  10. min-height:64 px;
  11. border: 2px solid;
  12. border-color: darkgray;
  13. border-radius: 20px;
  14. }