On Friday 31 October 2003 20:44, Nikos Kanellopoulos wrote: > Hi there. > > I am interested in writing an application to > manage my digital photo collection. > I use postgresql as my RDBMS to store various data > about the photos, along with thumbnails. > > I want to use something like the konqueror iconview > mode to show the thumbnails and the relevant data. > So, I think konqueror source code would be a great example. IconView is a standard Qt widget. There might be an enhanced one for KDE, konqueror is very likely using a KFileView subclass. Depending on your data structure it might be possible to use a KIO slave for accessing it. It would present the data as files and directories, allowing to use Konqueror as the application for some of the work. If you haven't already, I suggest you post to kde-devel. Its more suited to questions about KDE development. Cheers, Kevin -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kevin Krammer <kevin.krammer@xxxxxx> Developer at the Kmud Project http://www.kmud.de/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attachment:
pgp00005.pgp
Description: signature
___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.