kio
kpropertiesdialog.cpp File Reference
#include <config.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>
#include <sys/types.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <algorithm>
#include <functional>
#include <qfile.h>
#include <qdir.h>
#include <qlabel.h>
#include <qpushbutton.h>
#include <qcheckbox.h>
#include <qstrlist.h>
#include <qstringlist.h>
#include <qtextstream.h>
#include <qpainter.h>
#include <qlayout.h>
#include <qcombobox.h>
#include <qgroupbox.h>
#include <qwhatsthis.h>
#include <qtooltip.h>
#include <qstyle.h>
#include <qprogressbar.h>
#include <qvbox.h>
#include <qvaluevector.h>
#include <kapplication.h>
#include <kdialog.h>
#include <kdirsize.h>
#include <kdirwatch.h>
#include <kdirnotify_stub.h>
#include <kdiskfreesp.h>
#include <kdebug.h>
#include <kdesktopfile.h>
#include <kicondialog.h>
#include <kurl.h>
#include <kurlrequester.h>
#include <klocale.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kstandarddirs.h>
#include <kio/job.h>
#include <kio/chmodjob.h>
#include <kio/renamedlg.h>
#include <kio/netaccess.h>
#include <kio/kservicetypefactory.h>
#include <kfiledialog.h>
#include <kmimetype.h>
#include <kmountpoint.h>
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kservice.h>
#include <kcompletion.h>
#include <klineedit.h>
#include <kseparator.h>
#include <ksqueezedtextlabel.h>
#include <klibloader.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <kmetaprops.h>
#include <kpreviewprops.h>
#include <kprocess.h>
#include <krun.h>
#include <klistview.h>
#include <kacl.h>
#include "kfilesharedlg.h"
#include "kpropertiesdesktopbase.h"
#include "kpropertiesdesktopadvbase.h"
#include "kpropertiesmimetypebase.h"
#include "kpropertiesdialog.h"
#include "kpropertiesdialog.moc"
Go to the source code of this file.
Defines | |
#define | UniExec (S_IXUSR|S_IXGRP|S_IXOTH) |
#define | UniGroup (S_IRGRP|S_IWGRP|S_IXGRP) |
#define | UniOthers (S_IROTH|S_IWOTH|S_IXOTH) |
#define | UniOwner (S_IRUSR|S_IWUSR|S_IXUSR) |
#define | UniRead (S_IRUSR|S_IRGRP|S_IROTH) |
#define | UniSpecial (S_ISUID|S_ISGID|S_ISVTX) |
#define | UniWrite (S_IWUSR|S_IWGRP|S_IWOTH) |
Functions | |
static QString | nameFromFileName (QString nameStr) |
void | qt_enter_modal (QWidget *widget) |
void | qt_leave_modal (QWidget *widget) |
Define Documentation
#define UniExec (S_IXUSR|S_IXGRP|S_IXOTH) |
Definition at line 1525 of file kpropertiesdialog.cpp.
#define UniGroup (S_IRGRP|S_IWGRP|S_IXGRP) |
Definition at line 1521 of file kpropertiesdialog.cpp.
#define UniOthers (S_IROTH|S_IWOTH|S_IXOTH) |
Definition at line 1522 of file kpropertiesdialog.cpp.
#define UniOwner (S_IRUSR|S_IWUSR|S_IXUSR) |
Definition at line 1520 of file kpropertiesdialog.cpp.
#define UniRead (S_IRUSR|S_IRGRP|S_IROTH) |
Definition at line 1523 of file kpropertiesdialog.cpp.
#define UniSpecial (S_ISUID|S_ISGID|S_ISVTX) |
Definition at line 1526 of file kpropertiesdialog.cpp.
#define UniWrite (S_IWUSR|S_IWGRP|S_IWOTH) |
Definition at line 1524 of file kpropertiesdialog.cpp.
Function Documentation
Definition at line 142 of file kpropertiesdialog.cpp.
void qt_enter_modal | ( | QWidget * | widget | ) |
void qt_leave_modal | ( | QWidget * | widget | ) |