![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Sep 2007
Posts: 2
Rep Power: 0
![]() |
Which GUI toolkit is best for me?
- i want it to be easy to learn and not overly complicated to program. consistency is good too.
- i may be using almost all custom controls, plus menus. - being easy to learn includes having adequate documentation for a beginner at gui toolkits to do at least what i want to do, preferably in python, so i don't have to figure out how to translate from c++ - speed is important. i've read that gtk is faster than qt..? - i've read that qt has an advantage in that it uses signals and slots more than gtk, which uses more callbacks, which makes qt easier to debug. but since python has tracebacks, perhaps callbacks will be equally easy to debug..? - i've heard something about wxwidgets being inconsistent. i'm also thinking it's slower because of the extra wrapper layer. and its main benefit, having native look and feel, is probably irrelevant to me since i'll be using primarily custom controls. - i'll have to be running other processes, written in C, in the background and connecting with the GUI. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [WIN32 API] GUI widgets font size | Klarre | C++ | 3 | Sep 3rd, 2007 1:08 PM |
| question regarding GUI factory. | rwm | C++ | 3 | Aug 17th, 2007 8:58 AM |
| Which is easier for making a GUI program? | 357mag | Java | 6 | Jul 29th, 2007 5:08 PM |
| Programming a simple GUI | bulio | Other Scripting Languages | 12 | Jun 9th, 2007 2:29 PM |
| Ruby Visual GUI Toolkit | infinite05 | Other Programming Languages | 2 | Jan 15th, 2006 9:32 AM |