• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDE3Support

k3sqlpropertymap.h File Reference

#include <Qt3Support/Q3SqlPropertyMap>
#include <kde3support_export.h>

Include dependency graph for k3sqlpropertymap.h:

Go to the source code of this file.


Functions

static KDE_DEPRECATED void kInstallKDEPropertyMap ()

Function Documentation

static KDE_DEPRECATED void kInstallKDEPropertyMap (  )  [inline, static]

Install a Qt SQL property map with entries for all KDE widgets Call this in any application using KDE widgets in Q3SqlForm or Q3DataView.

Deprecated:
use User in the meta object to determine which Q_PROPERTY to use for any widget.
const QMetaObject *metaObject = widget->metaObject(); for (int i = 0; i < metaObject->propertyCount(); ++i) { const QMetaProperty metaProperty = metaObject->property(i); if (metaProperty.isUser()) { QString propertyToUse = metaProperty.name(); break; } }

Definition at line 46 of file k3sqlpropertymap.h.

KDE3Support

Skip menu "KDE3Support"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal