QStrings = QString( "%1" ).arg( stra + "0" + strb );
QString s( "A0B" );
QString( "%1 \b0%2" ).arg( "A" ).arg( "B" );