baruch / diskscan

Scan disk for bad or near failure sectors, performs disk diagnostics
GNU General Public License v3.0
108 stars 29 forks source link

Create a GUI #15

Open baruch opened 10 years ago

baruch commented 10 years ago

Consider using QT to create a gui to allow it to be as cross-platform as possible.

Baltix commented 10 years ago

Please use lighter GUI libraries - QT is too big for such small utility like diskscan. Lots of cross-platform disk utilities uses GTK+ for GUI, see for example GSmartControl ( http://gsmartcontrol.berlios.de ) - GSmartControl works on Linux, *BSD, Windows, MacOS and other OS.