[bt-devel] Applied Down Button For Next Verse Patch
Joachim Ansorg
bt-devel@crosswire.org
Tue, 26 Jun 2001 19:50:09 +0200
Ok, I'll try to explain it a little bit further.
Originally (before your patch) the up arrow was used to scroll to the next
entry. But if you change the order in the optionsdialog (the down-arrow is
now used) the down-arrow is now used for this. But the QWhatsThis and
QToolTip helps are always applied in the old way (the up arrow gets the help
for the next entry, the down arrow the helps for the previous entry).
Do you understand now what I tried to explain? I still have to improve my
english to find the right words...
Joachim
> > Thank you for submitting the patch again.
> > I just noticed that the QWhatsThis and QToolTip have to be rearannged
> > depending on the order of the buttons. I think you have to change the
> > CKeyChooserWidget::setWhatsThis and CKeyChooserWidget::setToolTips
> > functions a little bit.
> >
> > Do you volunteer?
>
> To me, the QWhatsThis and the QToolTip work fine for the button that I
> made. I don't see what you are saying when you toalk about they "have to be
> rearanged depending on the order of the buttons".? Could you please
> explain to me what you mean?
>
> Luke
>
> > BTW: To change the order of scolling you may use disconnect and implement
> > a new function in cfx_btn or in CKeyChooserWidget if it's necessary.
> > Think about it. Feel free to change things.
> >
> > Joachim
> >
> > > I just committed the patch to add an option to allow the down arrow
> > > button to select the next verse to the CVS. The only "problem" that I
> > > found with it was that to actually change which way the down button
> > > scrolled, the user had to go into options and change it and then click
> > > ok but the the user will have to close down the current module and
> > > open-up a new module for the change to take affect. If someone knows
> > > how to get it to apply to the current, open modules that would be
> > > great.
> > >
> > > Luke