forked from qt-creator/qt-creator
Help: Small improvements for System Info dialog
1) Make the font non-proportional, since qtDiag's output is formatted with spaces 2) Make the dialog a window with maximize buttons 3) Fix the formatting for unloaded plugins Change-Id: I911871b1ffc9dceebcbb04f544cc6d580b95c54e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -445,7 +445,7 @@ QString PluginManager::systemInformation() const
|
||||
});
|
||||
int size = (*longestSpec)->name().size();
|
||||
for (const PluginSpec *spec : plugins()) {
|
||||
result += QLatin1String(spec->isEffectivelyEnabled() ? "+ " : " ") + filled(spec->name(), size) +
|
||||
result += QLatin1String(spec->isEffectivelyEnabled() ? "+ " : " ") + filled(spec->name(), size) +
|
||||
" " + spec->version() + "\n";
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user