<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Claudiu, most people only have one local bluetooth device. We shouldn't<br>
display a list to select an entry if there's only one entry to be selected.<br>
Can you hide the list if the list contains only one?<br></blockquote><div><br></div><div>Of course I can do. One of the attached patches (#0009) should do the trick.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Where is this deleted? Does QBluetoothLocalDevice take ownership?<br></blockquote><div><br></div><div>This information should remain until the widget is destroyed. I thought </div><div>that it will be automatically deleted when I delete the <b>ui </b>instance. Should I </div><div>manually clean his children?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
All of those QString() should be tr() so they cna be translated. I haven't<br>
checked previous patches for this...<br></blockquote><div><br></div><div>None of the patches uses tr() . I will create a patch in the end which will do the</div><div>translations. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> +#elif defined(Q_OS_ANDROID) || (QT_VERSION >= 0x050500 &&<br>
> (defined(Q_OS_IOS) || defined(Q_OS_OSX)))<br>
<br>
Hint: Q_OS_DARWIN and Q_OS_MAC also mean Q_OS_IOS || Q_OS_OSX.<br></blockquote><div><br></div><div>I saw that Q_OS_MAC doesn't include the open source version and I didn't</div><div>know which is that :). </div><div> </div><div>Thanks for the hints,</div><div>Claudiu</div></div></div></div>