Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: lfm on May 24, 2006, 02:29:40 pm

Title: [Suggestion] Change C::B GUI to QT
Post by: lfm on May 24, 2006, 02:29:40 pm
I think that the QT is better than wxWidgets. QT have business company supports, also have a OpenSource version; cross platform; and have a RAD tool (Qtdesigner),  easy to use; Beatiful GUI ...
I suggest that change C::B GUI to QT. Of course, I know this change is very very difficult.

BTW: I'm not a QT's employee. I wish C::B have a good future only.
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: thomas on May 24, 2006, 02:40:53 pm
(http://www.strangepolice.com/images/content/101182.jpg)
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: mandrav on May 24, 2006, 02:41:46 pm
I think that the QT is better than wxWidgets. QT have business company supports, also have a OpenSource version; cross platform; and have a RAD tool (Qtdesigner),  easy to use; Beatiful GUI ...

LOL, you 're obviously kidding :lol:
QT better than WX? Funny, you made me laugh :lol:
Been there, done that. Thanks, but no thanks ;)
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: ProutDeMammouth on May 24, 2006, 02:42:23 pm
It looks like rosted.
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: lfm on May 24, 2006, 02:43:54 pm
(http://www.strangepolice.com/images/content/101182.jpg)
:cry: :D
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: takeshimiya on May 24, 2006, 02:45:58 pm
I think that the QT is better than wxWidgets. QT have business company supports, also have a OpenSource version; cross platform; and have a RAD tool (Qtdesigner),  easy to use; Beatiful GUI ...
I suggest that change C::B GUI to QT. Of course, I know this change is very very difficult.

BTW: I'm not a QT's employee. I wish C::B have a good future only.

Just something: your post can originate a wx vs. qt flamewar, because here a lot of people think otherwise.
Anyways, you should ask instead why wx was choosen over qt, at the time the project started.

I'm sure the developers had evaluated all the toolkits before starting the project.

To know why these kind of posts should be avoided: :P
I think that the wxWidgets is better than QT. wx have business company supports (really), is completely OpenSource; cross platform (supports way more platforms than QT); and have various RAD tools (wxSmith, DialogBlocks), it's more easy to use; and the most important: it doesn't haves a Beatiful GUI, it haves a Native GUI (QT is not native in Windows, it tries to look simmilar but it's alienated)...
I suggest to keep using wxWidgets. Of course, I know this will be easy. :lol:

BTW: I'm not a wx employee because wxWidgets is a community driven development. I wish C::B have a good present and future.

@the gun: lol lol :lol:
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: thomas on May 24, 2006, 03:01:47 pm
It actually does not matter whether or not QT is better or worse, it does not even matter why wxWidgets was chosen in the first place. It does not matter whether you like it or not (as it happens, I really hate wxWidgets). All of this is completely irrelevant.

The one and only thing that matters is that the application is built on top on wxWidgets and the major part of code uses, depends on, or otherwise interacts with wxWidgets.
Using this particular toolkit is a decision that Yiannis took when starting the project, and it cannot be undone at this step of development (or at any later time).

Migrating to a different toolkit at the current stage (even if you could prove that it is 200 times better) would be outright crazy. It would not be very difficult, but it would mean to rewrite the whole application from scratch.
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: Michael on May 24, 2006, 05:26:31 pm
[...](as it happens, I really hate wxWidgets)[...]

 :o :shock:

I think that the QT is better than wxWidgets. QT have business company supports, also have a OpenSource version; cross platform; and have a RAD tool (Qtdesigner),  easy to use; Beatiful GUI ...
I suggest that change C::B GUI to QT. Of course, I know this change is very very difficult.

Personally, I find both Qt and wxWidgets great :). Each of them has advantages and disadvantages.

May be you would like to have a look at here:

http://forums.codeblocks.org/index.php?topic=1255.0

Best wishes,
Michael
Title: Re: [Suggestion] Change C::B GUI to QT
Post by: jarro_2783 on May 26, 2006, 02:15:42 pm
As thomas said, it would be near impossible to convert the gui since the gui is so integrated into the program.