Qt-interest Archive, April 2008
MacOS QWorkspace idea
Message 1 in thread
Good day community.
Now I'm developing mine application on MacOS (but it should be running
on Linux and Windoze). And I'm creating MDI application using
QWorkspace. As I've understood the MacOS' interface standarts there
should not be the QWorkspace at all. And 'cuase mine application
should be running on any operating system which supports the qt, I've
got to write some specific macroses. I.e.
MINE_ADD_TO_WORKSPACE(widget)
in which I make the logic which operating system it is
#ifdef Q_WS_MAC
nothing to do to add widget to workspace
#endif
#ifdef Q_WS_WIN
add to QWorkspace
#endif
#ifdef Q_WS_X11
add to QWorkspace
#endif
and so on.
Maybe there should be a some predefined behaviour of QWorkspace in
MacOS. To make Qt correct to operation system's behaviour.
What are you doing in MacOS with MDI?
Best regards,
Ilya Dyoshin.
--
[ signature omitted ]
Message 2 in thread
hello, just want a quick refresh, and probably a link because can't find it.
Is active-qt framework available for windows mobile devices ?
thanks
--
[ signature omitted ]