provide sample rate in kHz
ClosedPublic

Authored by astippich on Mar 15 2018, 6:27 PM.

Details

Summary

gives the sample rate a proper unit and displays it in a more readable way

Diff Detail

Repository
R824 Baloo Widgets
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich created this revision.Mar 15 2018, 6:27 PM
Restricted Application added a project: Baloo. · View Herald TranscriptMar 15 2018, 6:27 PM
astippich requested review of this revision.Mar 15 2018, 6:27 PM

before

after

in the lower right corner

elvisangelaccio added inline comments.
src/widgetfactory.cpp
125

Please use QLatin1String for comparisons.

126

This could show "48,0 kHz". Is that what we want?

Also, please add spaces before/after the division operator.

astippich updated this revision to Diff 29662.Mar 16 2018, 7:17 AM
  • use qlatin1string for comparison and do not display trailing zeros
elvisangelaccio requested changes to this revision.Mar 18 2018, 10:25 AM
elvisangelaccio added inline comments.
src/widgetfactory.cpp
122–127

Please only one change per commit. I meant to use QLatin1String only for the new sampleRate prop.

I just fixed these 2 on master, please rebase this patch on top of it.

125

This should go in another commit.

This revision now requires changes to proceed.Mar 18 2018, 10:25 AM
astippich added inline comments.Mar 18 2018, 10:47 AM
src/widgetfactory.cpp
122–127

Okay, sorry. I thought to fix everything while I'm at it. Will rebase and also make a new commit for the bitrate tonight.

astippich updated this revision to Diff 29838.Mar 18 2018, 6:29 PM
  • rebase and remove unrelated changes
elvisangelaccio accepted this revision.Mar 18 2018, 7:00 PM
This revision is now accepted and ready to land.Mar 18 2018, 7:00 PM
This revision was automatically updated to reflect the committed changes.