From kde-devel Thu Jan 31 21:37:58 2002 From: Waldo Bastian Date: Thu, 31 Jan 2002 21:37:58 +0000 To: kde-devel Subject: Re: Memory hogging in kdat X-MARC-Message: https://marc.info/?l=kde-devel&m=101251315421901 On Thursday 31 January 2002 09:50 am, Frank Baumgart wrote: > > Any ideas what I can do to make the memory usage more > > reasonable? > > For any kind of backup program, a list of files being > backuped should be easily obtainable, in kdat, this could > be the log file (being ON as default). > To me, it does not make sense to put every name into a > widget. If a user wants to know whether a specific file > has been backuped, he can look into the log file. > (maybe supported by a kdat menu entry) You can add an option to view the log file. For that you could use: KURL u; u.setPath(path_to_log_file); KRun::runURL(u, "text/x-log"); Cheers, Waldo --=20 bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<