Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Originally posted by sternocera
I intend to create an embedded system, a POS till. This system will probably run linux, and will have fairly modest x86 hardware. I'll use x.org, and the XFCE x11 client, because of XFCE's low system requirements .
Do you think that QT is well suited to developing such an application?
Quoted
It must be capable of creating a full-screen application, and it shouldn't be apparent what sort of operating system it uses - it needs to be seemless, if you know what I mean, and it needs to not look particularly like a windows system (i.e have a custom bitmap skin, rather then a standard widget kind of look).
Again get the book, run the CD enclosed with the book, and explore for yourself the flexibility available to you.
Quoted
I've read that some X-windows desktops are incapable of displaying applications fullscreen. Could someone clarify the situation with regard to QT apps and KDE/Gnome/XFCE, operating fullscreen?
Thanks,
Sternocera
" whilst the display device is only capable of something smaller like "(800x600)". Fundamentally, you can only display to the limit of what the display device is capable of. Virtual screen display is a feature of X11 that can overcome this problem where a application is not reconfigurable or has customisation properties.
is very suitable for GUI applications; and IMHO is the very best.