« Return to Thread: porting int options managed by radio button groups to kde4

Re: porting int options managed by radio button groups to kde4

by Bugzilla from asoliverez@gmail.com :: Rate this Message:

Reply to Author | View in Thread



On Thu, Jul 9, 2009 at 10:11 AM, Cristian Oneţ <onet.cristian@...> wrote:
On Thu, Jul 9, 2009 at 3:52 PM, Alvaro Soliverez<asoliverez@...> wrote:
> What I used to do in html is have a method to check that all other bools
> were false whenever a bool changes to true. It is a band aid to have
> consistency, but it's useful in those cases. An Enum won't work in this
> case, because behing the enum template, it is an int too.
According to this
http://lists.kde.org/?l=kde-core-devel&m=122203375330643&w=2 thread we
could keep the options as they were but change the QButtonGroup to
KButtonGroup. What do you think about this solution? I think it would
be the cleanest solution.

Yes, I think that's the best way to go.
 


> The UI files were converted with a script, and have not been used with
> QtAssistant yet. Is it similar to Qt Designer? That's the one I would
> recommend using.
Sorry, I meant that I use Qt Designer (so many names to remember :) ).


From what I know, the Qt Designer for Qt4 adds some info. Just be careful about layouts and stuff like that. I sometimes end up modifying the files with Kate if it is a small change. Just to make sure the change is exactly what I want it to be.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
KMyMoney2-developer mailing list
KMyMoney2-developer@...
https://lists.sourceforge.net/lists/listinfo/kmymoney2-developer

 « Return to Thread: porting int options managed by radio button groups to kde4