View Single Post
Old 04-17-2024, 11:17 AM   #113
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,688
Karma: 5444398
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by DiapDealer View Post
I'm not fond of it myself. But this might be one of those times where I trust it just a teensy bit more than my cut & paste skills.
Actually you are right, you do not have to move it in the ui but you do have to then add a:

Code:
<tabstops>
  <tabstop>UICLASSNAME1</tabstop>
  <tabstop>UICLASSNAME2</tabstop>
  .
  .
</tabstops>
list near the bottom of the ui file right before the <resources> tab.
And that is easily doable in an editor (once you use grep on "class=" to get a list of all of the widgets (skipping layouts)).

Saved!
KevinH is offline   Reply With Quote