Hi
I want open an odt file with my application.
I have already opened pdf files- > this works without problems with the
QDesktopServices:penUrl(QUrl("file:///path, QUrl::TolerantMode);
but if I open an odt file with that command, it seems to open it, because the openoffice picture with the progressbar pops up, but the file stay closed....
whats wrong?
can u help me ? thanks




penUrl(QUrl("file:///path, QUrl::TolerantMode);
Reply With Quote
Bookmarks