KIO
kfilesharedialog.cpp
Go to the documentation of this file.
151 QLabel *label = new QLabel( i18n("Sharing this folder makes it available under Linux/UNIX (NFS) and Windows (Samba).") , d->m_widget );
158 label = new QLabel( i18n("You can also reconfigure file sharing authorization.") , d->m_widget );
171 vbox->addWidget( new QLabel( i18n("Error running 'filesharelist'. Check if installed and in $PATH or /usr/sbin."),
193 kWarning() << "KFileShare Authorization still NotInitialized after calling authorization() - impossible";
QString i18n(const char *text)
void addButton(QAbstractButton *button)
QString label(StandardShortcut id)
static void detailedError(QWidget *parent, const QString &text, const QString &details, const QString &caption=QString(), Options options=Notify)
void setAlignment(QFlags< Qt::AlignmentFlag >)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString homePath()
void changed()
Emit this signal when the user changed anything in the plugin's tabs.
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
A Plugin in the Properties dialog This is an abstract class.
Definition: kpropertiesdialog.h:347
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
List of KFileItems, which adds a few helper methods to QList.
Definition: kfileitem.h:674
KAction * home(const QObject *recvr, const char *slot, QObject *parent)
Definition: kfsprocess.h:66
iterator end()
QString share()
KGuiItem ok()
void addStretch(int stretch)
static QString findExe(const QString &appname, const QString &pathstr=QString(), SearchOptions options=NoSearchOptions)
void setFileSharingPage(QWidget *page)
Sets the file sharing page.
Definition: kpropertiesdialog.cpp:361
int length() const
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
iterator begin()
void setWordWrap(bool on)
void setSpacing(int spacing)
static void error(QWidget *parent, const QString &text, const QString &caption=QString(), Options options=Notify)
void addLayout(QLayout *layout, int stretch)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.