helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
27 stars 29 forks source link

Installer warning about erasure of disk #224

Closed borisnezlobin closed 1 year ago

borisnezlobin commented 1 year ago

As discussed here. I have a few questions that might need to be addressed:

  1. Will the "⚠" display properly with the helloSystem font?
  2. Does the text of the warning need to be changed? Currently, it reads "⚠ WARNING: Using the helloSystem installer will erase ALL data on the selected disk. Save all documents and make a backup of your data before proceeding."
  3. Does the color of the warning need to be changed to fit a palette? At the moment, it uses #ff0000.
probonopd commented 1 year ago

Hi @borisnezlobin. Instead of using unicode characters for "icon", we are always using the proper icons from the icon set. And for things like this, we always use a dialog box with a warning.

QMessageBox::Warning

image