|
|
On Friday 07 January 2005 16:23, Kuba Ober wrote:
> > Does anyone have any ideas on how to create file shortcuts in QT on
> > Windows?
>
> There's no such functionality in Qt, since it would be very non-portable.
> Use the native winapi.
The filesystems I use in linux support the notion of links too (ln -s), so
maybe it's not too far-fetched to create a Qt-ish wrapper. The concepts seem
to be reasonably comparable at first sight.
André
--
My opinions may have changed, but not the fact that I am right.
-- Ashleigh Brilliant
|
|