• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KDE3Support

  • kde3support
  • kdecore
Functions
k3sqlpropertymap.h File Reference
#include <Qt3Support/Q3SqlPropertyMap>
#include <kde3support_export.h>

Go to the source code of this file.

Functions

static void kInstallKDEPropertyMap ()
 

Function Documentation

◆ kInstallKDEPropertyMap()

static void kInstallKDEPropertyMap ( )
inlinestatic

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.

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDE3Support

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

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal