• Benzilla 3
    68 replies, posted
[QUOTE=Dj-J3;21213067]In other words, you won't.[/QUOTE] That was necessary.
[QUOTE=TheBoff;21215941]That was necessary.[/QUOTE] I agree. [editline]01:44AM[/editline] [QUOTE=TheBoff;21215941]That was necessary.[/QUOTE] I agree.
[QUOTE=<ToD> Aaron;21171312]especially if you go into C++ and Qt. It's as simple as dragging the WebKit widget into the UI then writing a few lines into the class to handle changing the url and what not.[/QUOTE] I eat people who drag n drop GUIs for breakfast. I do all my own GUIs by writing all the code by hand. That drag n drop crap is totally unmaintainable. [editline]11:38PM[/editline] Qt has a good example Webkit browser to use as a base. [url]http://doc.trolltech.com/4.6/examples-webkit.html[/url]
[QUOTE=PvtCupcakes;21224287]I eat people who drag n drop GUIs for breakfast. I do all my own GUIs by writing all the code by hand. That drag n drop crap is totally unmaintainable.[/QUOTE] Qt forms are saved to a text-based format and using them inside the application is done very cleanly (Qt's UIC "compiles" them to UI classes that you can instantiate inside your actual dialog class and load the UI with a single method call from them). Writing your GUI's by hand in code would be less maintainable because you'd be mixing actual UI logic with the code to create the interface in the first place. You don't know what you're talking about.
[quote=BBgamer]- Built in 'Site Advisor' button, goes to the site's McAfee Site Advisor page.[/quote] McAfee's shit. So is Trident. But IE's still probably better than this.
[QUOTE=PvtCupcakes;21224287]I eat people who drag n drop GUIs for breakfast. I do all my own GUIs by writing all the code by hand. That drag n drop crap is totally unmaintainable. [/QUOTE] What a waste of time. Why code it by hand if you could use the drag and drop interface? (unless there's a benefit that I dont know about.)
This little diagram I made sums up my opinion pretty much: [IMG]http://img181.imageshack.us/img181/6336/lolxp.png[/IMG]
[QUOTE=Wipmuck;21156751]Are you mentally [b]retarded[/b], please say yes.[/QUOTE] No, you're just extremely biased towards your own opinions.
why does this topic keep getting bumped?
Sorry, you need to Log In to post a reply to this thread.