21#ifndef RESOURCEFILECONFIG_H
22#define RESOURCEFILECONFIG_H
24#include "kabc_file_core_export.h"
28#include <kurlrequester.h>
32class KABC_FILE_CORE_EXPORT ResourceFileConfig :
public KRES::ConfigWidget
37 explicit ResourceFileConfig( QWidget *parent = 0 );
38 void setEditMode(
bool value );
41 void loadSettings( KRES::Resource *resource );
42 void saveSettings( KRES::Resource *resource );
45 void checkFilePermissions(
const QString &fileName );
48 KComboBox *mFormatBox;
49 KUrlRequester *mFileNameEdit;
51 QStringList mFormatTypes;
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI).
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.